diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-10-20 10:33:47 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-10-20 10:33:47 +0800 |
commit | d8bb377cc4274593c7f32b3c5a2d6cbc653ac60f (patch) | |
tree | 46a775782a357466384667563aafd3ca031fa914 /security/vuxml | |
parent | 901832dc64e503fa14e6d81eaca62f1692804965 (diff) | |
download | freebsd-ports-gnome-d8bb377cc4274593c7f32b3c5a2d6cbc653ac60f.tar.gz freebsd-ports-gnome-d8bb377cc4274593c7f32b3c5a2d6cbc653ac60f.tar.zst freebsd-ports-gnome-d8bb377cc4274593c7f32b3c5a2d6cbc653ac60f.zip |
Document multiple XSS vulnerabilities fixed in CodeIgniter
PR: 203403
Security: https://vuxml.FreeBSD.org/freebsd/95602550-76cf-11e5-a2a1-002590263bf5.html
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d05890df23c1..cb87a092b8bc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,33 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="95602550-76cf-11e5-a2a1-002590263bf5"> + <topic>codeigniter -- multiple XSS vulnerabilities</topic> + <affects> + <package> + <name>codeigniter</name> + <range><lt>2.2.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The CodeIgniter changelog reports:</p> + <blockquote cite="https://codeigniter.com/userguide2/changelog.html"> + <p>Fixed a number of XSS attack vectors in Security Library method + xss_clean (thanks to Frans Rosén from Detectify.</p> + </blockquote> + </body> + </description> + <references> + <freebsdpr>ports/203403</freebsdpr> + <url>https://codeigniter.com/userguide2/changelog.html</url> + </references> + <dates> + <discovery>2015-10-08</discovery> + <entry>2015-10-20</entry> + </dates> + </vuln> + <vuln vid="7f645ee5-7681-11e5-8519-005056ac623e"> <topic>Git -- Execute arbitrary code</topic> <affects> |