bagder: curl-www/docs vuln.pm,1.1,1.2

[email protected] Mon, 02 Mar 2009 23:23:58 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv20661

Modified Files:
	vuln.pm 
Log Message:
added the newest


Index: vuln.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/vuln.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vuln.pm	2 Mar 2009 13:42:20 -0000	1.1
+++ vuln.pm	2 Mar 2009 23:23:56 -0000	1.2
@@ -1,10 +1,12 @@
 # datestamp, first vulnerable version, last vulnerable version
-@vuln = ("20070710|7.14.0|7.16.3|libcurl GnuTLS insufficient cert verification",
-         "BID17154|7.15.0|7.15.2|libcurl TFTP Packet Buffer Overflow",
-         "BID15756|7.11.2|7.15.0|libcurl URL Buffer Overflow",
-         "BID15102|7.10.6|7.14.1|libcurl NTLM Buffer Overflow",
-         "BID12616|7.3   |7.13.0|Kerberos Authentication Buffer Overflow",
-         "BID12615|7.10.6|7.13.0|NTLM Authentication Buffer Overflow",
-         "BID8432 |7.1   |7.10.6|Proxy Authentication Header Information Leakage",
-         "BID1804 |6.0   |7.4   |FTP Server Response Buffer Overflow",
+@vuln = (
+    "20090303|5.11  |7.19.3|libcurl Arbitrary File Access",
+    "20070710|7.14.0|7.16.3|libcurl GnuTLS insufficient cert verification",
+    "BID17154|7.15.0|7.15.2|libcurl TFTP Packet Buffer Overflow",
+    "BID15756|7.11.2|7.15.0|libcurl URL Buffer Overflow",
+    "BID15102|7.10.6|7.14.1|libcurl NTLM Buffer Overflow",
+    "BID12616|7.3   |7.13.0|Kerberos Authentication Buffer Overflow",
+    "BID12615|7.10.6|7.13.0|NTLM Authentication Buffer Overflow",
+    "BID8432 |7.1   |7.10.6|Proxy Authentication Header Information Leakage",
+    "BID1804 |6.0   |7.4   |FTP Server Response Buffer Overflow",
     );