Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:16707
HistoryApr 14, 2007 - 12:00 a.m.

TSRT-07-04: LANDesk Management Suite Alert Service Stack Overflow Vulnerability

2007-04-1400:00:00
vulners.com
11

TSRT-07-04: LANDesk Management Suite Alert Service Stack Overflow
Vulnerability
http://www.tippingpoint.com/security/advisories/TSRT-07-04.html
April 13, 2007

– CVE ID:
CVE-2007-1674

– Affected Vendor:
LANDesk

– Affected Products:
Management Suite 8.7

– TippingPoint(TM) IPS Customer Protection:
TippingPoint IPS customers have been protected against this
vulnerability since March 23, 2007 by Digital Vaccine protection
filter ID 5210. For further product information on the TippingPoint IPS:

http://www.tippingpoint.com 

– Vulnerability Details:
This vulnerability allows attackers to execute arbitrary code on
vulnerable installations of LANDesk Management Suite. User interaction
is not required to exploit this vulnerability.

The specific flaw exists in the Alert Service listening on UDP port
65535. The Aolnsrvr.exe process accepts user-supplied data and performs
an inline memory copy into a 268 byte stack-based buffer. Supplying
additional data results in a buffer overflow and SEH overwrite. The
vulnerable memory copy is shown here:

0041EF49 mov edi, eax  ; edi pointer to stack buffer
0041EF4B mov eax, ecx
0041EF4D shr ecx, 2    ; total size of data
0041EF50 rep movsd
0041EF52 mov ecx, eax
0041EF54 mov eax, ebx
0041EF56 and ecx, 3
0041EF59 rep movsb

Exploitation allows an attacker to execute arbitrary code under the
context of the SYSTEM user.

– Vendor Response:
LANDesk has issued an update to correct this vulnerability. More details
can be found at:

http://kb.landesk.com/display/4n/kb/article.asp?aid=4142

– Disclosure Timeline:
2007.03.08 - Vulnerability reported to vendor
2007.03.23 - Digital Vaccine released to TippingPoint customers
2007.04.13 - Coordinated public release of advisory

– Credit:
This vulnerability was discovered by Aaron Portnoy, TippingPoint
Security Research Team.