diff options
-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 b36ecf87b6eb..97a48f2e9bfd 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="140a14b5-d615-11e8-b3cb-00e04c1ea73d"> + <topic>drupal -- Drupal Core - Multiple Vulnerabilities</topic> + <affects> + <package> + <name>drupal7</name> + <range><lt>7.60</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-CORE-2018-006"> + <p>he path module allows users with the 'administer paths' to create pretty URLs + for content. In certain circumstances the user can enter a particular path that + triggers an open redirect to a malicious url.The issue is mitigated by the fact + that the user needs the administer paths permission to exploit.</p> + <p>When sending email some variables were not being sanitized for shell arguments, + which could lead to remote code execution. </p> + </blockquote> + </body> + </description> + <references> + <url>https://www.drupal.org/SA-CORE-2018-006</url> + </references> + <dates> + <discovery>2018-10-17</discovery> + <entry>2018-10-22</entry> + </dates> + </vuln> + <vuln vid="afc60484-0652-440e-b01a-5ef814747f06"> <topic>ruby -- multiple vulnerabilities</topic> <affects> |