Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote buffer overflow vulnerability in airodump-ng #167

Closed
aircrack-ng opened this issue Mar 10, 2018 · 3 comments
Closed

remote buffer overflow vulnerability in airodump-ng #167

aircrack-ng opened this issue Mar 10, 2018 · 3 comments
Labels
#airodump-ng bug Something isn't working @critical
Milestone

Comments

@aircrack-ng
Copy link
Owner

Reported by jonny on 12 Apr 2007 14:52 UTC

Author: Jonathan So < jonny [ @ ] nop-art [ dot ] net>

I. DESCRIPTION

A stack overflow vulnerability has been found in airodump-ng, part of the
aircrack-ng package. The vulnerability could allow an attacker to
transmit specially crafted 802.11 packets to execute arbitrary code on a
remote machine running the aerodump-ng tool.

II. DETAILS

Aerodump-ng fails to check the size of 802.11 authentication packets
before copying into an insufficiently sized global buffer. As a result
it is possible to overwrite another global variable passed as the size
parameter to a subsequent memcpy() operation, in order to overflow a
stack buffer.

This vulnerability has been successfully exploited against on an x86
Linux 2.6.20 machine running airodump-ng 0.7. Other versions and
platforms are also likely to be affected.

@aircrack-ng aircrack-ng added #airodump-ng @critical bug Something isn't working labels Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Comment by misterx on 12 Apr 2007 14:52 UTC

More details at http://www.nop-art.net/advisories/airodump-ng.txt

@aircrack-ng
Copy link
Owner Author

Comment by hirte on 12 Apr 2007 14:52 UTC

(In #288) Fixed vulnerability in both branches (Closes: #167).

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 12 Apr 2007 14:52 UTC

Milestone 0.8.1 deleted

@aircrack-ng aircrack-ng added this to the 0.9 milestone Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#airodump-ng bug Something isn't working @critical
Projects
None yet
Development

No branches or pull requests

1 participant