aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2014-04-03 19:07:25 +0800
committerknu <knu@FreeBSD.org>2014-04-03 19:07:25 +0800
commite1fee85085dd90b10aa7ea6a575475ca97743816 (patch)
treed3d66bc48c008209876494d037b05e33c08aab7c /security
parent7f8b216ac2fb00ff1478760090ca7226771fc7f2 (diff)
downloadfreebsd-ports-graphics-e1fee85085dd90b10aa7ea6a575475ca97743816.tar.gz
freebsd-ports-graphics-e1fee85085dd90b10aa7ea6a575475ca97743816.tar.zst
freebsd-ports-graphics-e1fee85085dd90b10aa7ea6a575475ca97743816.zip
Add CVE-2014-2525 which affects libyaml.
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 22a0abf40ec..10c3f019d67 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -51,6 +51,45 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="580cc46b-bb1e-11e3-b144-2c4138874f7d">
+ <topic>LibYAML input sanitization errors</topic>
+ <affects>
+ <package>
+ <name>libyaml</name>
+ <range><lt>0.1.6</lt></range>
+ </package>
+ <package>
+ <name>mingw32-libyaml</name>
+ <range><lt>0.1.6</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>oCERT reports:</p>
+ <blockquote cite="http://www.ocert.org/advisories/ocert-2014-003.html">
+ <p>The LibYAML project is an open source YAML 1.1 parser and
+ emitter written in C.</p>
+ <p>The library is affected by a heap-based buffer overflow
+ which can lead to arbitrary code execution. The
+ vulnerability is caused by lack of proper expansion for the
+ string passed to the yaml_parser_scan_uri_escapes()
+ function.</p>
+ <p>A specially crafted YAML file, with a long sequence of
+ percent-encoded characters in a URL, can be used to trigger
+ the overflow.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2014-2525</cvename>
+ <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2525</url>
+ </references>
+ <dates>
+ <discovery>2014-03-11</discovery>
+ <entry>2014-03-26</entry>
+ </dates>
+ </vuln>
+
<vuln vid="4e95eb4e-b737-11e3-87cd-f0def10dca57">
<topic>Icinga -- buffer overflow in classic web interface</topic>
<affects>