diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-31 23:43:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-31 23:43:53 +0000 |
commit | af5b1729c26b81557653fcfbfc72b38ceeeeeeb1 (patch) | |
tree | 855885da9d3ba3b01c1e24c29a1f5d4dabc62e72 /security | |
parent | f1bb9e8dedb07ffbae8374cc379e5b21b48ef3e3 (diff) | |
download | ports-af5b1729c26b81557653fcfbfc72b38ceeeeeeb1.tar.gz ports-af5b1729c26b81557653fcfbfc72b38ceeeeeeb1.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 ab8f944cceee..8486835c090a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ca05d9da-ac1d-4113-8a05-ffe9cd0d6160"> + <topic>sinatra -- XSS vulnerability</topic> + <affects> + <package> + <name>rubygem-sinatra</name> + <range><ge>2.0.0</ge><lt>2.0.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Sinatra blog:</p> + <blockquote cite="http://sinatrarb.com/2018/06/09/sinatra-2.0.2-and-2.0.3.html"> + <p>Sinatra had a critical vulnerability since v2.0.0. The purpose of this + release is to fix CVE-2018-11627.</p> + <p>The vulnerability is that XSS can be executed by using illegal parameters.</p> + </blockquote> + </body> + </description> + <references> + <url>http://sinatrarb.com/2018/06/09/sinatra-2.0.2-and-2.0.3.html</url> + <url>https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md</url> + <cvename>CVE-2018-11627</cvename> + </references> + <dates> + <discovery>2018-06-09</discovery> + <entry>2018-07-31</entry> + </dates> + </vuln> + <vuln vid="b4f0ad36-94a5-11e8-9007-080027ac955c"> <topic>mailman -- content spoofing with invalid list names in web UI</topic> <affects> |