diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-11-05 14:49:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-11-05 14:49:08 +0000 |
commit | e7723439526b7ce19fe47b18f454472d2363bc7d (patch) | |
tree | 6418ca9020c5eef053fdefb69f4254853eaa34e7 /security | |
parent | ee4f5306f776f22c7415500acd76701f3a4a28a8 (diff) | |
download | ports-e7723439526b7ce19fe47b18f454472d2363bc7d.tar.gz ports-e7723439526b7ce19fe47b18f454472d2363bc7d.zip |
Notes
Diffstat (limited to 'security')
-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 bfaba11b1fc9..2a18e7f1e6f4 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="0167f5ad-64ea-11e4-98c1-00269ee29e57"> + <topic>Konversation -- out-of-bounds read on a heap-allocated array</topic> + <affects> + <package> + <name>konversation</name> + <range><lt>1.5.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Konversation developers reports:</p> + <blockquote cite="https://www.kde.org/info/security/advisory-20141104-1.txt"> + <p>Konversation's Blowfish ECB encryption support assumes incoming blocks + to be the expected 12 bytes. The lack of a sanity-check for the actual + size can cause a denial of service and an information leak to the local + user.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-8483</cvename> + <url>https://www.kde.org/info/security/advisory-20141104-1.txt</url> + </references> + <dates> + <discovery>2014-11-04</discovery> + <entry>2014-11-05</entry> + </dates> + </vuln> + <vuln vid="21ce1840-6107-11e4-9e84-0022156e8794"> <topic>twiki -- remote Perl code execution</topic> <affects> |