diff options
author | sem <sem@FreeBSD.org> | 2013-10-03 21:05:48 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2013-10-03 21:05:48 +0800 |
commit | 04e12f6348dac22c1b9c8ab715f3b94f1c038e25 (patch) | |
tree | 95673b1e18722009b93ea1a2ad0f582167df757a /security | |
parent | 337909faae2aec43d9a4b95af810767c44af16b7 (diff) | |
download | freebsd-ports-gnome-04e12f6348dac22c1b9c8ab715f3b94f1c038e25.tar.gz freebsd-ports-gnome-04e12f6348dac22c1b9c8ab715f3b94f1c038e25.tar.zst freebsd-ports-gnome-04e12f6348dac22c1b9c8ab715f3b94f1c038e25.zip |
Document the last xinetd vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 868a759d9da5..3d3112d20242 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5c34664f-2c2b-11e3-87c2-00215af774f0"> + <topic>xinetd -- ignores user and group directives for TCPMUX services</topic> + <affects> + <package> + <name>xinetd</name> + <range><lt>2.3.15_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>xinetd would execute configured TCPMUX services without dropping + privilege to match the service configuration allowing the service to + run with same privilege as the xinetd process (root).</p> + </body> + </description> + <references> + <cvename>CVE-2013-4342</cvename> + <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324678</url> + <url>https://bugzilla.redhat.com/show_bug.cgi?id=1006100</url> + </references> + <dates> + <discovery>2005-08-23</discovery> + <entry>2013-10-03</entry> + </dates> + </vuln> + <vuln vid="ccefac3e-2aed-11e3-af10-000c29789cb5"> <topic>polarssl -- Timing attack against protected RSA-CRT implementation</topic> <affects> |