diff options
author | thierry <thierry@FreeBSD.org> | 2005-11-05 05:23:28 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-11-05 05:23:28 +0800 |
commit | cd7533ca7331c5da83afb0f7de4f0950b84c3dc6 (patch) | |
tree | eb0252139155788ea8d5f75cc3cf1378e00d27fd /security | |
parent | 065d6a446eb7abc407a4b4cca4d49685498e1ade (diff) | |
download | freebsd-ports-gnome-cd7533ca7331c5da83afb0f7de4f0950b84c3dc6.tar.gz freebsd-ports-gnome-cd7533ca7331c5da83afb0f7de4f0950b84c3dc6.tar.zst freebsd-ports-gnome-cd7533ca7331c5da83afb0f7de4f0950b84c3dc6.zip |
Add an entry for pear-PEAR arbitrary code execution vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index dda56cd9cf07..d7cce78c1579 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="44e5f5bd-4d76-11da-bf37-000fb586ba73"> + <topic>pear-PEAR -- PEAR installer arbitrary code execution vulnerability</topic> + <affects> + <package> + <name>pear-PEAR</name> + <range><lt>1.4.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gregory Beaver reports:</p> + <blockquote cite="http://pear.php.net/advisory-20051104.txt"> + <p>A standard feature of the PEAR installer implemented in + all versions of PEAR can lead to the execution of + arbitrary PHP code upon running the "pear" command + or loading the Web/Gtk frontend.</p> + </blockquote> + </body> + </description> + <references> + <url>http://pear.php.net/advisory-20051104.txt</url> + </references> + <dates> + <discovery>2005-11-01</discovery> + <entry>2005-11-04</entry> + </dates> + </vuln> + <vuln vid="3de49331-0dec-422c-93e5-e4719e9869c5"> <topic>openvpn -- potential denial-of-service on servers in TCP mode</topic> <affects> |