diff options
author | hrs <hrs@FreeBSD.org> | 2005-07-03 16:40:51 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-07-03 16:40:51 +0800 |
commit | 42f58047a36123a6376acd0d523fd0916d7a797c (patch) | |
tree | e66b07931d41b4fb8859ed16b373b9b77ecc9cc3 /security/vuxml | |
parent | f9480030c2bdbd961268993181c93ff7363ff843 (diff) | |
download | freebsd-ports-gnome-42f58047a36123a6376acd0d523fd0916d7a797c.tar.gz freebsd-ports-gnome-42f58047a36123a6376acd0d523fd0916d7a797c.tar.zst freebsd-ports-gnome-42f58047a36123a6376acd0d523fd0916d7a797c.zip |
Document the following issues:
- phpbb -- remote PHP code execution vulnerability
- pear-XML_RPC -- arbitrary remote code execution
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 6acc28c9b4f0..37c2f52211ee 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,67 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4afacca1-eb9d-11d9-a8bd-000cf18bbe54"> + <topic>phpbb -- remote PHP code execution vulnerability</topic> + <affects> + <package> + <name>phpbb</name> + <range><lt>2.0.16</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>FrSIRT Advisory reports:</p> + <blockquote cite="http://www.frsirt.com/english/advisories/2005/0904"> + <p>A vulnerability was identified in phpBB, which + may be exploited by attackers to compromise a vulnerable + web server. This flaw is due to an input validation error + in the "viewtopic.php" script that does not properly filter + the "highlight" parameter before calling the "preg_replace()" + function, which may be exploited by remote attackers to execute + arbitrary PHP commands with the privileges of the web server.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.frsirt.com/english/advisories/2005/0904</url> + <url>http://www.phpbb.com/phpBB/viewtopic.php?t=302011</url> + </references> + <dates> + <discovery>2005-06-28</discovery> + <entry>2005-07-03</entry> + </dates> + </vuln> + + <vuln vid="523fad14-eb9d-11d9-a8bd-000cf18bbe54"> + <topic>pear-XML_RPC -- arbitrary remote code execution</topic> + <affects> + <package> + <name>pear-XML_RPC</name> + <range><lt>1.3.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GulfTech Security Research Team reports:</p> + <blockquote cite="http://www.gulftech.org/?node=research&article_id=00087-07012005"> + <p>PEAR XML_RPC is vulnerable to a very high risk php code + injection vulnerability due to unsanatized data being + passed into an eval() call.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2005-1921</cvename> + <url>http://www.gulftech.org/?node=research&article_id=00087-07012005</url> + <url>http://www.hardened-php.net/advisory-022005.php</url> + </references> + <dates> + <discovery>2005-06-29</discovery> + <entry>2005-07-03</entry> + </dates> + </vuln> + <vuln vid="f70f8860-e8ee-11d9-b875-0001020eed82"> <topic>kernel -- ipfw packet matching errors with address tables</topic> <affects> |