diff options
author | des <des@FreeBSD.org> | 2004-07-05 20:03:53 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-07-05 20:03:53 +0800 |
commit | 0bc03bbad2d1ff656ac75823bea687b9a543ed17 (patch) | |
tree | 0f913e205375b5e20723b9c3735cfcc52fd0be29 /security | |
parent | 8e5c0757597c9e80bb38d9b9cb14e82a0589da8e (diff) | |
download | freebsd-ports-graphics-0bc03bbad2d1ff656ac75823bea687b9a543ed17.tar.gz freebsd-ports-graphics-0bc03bbad2d1ff656ac75823bea687b9a543ed17.tar.zst freebsd-ports-graphics-0bc03bbad2d1ff656ac75823bea687b9a543ed17.zip |
Add an entry for the SSLtelnet format string vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a8a4873a01e..509d521231a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,27 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4aec9d58-ce7b-11d8-858d-000d610a3b12"> + <topic>Format string vulnerability in SSLtelnet</topic> + <affects> + <package> + <name>SSLtelnet</name> + <range><le>0.13_1</le></range> + </package> + </affects> + <description> + <p>SSLtelnet contains a format string vulnerability that could + allow remote code execution and privilege escalation.</p> + </description> + <references> + <url>http://www.idefense.com/</url> + </references> + <dates> + <discovery>2003-04-03</discovery> + <entry>2004-07-05</entry> + </dates> + </vuln> + <vuln vid="76904dce-ccf3-11d8-babb-000854d03344"> <topic>Pavuk HTTP Location header overflow</topic> <affects> @@ -3774,14 +3795,14 @@ misc.c: <topic>GNATS local privilege elevation</topic> <affects> <package> - <name>gnats</name> - <range><le>3.113.1_9</le></range> + <name>gnats</name> + <range><le>3.113.1_9</le></range> </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> - <p>GNATS 3.113.1 contains multiple buffer overflows, through which a - local attacker could gain elevated privileges on the system.</p> + <p>GNATS 3.113.1 contains multiple buffer overflows, through which a + local attacker could gain elevated privileges on the system.</p> </body> </description> <references> |