diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-04-10 21:16:53 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-04-10 21:16:53 +0000 |
commit | 2d59746816796d30472069658f6357ea352690d7 (patch) | |
tree | 8b012596e023abfb6cab239539882fca6ead17b3 | |
parent | bf2fa394feda0d27aa3b08a864d37189388a9680 (diff) | |
download | ports-2d59746816796d30472069658f6357ea352690d7.tar.gz ports-2d59746816796d30472069658f6357ea352690d7.zip |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index da2d9fb6095f..2c56332bc1fb 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,45 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="baf37cd2-8351-11e1-894e-00215c6a37bb"> + <topic>samba -- "root" credential remote code execution</topic> + <affects> + <package> + <name>samba34</name> + <range><gt>3.4.*</gt><lt>3.4.16</lt></range> + </package> + <package> + <name>samba35</name> + <range><gt>3.5.*</gt><lt>3.5.14</lt></range> + </package> + <package> + <name>samba36</name> + <range><gt>3.6.*</gt><lt>3.6.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Samba development team reports:</p> + <blockquote cite="http://www.samba.org/samba/security/CVE-2012-1182"> + <p>Samba versions 3.6.3 and all versions previous to this + are affected by a vulnerability that allows remote code + execution as the "root" user from an anonymous connection.</p> + <p>As this does not require an authenticated connection it + is the most serious vulnerability possible in a program, + and users and vendors are encouraged to patch their Samba + installations immediately.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-1182</cvename> + </references> + <dates> + <discovery>2012-04-10</discovery> + <entry>2012-04-10</entry> + </dates> + </vuln> + <vuln vid="7f448dc1-82ca-11e1-b393-20cf30e32f6d"> <topic>bugzilla Cross-Site Request Forgery</topic> <affects> |