summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2016-04-17 01:16:22 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2016-04-17 01:16:22 +0000
commit47ba8e2915b23579fa2845eaf9b1057792f473bd (patch)
treea721c0009f8697df51db9df8435e4c2fa75cab2e /security
parentUpdate patch for Makefile.am to fix a compilation issue for www/nginx* (diff)
Document dhcpcd security remote execution/denial of service
PR: 208840 Submitted by: Ben Woods <woodsb02@gmail.com> Security: CVE-2014-7913 Security: https://vuxml.FreeBSD.org/freebsd/6ec9f210-0404-11e6-9aee-bc5ff4fb5ea1.html
Notes
Notes: svn path=/head/; revision=413486
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index c771b53e25dd..b08a62e19678 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="6ec9f210-0404-11e6-9aee-bc5ff4fb5ea1">
+ <topic>dhcpcd -- remote code execution/denial of service</topic>
+ <affects>
+ <package>
+ <name>dhcpcd</name>
+ <range><lt>6.10.2</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>MITRE reports:</p>
+ <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7913">
+ <p>The print_option function in dhcp-common.c in dhcpcd through 6.9.1,
+ as used in dhcp.c in dhcpcd 5.x in Android before 5.1 and other
+ products, misinterprets the return value of the snprintf function,
+ which allows remote DHCP servers to execute arbitrary code or cause
+ a denial of service (memory corruption) via a crafted message.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2014-7913</cvename>
+ <freebsdpr>ports/208702</freebsdpr>
+ <url>http://roy.marples.name/projects/dhcpcd/info/528541c4c619520e</url>
+ </references>
+ <dates>
+ <discovery>2016-01-22</discovery>
+ <entry>2016-04-17</entry>
+ </dates>
+ </vuln>
+
<vuln vid="e21474c6-031a-11e6-aa86-001999f8d30b">
<topic>PJSIP -- TCP denial of service in PJProject</topic>
<affects>