diff options
author | cs <cs@FreeBSD.org> | 2014-01-29 06:29:12 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-01-29 06:29:12 +0800 |
commit | f11615784bc16741a535def3252e63b658f99461 (patch) | |
tree | a476ce7b7d2569f790eb108663fb9a2e2ec327d8 /security | |
parent | 50a02e34490ea2ad414ece138fa6074a290a9eff (diff) | |
download | freebsd-ports-gnome-f11615784bc16741a535def3252e63b658f99461.tar.gz freebsd-ports-gnome-f11615784bc16741a535def3252e63b658f99461.tar.zst freebsd-ports-gnome-f11615784bc16741a535def3252e63b658f99461.zip |
2 new OTRS vulnerabilities
Security: CVE-2014-1471
Diffstat (limited to 'security')
-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> |