diff options
author | acm <acm@FreeBSD.org> | 2017-03-17 23:34:34 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:01:45 +0800 |
commit | 760053fe79548ceb151f9230536794f9ded13cc5 (patch) | |
tree | c90b8659ec910b9e1720155cabc25d15537b9ce5 /security | |
parent | 7d720f501a51546423d9b0235b97a087f84807c5 (diff) | |
download | freebsd-ports-gnome-760053fe79548ceb151f9230536794f9ded13cc5.tar.gz freebsd-ports-gnome-760053fe79548ceb151f9230536794f9ded13cc5.tar.zst freebsd-ports-gnome-760053fe79548ceb151f9230536794f9ded13cc5.zip |
- Document multiple vulnerabilities in www/drupal8
Security: CVE-2017-6377
Security: CVE-2017-6379
Security: CVE-2017-6381
Security: 2730c668-0b1c-11e7-8d52-6cf0497db129
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 57b23e8c5852..a7a4a6812722 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="2730c668-0b1c-11e7-8d52-6cf0497db129"> + <topic>drupal8 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>drupal8</name> + <range><lt>8.2.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Drupal Security Team reports:</p> + <blockquote cite="https://www.drupal.org/SA-2017-001"> + <p>CVE-2017-6377: Editor module incorrectly checks access to inline private files</p> + <p>CVE-2017-6379: Some admin paths were not protected with a CSRF token</p> + <p>CVE-2017-6381: Remote code execution</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-6377</cvename> + <cvename>CVE-2017-6379</cvename> + <cvename>CVE-2017-6381</cvename> + <url>https://www.drupal.org/SA-2017-001</url> + </references> + <dates> + <discovery>2017-03-15</discovery> + <entry>2017-03-17</entry> + </dates> + </vuln> + <vuln vid="9b973e97-0a99-11e7-ace7-080027ef73ec"> <topic>PuTTY -- integer overflow permits memory overwrite by forwarded ssh-agent connections</topic> <affects> |