summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-09-23 01:37:06 +0000
committerXin LI <delphij@FreeBSD.org>2007-09-23 01:37:06 +0000
commit403f96dca0a890aeaa9118f7491dfad31b3a41f7 (patch)
tree2ca7ca14fb0ff3064052ecb1492ef1093c9d2280
parentAdd tftpgrab 0.2, a TFTP stream extractor. (diff)
Some PHP 5.x vulnerabilities is also found in PHP 4.x series,
unfortunately it seems that there is no newer PHP release to fix these issue for 4.x series, so mark it as so. While I'm there add a new CVE that was not mentioned in previous revision of entry.
Notes
Notes: svn path=/head/; revision=199916
-rw-r--r--security/vuxml/vuln.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 560de0563150..d3cae55880a3 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -474,6 +474,10 @@ Note: Please add new entries to the beginning of this file.
<name>php5</name>
<range><lt>5.2.4</lt></range>
</package>
+ <package>
+ <name>php4</name>
+ <range><gt>0</gt></range>
+ </package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
@@ -515,6 +519,7 @@ Note: Please add new entries to the beginning of this file.
</body>
</description>
<references>
+ <cvename>CVE-2007-2872</cvename>
<cvename>CVE-2007-3378</cvename>
<cvename>CVE-2007-3806</cvename>
<cvename>CVE-2007-3996</cvename>
@@ -535,7 +540,7 @@ Note: Please add new entries to the beginning of this file.
<dates>
<discovery>2007-08-30</discovery>
<entry>2007-09-11</entry>
- <modified>2007-09-13</modified>
+ <modified>2007-09-22</modified>
</dates>
</vuln>