summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-12-26 11:57:38 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-12-26 11:57:38 +0000
commit122e96b00cb37d6df118f97f4c25f8cec2c6f1d8 (patch)
treee69cfeb047358a838c9879993482b7dbbc565b79 /security
parent- Update to 1.5.0.a1 (diff)
security/vuxml: Document phpmailer vulnerability
Notes
Notes: svn path=/head/; revision=429497
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml39
1 files changed, 37 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index c04ab5c2960c..77abe12227ed 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,41 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="c7656d4c-cb60-11e6-a9a5-b499baebfeaf">
+ <topic>phpmailer -- Remote Code Execution</topic>
+ <affects>
+ <package>
+ <name>phpmailer</name>
+ <range><lt>5.2.18</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Legal Hackers reports:</p>
+ <blockquote cite="http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html">
+ <p>An independent research uncovered a critical vulnerability in
+ PHPMailer that could potentially be used by (unauthenticated)
+ remote attackers to achieve remote arbitrary code execution in
+ the context of the web server user and remotely compromise the
+ target web application.</p>
+ <p>To exploit the vulnerability an attacker could target common
+ website components such as contact/feedback forms, registration
+ forms, password email resets and others that send out emails with
+ the help of a vulnerable version of the PHPMailer class.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://legalhackers.com/advisories/PHPMailer-Exploit-Remote-Code-Exec-CVE-2016-10033-Vuln.html</url>
+ <url>https://github.com/PHPMailer/PHPMailer/blob/master/SECURITY.md</url>
+ <cvename>CVE-2016-10033</cvename>
+ </references>
+ <dates>
+ <discovery>2016-12-26</discovery>
+ <entry>2016-12-26</entry>
+ </dates>
+ </vuln>
+
<vuln vid="e7002b26-caaa-11e6-a76a-9f7324e5534e">
<topic>exim -- DKIM private key leak</topic>
<affects>
@@ -71,8 +106,8 @@ Notes:
<body xmlns="http://www.w3.org/1999/xhtml">
<p>The Exim project reports:</p>
<blockquote cite="https://exim.org/static/doc/CVE-2016-9963.txt">
- <p>Exim leaks the private DKIM signing key to the log files.
- Additionally, if the build option EXPERIMENTAL_DSN_INFO=yes is used,
+ <p>Exim leaks the private DKIM signing key to the log files.
+ Additionally, if the build option EXPERIMENTAL_DSN_INFO=yes is used,
the key material is included in the bounce message.</p>
</blockquote>
</body>