Date: Sat, 19 Jan 2019 20:37:47 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490737 - head/security/vuxml Message-ID: <201901192037.x0JKbl8x069035@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Sat Jan 19 20:37:47 2019 New Revision: 490737 URL: https://svnweb.freebsd.org/changeset/ports/490737 Log: - Add drupal7 and drupal8 vulnerability entry Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jan 19 20:31:59 2019 (r490736) +++ head/security/vuxml/vuln.xml Sat Jan 19 20:37:47 2019 (r490737) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e00ed3d9-1c27-11e9-a257-000ffec0b3e1"> + <topic>drupal -- Drupal core - Arbitrary PHP code execution</topic> + <affects> + <package> + <name>drupal7</name> + <range><lt>7.63</lt></range> + </package> + <package> + <name>drupal8</name> + <range><lt>8.6.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-core-2019-002"> + <p>A remote code execution vulnerability exists in PHP's built-in + phar stream wrapper when performing file operations on an untrusted phar:// URI.</p> + <p>Some Drupal code (core, contrib, and custom) may be performing file operations on + insufficiently validated user input, thereby being exposed to this vulnerability.</p> + <p>This vulnerability is mitigated by the fact that such code paths typically require + access to an administrative permission or an atypical configuration.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.drupal.org/SA-CORE-2018-006</url> + </references> + <dates> + <discovery>2019-01-16</discovery> + <entry>2019-01-19</entry> + </dates> + </vuln> + <vuln vid="2a8b79c3-1b6e-11e9-8cf4-1c39475b9f84"> <topic>Helm -- client unpacking chart that contains malicious content</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901192037.x0JKbl8x069035>