stef-guest at alioth.debian.org
2007-May-28 16:55 UTC
[Secure-testing-commits] r5941 - data/DTSA data/DTSA/advs website website/DTSA
Author: stef-guest Date: 2007-05-28 16:55:51 +0000 (Mon, 28 May 2007) New Revision: 5941 Added: data/DTSA/advs/39-php5.adv data/DTSA/advs/41-samba.adv website/DTSA/DTSA-39-1.html website/DTSA/DTSA-40-1.html Removed: data/DTSA/advs/39-samba.adv data/DTSA/advs/41-php5.adv Modified: data/DTSA/advs/40-php4.adv data/DTSA/list website/list.html Log: release php4 and php5 DTSAs Copied: data/DTSA/advs/39-php5.adv (from rev 5937, data/DTSA/advs/41-php5.adv) ==================================================================--- data/DTSA/advs/39-php5.adv (rev 0) +++ data/DTSA/advs/39-php5.adv 2007-05-28 16:55:51 UTC (rev 5941) @@ -0,0 +1,97 @@ +source: php5 +date: May 28th, 2007 +author: Stefan Fritsch +vuln-type: several vulnerabilities +problem-scope: remote +debian-specifc: no +cve: CVE-2007-1286 CVE-2007-1375 CVE-2007-1376 CVE-2007-1380 CVE-2007-1453 CVE-2007-1454 CVE-2007-1521 CVE-2007-1583 CVE-2007-1700 CVE-2007-1718 CVE-2007-1777 CVE-2007-1824 CVE-2007-1887 CVE-2007-1889 CVE-2007-1900 CVE-2007-2509 CVE-2007-2510 CVE-2007-2511 +vendor-advisory: +testing-fix: 5.2.0-10+lenny1 +sid-fix: 5.2.2-1 +upgrade: apt-get upgrade + +Several remote vulnerabilities have been discovered in PHP, a +server-side, HTML-embedded scripting language, which may lead to the +execution of arbitrary code. The Common Vulnerabilities and Exposures +project identifies the following problems: + +CVE-2007-1286 + Stefan Esser discovered an overflow in the object reference handling + code of the unserialize() function, which allows the execution of + arbitrary code if malformed input is passed from an application. + +CVE-2007-1375 + Stefan Esser discovered that an integer overflow in the substr_compare() + function allows information disclosure of heap memory. + +CVE-2007-1376 + Stefan Esser discovered that insufficient validation of shared memory + functions allows the disclosure of heap memory. + +CVE-2007-1380 + Stefan Esser discovered that the session handler performs + insufficient validation of variable name length values, which allows + information disclosure through a heap information leak. + +CVE-2007-1453 + Stefan Esser discovered that the filtering framework performs insufficient + input validation, which allows the execution of arbitrary code through a + buffer underflow. + +CVE-2007-1454 + Stefan Esser discovered that the filtering framework can be bypassed + with a special whitespace character. + +CVE-2007-1521 + Stefan Esser discovered a double free vulnerability in the + session_regenerate_id() function, which allows the execution of + arbitrary code. + +CVE-2007-1583 + Stefan Esser discovered that a programming error in the mb_parse_str() + function allows the activation of "register_globals". + +CVE-2007-1700 + Stefan Esser discovered that the session extension incorrectly maintains + the reference count of session variables, which allows the execution of + arbitrary code. + +CVE-2007-1718 + Stefan Esser discovered that the mail() function performs + insufficient validation of folded mail headers, which allows mail + header injection. + +CVE-2007-1777 + Stefan Esser discovered that the extension to handle ZIP archives + performs insufficient length checks, which allows the execution of + arbitrary code. + +CVE-2007-1824 + Stefan Esser discovered an off-by-one in the filtering framework, which + allows the execution of arbitrary code. + +CVE-2007-1887 + Stefan Esser discovered that a buffer overflow in the sqlite extension + allows the execution of arbitrary code. + +CVE-2007-1889 + Stefan Esser discovered that the PHP memory manager performs an + incorrect type cast, which allows the execution of arbitrary code + through buffer overflows. + +CVE-2007-1900 + Stefan Esser discovered that incorrect validation in the email filter + extension allowed the injection of mail headers. + +CVE-2007-2509 + It was discovered that missing input sanitising inside the ftp + extension permits an attacker to execute arbitrary FTP commands. + This requires the attacker to already have access to the FTP + server. + +CVE-2007-2510 + It was discovered that a buffer overflow in the SOAP extension permits + the execution of arbitrary code. + +CVE-2007-2511 + A buffer overflow was discovered in the user_filter_factory_create. Deleted: data/DTSA/advs/39-samba.adv ==================================================================--- data/DTSA/advs/39-samba.adv 2007-05-28 14:15:11 UTC (rev 5940) +++ data/DTSA/advs/39-samba.adv 2007-05-28 16:55:51 UTC (rev 5941) @@ -1,33 +0,0 @@ -source: samba -date: May 22th, 2007 -author: Stefan Fritsch -vuln-type: several vulnerabilities -problem-scope: remote -debian-specifc: no -cve: CVE-2007-2444 CVE-2007-2446 CVE-2007-2447 -vendor-advisory: -testing-fix: 3.0.24-6+lenny2 -sid-fix: 3.0.25-1 -upgrade: apt-get upgrade - -Several issues have been identified in Samba, the SMB/CIFS file- and -print-server implementation for GNU/Linux. - -CVE-2007-2444 - -When translating SIDs to/from names using Samba local list of user and group -accounts, a logic error in the smbd daemon''s internal security stack may result -in a transition to the root user id rather than the non-root user. The user is -then able to temporarily issue SMB/CIFS protocol operations as the root user. -This window of opportunity may allow the attacker to establish addition means -of gaining root access to the server. - -CVE-2007-2446 - -Various bugs in Samba''s NDR parsing can allow a user to send specially crafted -MS-RPC requests that will overwrite the heap space with user defined data. - -CVE-2007-2447 - -Unescaped user input parameters are passed as arguments to /bin/sh allowing for -remote command execution. Modified: data/DTSA/advs/40-php4.adv ==================================================================--- data/DTSA/advs/40-php4.adv 2007-05-28 14:15:11 UTC (rev 5940) +++ data/DTSA/advs/40-php4.adv 2007-05-28 16:55:51 UTC (rev 5941) @@ -1,5 +1,5 @@ source: php4 -date: May 24th, 2007 +date: May 28th, 2007 author: Stefan Fritsch vuln-type: several vulnerabilities problem-scope: remote Deleted: data/DTSA/advs/41-php5.adv ==================================================================--- data/DTSA/advs/41-php5.adv 2007-05-28 14:15:11 UTC (rev 5940) +++ data/DTSA/advs/41-php5.adv 2007-05-28 16:55:51 UTC (rev 5941) @@ -1,97 +0,0 @@ -source: php5 -date: May 26th, 2007 -author: Stefan Fritsch -vuln-type: several vulnerabilities -problem-scope: remote -debian-specifc: no -cve: CVE-2007-1286 CVE-2007-1375 CVE-2007-1376 CVE-2007-1380 CVE-2007-1453 CVE-2007-1454 CVE-2007-1521 CVE-2007-1583 CVE-2007-1700 CVE-2007-1718 CVE-2007-1777 CVE-2007-1824 CVE-2007-1887 CVE-2007-1889 CVE-2007-1900 CVE-2007-2509 CVE-2007-2510 CVE-2007-2511 -vendor-advisory: -testing-fix: 5.2.0-10+lenny1 -sid-fix: 5.2.2-1 -upgrade: apt-get upgrade - -Several remote vulnerabilities have been discovered in PHP, a -server-side, HTML-embedded scripting language, which may lead to the -execution of arbitrary code. The Common Vulnerabilities and Exposures -project identifies the following problems: - -CVE-2007-1286 - Stefan Esser discovered an overflow in the object reference handling - code of the unserialize() function, which allows the execution of - arbitrary code if malformed input is passed from an application. - -CVE-2007-1375 - Stefan Esser discovered that an integer overflow in the substr_compare() - function allows information disclosure of heap memory. - -CVE-2007-1376 - Stefan Esser discovered that insufficient validation of shared memory - functions allows the disclosure of heap memory. - -CVE-2007-1380 - Stefan Esser discovered that the session handler performs - insufficient validation of variable name length values, which allows - information disclosure through a heap information leak. - -CVE-2007-1453 - Stefan Esser discovered that the filtering framework performs insufficient - input validation, which allows the execution of arbitrary code through a - buffer underflow. - -CVE-2007-1454 - Stefan Esser discovered that the filtering framework can be bypassed - with a special whitespace character. - -CVE-2007-1521 - Stefan Esser discovered a double free vulnerability in the - session_regenerate_id() function, which allows the execution of - arbitrary code. - -CVE-2007-1583 - Stefan Esser discovered that a programming error in the mb_parse_str() - function allows the activation of "register_globals". - -CVE-2007-1700 - Stefan Esser discovered that the session extension incorrectly maintains - the reference count of session variables, which allows the execution of - arbitrary code. - -CVE-2007-1718 - Stefan Esser discovered that the mail() function performs - insufficient validation of folded mail headers, which allows mail - header injection. - -CVE-2007-1777 - Stefan Esser discovered that the extension to handle ZIP archives - performs insufficient length checks, which allows the execution of - arbitrary code. - -CVE-2007-1824 - Stefan Esser discovered an off-by-one in the filtering framework, which - allows the execution of arbitrary code. - -CVE-2007-1887 - Stefan Esser discovered that a buffer overflow in the sqlite extension - allows the execution of arbitrary code. - -CVE-2007-1889 - Stefan Esser discovered that the PHP memory manager performs an - incorrect type cast, which allows the execution of arbitrary code - through buffer overflows. - -CVE-2007-1900 - Stefan Esser discovered that incorrect validation in the email filter - extension allowed the injection of mail headers. - -CVE-2007-2509 - It was discovered that missing input sanitising inside the ftp - extension permits an attacker to execute arbitrary FTP commands. - This requires the attacker to already have access to the FTP - server. - -CVE-2007-2510 - It was discovered that a buffer overflow in the SOAP extension permits - the execution of arbitrary code. - -CVE-2007-2511 - A buffer overflow was discovered in the user_filter_factory_create. Copied: data/DTSA/advs/41-samba.adv (from rev 5934, data/DTSA/advs/39-samba.adv) ==================================================================--- data/DTSA/advs/41-samba.adv (rev 0) +++ data/DTSA/advs/41-samba.adv 2007-05-28 16:55:51 UTC (rev 5941) @@ -0,0 +1,33 @@ +source: samba +date: May 22th, 2007 +author: Stefan Fritsch +vuln-type: several vulnerabilities +problem-scope: remote +debian-specifc: no +cve: CVE-2007-2444 CVE-2007-2446 CVE-2007-2447 +vendor-advisory: +testing-fix: 3.0.24-6+lenny2 +sid-fix: 3.0.25-1 +upgrade: apt-get upgrade + +Several issues have been identified in Samba, the SMB/CIFS file- and +print-server implementation for GNU/Linux. + +CVE-2007-2444 + +When translating SIDs to/from names using Samba local list of user and group +accounts, a logic error in the smbd daemon''s internal security stack may result +in a transition to the root user id rather than the non-root user. The user is +then able to temporarily issue SMB/CIFS protocol operations as the root user. +This window of opportunity may allow the attacker to establish addition means +of gaining root access to the server. + +CVE-2007-2446 + +Various bugs in Samba''s NDR parsing can allow a user to send specially crafted +MS-RPC requests that will overwrite the heap space with user defined data. + +CVE-2007-2447 + +Unescaped user input parameters are passed as arguments to /bin/sh allowing for +remote command execution. Modified: data/DTSA/list ==================================================================--- data/DTSA/list 2007-05-28 14:15:11 UTC (rev 5940) +++ data/DTSA/list 2007-05-28 16:55:51 UTC (rev 5941) @@ -104,3 +104,9 @@ [May 26th, 2007] DTSA-38-1 qemu - several vulnerabilities {CVE-2007-1320 CVE-2007-1321 CVE-2007-1322 CVE-2007-1323 CVE-2007-1366 } [lenny] - qemu 0.8.2-5lenny1 +[May 28th, 2007] DTSA-39-1 php5 - several vulnerabilities + {CVE-2007-1286 CVE-2007-1375 CVE-2007-1376 CVE-2007-1380 CVE-2007-1453 CVE-2007-1454 CVE-2007-1521 CVE-2007-1583 CVE-2007-1700 CVE-2007-1718 CVE-2007-1777 CVE-2007-1824 CVE-2007-1887 CVE-2007-1889 CVE-2007-1900 CVE-2007-2509 CVE-2007-2510 CVE-2007-2511 } + [lenny] - php5 5.2.0-10+lenny1 +[May 28th, 2007] DTSA-40-1 php4 - several vulnerabilities + {CVE-2007-1286 CVE-2007-1380 CVE-2007-1521 CVE-2007-1583 CVE-2007-1718 CVE-2007-1777 CVE-2007-2509 } + [lenny] - php4 6:4.4.4-9+lenny1 Added: website/DTSA/DTSA-39-1.html ==================================================================--- website/DTSA/DTSA-39-1.html (rev 0) +++ website/DTSA/DTSA-39-1.html 2007-05-28 16:55:51 UTC (rev 5941) @@ -0,0 +1,184 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso8859-1"> + <title>Debian testing security team - Advisory</title> + <link type="text/css" rel="stylesheet" href="../style.css"> + <link rel="shortcut icon" href="http://www.debian.org/favicon.ico"> + </head> + <body> + <div align="center"> + <a href="http://www.debian.org/"> + + <img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a> + <a href="http://www.debian.org/"> + <img src="http://www.debian.org/Pics/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a> + </div> + <br /> + <table class="reddy" width="100%"> + <tr> + <td class="reddy"> + <img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" + alt="" width="15" height="16"></td> + + <td rowspan="2" class="reddy">Debian testing security team - Advisory</td> + <td class="reddy"> + <img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" + alt="" width="16" height="16"></td> + </tr> + <tr> + <td class="reddy"> + <img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" + alt="" width="16" height="16"></td> + <td class="reddy"> + + <img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" + alt="" width="15" height="16"></td> + </tr> + </table> + +<!-- header --> +<h2>DTSA-39-1</h2> +<dl> +<dt>Date Reported:</dt> +<dd>May 28th, 2007</dd> +<dt>Affected Package:</dt> +<dd><a href=''http://packages.debian.org/src:php5''>php5</a></dd> +<dt>Vulnerability:</dt> +<dd>several vulnerabilities</dd> +<dt>Problem-Scope:</dt> +<dd>remote</dd> +<dt>Debian-specific:</dt> +<dd>No<br></dd> +<dt>CVE:</dt> +<dd> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1286''>CVE-2007-1286</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1375''>CVE-2007-1375</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1376''>CVE-2007-1376</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1380''>CVE-2007-1380</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1453''>CVE-2007-1453</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1454''>CVE-2007-1454</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1521''>CVE-2007-1521</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1583''>CVE-2007-1583</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1700''>CVE-2007-1700</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1718''>CVE-2007-1718</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1777''>CVE-2007-1777</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1824''>CVE-2007-1824</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1887''>CVE-2007-1887</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1889''>CVE-2007-1889</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1900''>CVE-2007-1900</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2509''>CVE-2007-2509</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2510''>CVE-2007-2510</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2511''>CVE-2007-2511</a> +<br></dd> +<br><dt>More information:</dt> +<dd>Several remote vulnerabilities have been discovered in PHP, a <br> +server-side, HTML-embedded scripting language, which may lead to the <br> +execution of arbitrary code. The Common Vulnerabilities and Exposures <br> +project identifies the following problems: <br> + <br> +CVE-2007-1286 <br> + Stefan Esser discovered an overflow in the object reference handling <br> + code of the unserialize() function, which allows the execution of <br> + arbitrary code if malformed input is passed from an application. <br> + <br> +CVE-2007-1375 <br> + Stefan Esser discovered that an integer overflow in the substr_compare() <br> + function allows information disclosure of heap memory. <br> + <br> +CVE-2007-1376 <br> + Stefan Esser discovered that insufficient validation of shared memory <br> + functions allows the disclosure of heap memory. <br> + <br> +CVE-2007-1380 <br> + Stefan Esser discovered that the session handler performs <br> + insufficient validation of variable name length values, which allows <br> + information disclosure through a heap information leak. <br> + <br> +CVE-2007-1453 <br> + Stefan Esser discovered that the filtering framework performs insufficient <br> + input validation, which allows the execution of arbitrary code through a <br> + buffer underflow. <br> + <br> +CVE-2007-1454 <br> + Stefan Esser discovered that the filtering framework can be bypassed <br> + with a special whitespace character. <br> + <br> +CVE-2007-1521 <br> + Stefan Esser discovered a double free vulnerability in the <br> + session_regenerate_id() function, which allows the execution of <br> + arbitrary code. <br> + <br> +CVE-2007-1583 <br> + Stefan Esser discovered that a programming error in the mb_parse_str() <br> + function allows the activation of "register_globals". <br> + <br> +CVE-2007-1700 <br> + Stefan Esser discovered that the session extension incorrectly maintains <br> + the reference count of session variables, which allows the execution of <br> + arbitrary code. <br> + <br> +CVE-2007-1718 <br> + Stefan Esser discovered that the mail() function performs <br> + insufficient validation of folded mail headers, which allows mail <br> + header injection. <br> + <br> +CVE-2007-1777 <br> + Stefan Esser discovered that the extension to handle ZIP archives <br> + performs insufficient length checks, which allows the execution of <br> + arbitrary code. <br> + <br> +CVE-2007-1824 <br> + Stefan Esser discovered an off-by-one in the filtering framework, which <br> + allows the execution of arbitrary code. <br> + <br> +CVE-2007-1887 <br> + Stefan Esser discovered that a buffer overflow in the sqlite extension <br> + allows the execution of arbitrary code. <br> + <br> +CVE-2007-1889 <br> + Stefan Esser discovered that the PHP memory manager performs an <br> + incorrect type cast, which allows the execution of arbitrary code <br> + through buffer overflows. <br> + <br> +CVE-2007-1900 <br> + Stefan Esser discovered that incorrect validation in the email filter <br> + extension allowed the injection of mail headers. <br> + <br> +CVE-2007-2509 <br> + It was discovered that missing input sanitising inside the ftp <br> + extension permits an attacker to execute arbitrary FTP commands. <br> + This requires the attacker to already have access to the FTP <br> + server. <br> + <br> +CVE-2007-2510 <br> + It was discovered that a buffer overflow in the SOAP extension permits <br> + the execution of arbitrary code. <br> + <br> +CVE-2007-2511 <br> + A buffer overflow was discovered in the user_filter_factory_create. <br> +</dd> +<br><dt>For the testing distribution (lenny) this is fixed in version 5.2.0-10+lenny1</dt> +<dt>For the unstable distribution (sid) this is fixed in version 5.2.2-1</dt> +<br><dt>This upgrade is recommended if you use php5.<dt> +<br><dt>If you have the secure testing lines in your sources.list, you can update by running this command as root:</dt> + +<dd>apt-get update && apt-get upgrade</dd> +<br> + +<br> +<dt>To use the Debian testing security archive, add the following lines to your /etc/apt/sources.list:<dt> +<br> +<dd>deb http://security.debian.org/ testing/updates main contrib non-free</dd> +<dd>deb-src http://security.debian.org/ testing/updates main contrib non-free</dd> +<br> + +<!-- footer --> +<hr> +<a href="http://validator.w3.org/check?uri=referer"> + <img border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a> + <a href="http://jigsaw.w3.org/css-validator/check/referer"> + <img border="0" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" + height="31" width="88"></a> + + +</body></html> + Added: website/DTSA/DTSA-40-1.html ==================================================================--- website/DTSA/DTSA-40-1.html (rev 0) +++ website/DTSA/DTSA-40-1.html 2007-05-28 16:55:51 UTC (rev 5941) @@ -0,0 +1,134 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso8859-1"> + <title>Debian testing security team - Advisory</title> + <link type="text/css" rel="stylesheet" href="../style.css"> + <link rel="shortcut icon" href="http://www.debian.org/favicon.ico"> + </head> + <body> + <div align="center"> + <a href="http://www.debian.org/"> + + <img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a> + <a href="http://www.debian.org/"> + <img src="http://www.debian.org/Pics/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a> + </div> + <br /> + <table class="reddy" width="100%"> + <tr> + <td class="reddy"> + <img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" + alt="" width="15" height="16"></td> + + <td rowspan="2" class="reddy">Debian testing security team - Advisory</td> + <td class="reddy"> + <img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" + alt="" width="16" height="16"></td> + </tr> + <tr> + <td class="reddy"> + <img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" + alt="" width="16" height="16"></td> + <td class="reddy"> + + <img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" + alt="" width="15" height="16"></td> + </tr> + </table> + +<!-- header --> +<h2>DTSA-40-1</h2> +<dl> +<dt>Date Reported:</dt> +<dd>May 28th, 2007</dd> +<dt>Affected Package:</dt> +<dd><a href=''http://packages.debian.org/src:php4''>php4</a></dd> +<dt>Vulnerability:</dt> +<dd>several vulnerabilities</dd> +<dt>Problem-Scope:</dt> +<dd>remote</dd> +<dt>Debian-specific:</dt> +<dd>No<br></dd> +<dt>CVE:</dt> +<dd> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1286''>CVE-2007-1286</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1380''>CVE-2007-1380</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1521''>CVE-2007-1521</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1583''>CVE-2007-1583</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1718''>CVE-2007-1718</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1777''>CVE-2007-1777</a> +<a href=''http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2509''>CVE-2007-2509</a> +<br></dd> +<br><dt>More information:</dt> +<dd>IMPORTANT NOTE: <br> + php4 will be removed from testing (lenny); thus you are strongly <br> + advised to migrate to php5. If you cannot upgrade, you should <br> + consider using the stable distribution (etch) instead. <br> + <br> +Several remote vulnerabilities have been discovered in PHP, a <br> +server-side, HTML-embedded scripting language, which may lead to the <br> +execution of arbitrary code. The Common Vulnerabilities and Exposures <br> +project identifies the following problems: <br> + <br> +CVE-2007-1286 <br> + Stefan Esser discovered an overflow in the object reference handling <br> + code of the unserialize() function, which allows the execution of <br> + arbitrary code if malformed input is passed from an application. <br> + <br> +CVE-2007-1380 <br> + Stefan Esser discovered that the session handler performs <br> + insufficient validation of variable name length values, which allows <br> + information disclosure through a heap information leak. <br> + <br> +CVE-2007-1521 <br> + Stefan Esser discovered a double free vulnerability in the <br> + session_regenerate_id() function, which allows the execution of <br> + arbitrary code. <br> + <br> +CVE-2007-1538 <br> + Stefan Esser discovered that the mb_parse_str function sets the internal <br> + register_globals flag and does not disable it in certain cases when a script <br> + terminates, which allows remote attackers to invoke available PHP scripts with <br> + register_globals functionality that is not detectable by these scripts <br> + <br> +CVE-2007-1718 <br> + Stefan Esser discovered that the mail() function performs <br> + insufficient validation of folded mail headers, which allows mail <br> + header injection. <br> + <br> +CVE-2007-1777 <br> + Stefan Esser discovered that the extension to handle ZIP archives <br> + performs insufficient length checks, which allows the execution of <br> + arbitrary code. <br> + <br> +CVE-2007-2509 <br> + It was discovered that the ftp extension of PHP, a server-side, <br> + HTML-embedded scripting language performs insufficient input sanitising, <br> + which permits an attacker to execute arbitrary FTP commands. This <br> + requires the attacker to already have access to the FTP server. <br> +</dd> +<br><dt>For the testing distribution (lenny) this is fixed in version 6:4.4.4-9+lenny1</dt> +<dt>For the unstable distribution (sid) this is fixed in version 6:4.4.6-2</dt> +<br><dt>This upgrade is recommended if you use php4.<dt> +<br><dt>If you have the secure testing lines in your sources.list, you can update by running this command as root:</dt> + +<dd>apt-get update && apt-get upgrade</dd> +<br> + +<br> +<dt>To use the Debian testing security archive, add the following lines to your /etc/apt/sources.list:<dt> +<br> +<dd>deb http://security.debian.org/ testing/updates main contrib non-free</dd> +<dd>deb-src http://security.debian.org/ testing/updates main contrib non-free</dd> +<br> + +<!-- footer --> +<hr> +<a href="http://validator.w3.org/check?uri=referer"> + <img border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a> + <a href="http://jigsaw.w3.org/css-validator/check/referer"> + <img border="0" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" + height="31" width="88"></a> + + +</body></html> + Modified: website/list.html ==================================================================--- website/list.html 2007-05-28 14:15:11 UTC (rev 5940) +++ website/list.html 2007-05-28 16:55:51 UTC (rev 5941) @@ -107,6 +107,12 @@ <dd>multiple buffer overflows</dd> <dt>[May 22th, 2007] <a href=''DTSA/DTSA-37-1.html''>DTSA-37-1 clamav</a></dt> <dd>several vulnerabilities</dd> +<dt>[May 26th, 2007] <a href=''DTSA/DTSA-38-1.html''>DTSA-38-1 qemu</a></dt> +<dd>several vulnerabilities</dd> +<dt>[May 28th, 2007] <a href=''DTSA/DTSA-39-1.html''>DTSA-39-1 php5</a></dt> +<dd>several vulnerabilities</dd> +<dt>[May 28th, 2007] <a href=''DTSA/DTSA-40-1.html''>DTSA-40-1 php4</a></dt> +<dd>several vulnerabilities</dd> </dl> <!-- footer --> <hr>