diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-25 05:12:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-25 05:12:02 +0800 |
commit | ed85a9673a2f0b5aab90e2177a238ccd49e0dabf (patch) | |
tree | 72fd00b75a0421210ec3cc273c037de1a8c2e6f7 /security | |
parent | 4073bc06322a115207499054d37b250380036d8a (diff) | |
download | freebsd-ports-gnome-ed85a9673a2f0b5aab90e2177a238ccd49e0dabf.tar.gz freebsd-ports-gnome-ed85a9673a2f0b5aab90e2177a238ccd49e0dabf.tar.zst freebsd-ports-gnome-ed85a9673a2f0b5aab90e2177a238ccd49e0dabf.zip |
Document rubygem-rails-html-sanitizer vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0a301f2cd046..0abb148bd813 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="81946ace-6961-4488-a164-22d58ebc8d66"> + <topic>rails-html-sanitizer -- possible XSS vulnerability</topic> + <affects> + <package> + <name>rubygem-rails-html-sanitizer</name> + <range><lt>1.0.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>OSS-Security list:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2018/03/22/4"> + <p>There is a possible XSS vulnerability in rails-html-sanitizer. The gem + allows non-whitelisted attributes to be present in sanitized output + when input with specially-crafted HTML fragments, and these attributes + can lead to an XSS attack on target applications.</p> + <p>This issue is similar to CVE-2018-8048 in Loofah.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2018/03/22/4</url> + <cvename>CVE-2018-3741</cvename> + </references> + <dates> + <discovery>2018-03-22</discovery> + <entry>2018-03-24</entry> + </dates> + </vuln> + <vuln vid="f38187e7-2f6e-11e8-8f07-b499baebfeaf"> <topic>apache -- multiple vulnerabilities</topic> <affects> |