diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-01-28 22:29:12 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-01-28 22:29:12 +0000 |
commit | 6ee542230d3d2e5d462cfd0b0f6ad7d91163adce (patch) | |
tree | a476ce7b7d2569f790eb108663fb9a2e2ec327d8 | |
parent | Support stage (diff) |
2 new OTRS vulnerabilities
Security: CVE-2014-1471
Notes
Notes:
svn path=/head/; revision=341666
-rw-r--r-- | security/vuxml/vuln.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a7526d01ded0..e5c4cd2b6ac5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,57 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c7b5d72b-886a-11e3-9533-60a44c524f57"> + <topic>otrs -- SQL injection issue</topic> + <affects> + <package> + <name>otrs</name> + <range><lt>3.2.14</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The OTRS Project reports:</p> + <blockquote cite="https://www.otrs.com/security-advisory-2014-02-sql-injection-issue/"> + <p>SQL injection issue</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-1471</cvename> + <url>https://www.otrs.com/security-advisory-2014-02-sql-injection-issue/</url> + </references> + <dates> + <discovery>2014-01-28</discovery> + <entry>2014-01-28</entry> + </dates> + </vuln> + + <vuln vid="080c5370-886a-11e3-9533-60a44c524f57"> + <topic>otrs -- CSRF issue in customer web interface</topic> + <affects> + <package> + <name>otrs</name> + <range><lt>3.2.14</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The OTRS Project reports:</p> + <blockquote cite="https://www.otrs.com/security-advisory-2014-01-csrf-issue-customer-web-interface/"> + <p>An attacker that managed to take over the session of a logged in customer could create tickets and/or send follow-ups to existing tickets due to missing challenge token checks.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.otrs.com/security-advisory-2014-01-csrf-issue-customer-web-interface/</url> + </references> + <dates> + <discovery>2014-01-28</discovery> + <entry>2014-01-28</entry> + </dates> + </vuln> + <vuln vid="f9810c43-87a5-11e3-9214-00262d5ed8ee"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |