diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-02-17 19:09:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-02-17 19:09:56 +0000 |
commit | a66064b548f6f809b552d1280f24433788dd2d6a (patch) | |
tree | d7565d555338fc99038594c5bc3994b74d1d2e2f | |
parent | Update vim to patchlevel 1521 (diff) |
Add Mojolicious vulnerability, for which there is very little
information about the actual issue.
Notes
Notes:
svn path=/head/; revision=462187
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index eb9948decf0c..ea4db8148704 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,31 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a183acb5-1414-11e8-9542-002590acae31"> + <topic>p5-Mojolicious -- cookie-handling vulnerability</topic> + <affects> + <package> + <name>p5-Mojolicious</name> + <range><lt>7.66</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Upstream commit:</p> + <blockquote cite="https://github.com/kraih/mojo/commit/c16a56a9d6575ddc53d15e76d58f0ebcb0eeb149"> + <p>Vulnerabilities existed in cookie handling.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/kraih/mojo/issues/1185</url> + </references> + <dates> + <discovery>2018-01-31</discovery> + <entry>2018-02-17</entry> + </dates> + </vuln> + <vuln vid="22283b8c-13c5-11e8-a861-20cf30e32f6d"> <topic>Bugzilla security issues</topic> <affects> |