diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-27 06:01:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-27 06:01:38 +0800 |
commit | bc470940726ce71e1df8d9478a1458c9a825ff4d (patch) | |
tree | e85ea283d6fd3c72972fa4fd2e9861453540ae31 | |
parent | 8d50e5fe49603838c40092741678930c40d609ab (diff) | |
download | freebsd-ports-gnome-bc470940726ce71e1df8d9478a1458c9a825ff4d.tar.gz freebsd-ports-gnome-bc470940726ce71e1df8d9478a1458c9a825ff4d.tar.zst freebsd-ports-gnome-bc470940726ce71e1df8d9478a1458c9a825ff4d.zip |
Document socat FD leak vulnerability.
Security: CVE-2013-3571
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4cb2ac5b049e..d8c5f4118fe6 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,33 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6d87c2e9-c64d-11e2-9c22-50465d9ff992"> + <topic>soccat -- FD leak</topic> + <affects> + <package> + <name>socat</name> + <range><lt>1.7.2.1_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gerhard Rieger reports:</p> + <blockquote cite="http://seclists.org/oss-sec/2013/q2/411"> + <p>Under certain circumstances an FD leak occurs and can be misused for + denial of service attacks against socat running in server mode.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-3571</cvename> + <url>http://seclists.org/oss-sec/2013/q2/411</url> + </references> + <dates> + <discovery>2013-05-26</discovery> + <entry>2013-05-26</entry> + </dates> + </vuln> + <vuln vid="79789daa-8af8-4e21-a47f-e8a645752bdb"> <topic>ruby -- Object taint bypassing in DL and Fiddle in Ruby</topic> <affects> |