diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-05-06 15:53:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-05-06 15:53:32 +0800 |
commit | 9e3618fb5d949bd8959efc9cdc983abb48e868e1 (patch) | |
tree | fcea6c90feab7f5acd2f54bde1df7d6cf5cf1071 | |
parent | 090e7c7d0b6c9bb3b9665edb2fd320fa2f26022e (diff) | |
download | freebsd-ports-gnome-9e3618fb5d949bd8959efc9cdc983abb48e868e1.tar.gz freebsd-ports-gnome-9e3618fb5d949bd8959efc9cdc983abb48e868e1.tar.zst freebsd-ports-gnome-9e3618fb5d949bd8959efc9cdc983abb48e868e1.zip |
Document OpenSSL vulnerability
Security: CVE-2014-0198
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 41d326357f35..93c4cbbb70fa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,35 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1959e847-d4f0-11e3-84b0-0018fe623f2b"> + <topic>OpenSSL -- NULL pointer dereference / DoS</topic> + <affects> + <package> + <name>openssl</name> + <range><ge>1.0.1</ge><lt>1.0.1_12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>OpenBSD and David Ramos reports:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2014/05/02/5"> + <p>Applications that use SSL_MODE_RELEASE_BUFFERS, such as nginx/apache, + are prone to a race condition which may allow a remote attacker to + crash the current service.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2014/05/02/5</url> + <url>https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3321</url> + <cvename>CVE-2014-0198</cvename> + </references> + <dates> + <discovery>2014-05-02</discovery> + <entry>2014-05-03</entry> + </dates> + </vuln> + <vuln vid="89709e58-d497-11e3-a3d5-5453ed2e2b49"> <topic>qt4-xml -- XML Entity Expansion Denial of Service</topic> <affects> |