Package: aircrack-ng / 1:1.2-0~beta3-4

Metadata

Package Version Patches format
aircrack-ng 1:1.2-0~beta3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
000 Airmon_needs_bash.diff | (download)

scripts/airmon-ng | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 despites airmon claims to use /bin/sh it's full of bashism,
 and thus requires /bin/bash.
001 Airodump_whitespace_oui.diff | (download)

src/airodump-ng.c | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 airodump-ng should be able to parse the canonical oui file.
002 fix libnl detection.diff | (download)

common.mak | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix libnl detection.
003 dont abort libnl nolinux.diff | (download)

common.mak | 72 38 + 34 - 0 !
1 file changed, 38 insertions(+), 34 deletions(-)

 only try to detect libnl on linux.
004 CVE 2014 8321.diff | (download)

src/airodump-ng.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] airodump-ng: fixed gps stack overflow (closes #13 on github).

git-svn-id: http://svn.aircrack-ng.org/trunk@2416 28c6078b-6c39-48e3-add9-af49d547ecab

005 CVE 2014 8322.diff | (download)

src/aireplay-ng.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] aireplay-ng: fixed tcp_test stack overflow (closes #14 on
 GitHub).

git-svn-id: http://svn.aircrack-ng.org/trunk@2417 28c6078b-6c39-48e3-add9-af49d547ecab

006 CVE 2014 8323.diff | (download)

src/buddy-ng.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] buddy-ng: fixed segmentation fault (closes #15 on github).

git-svn-id: http://svn.aircrack-ng.org/trunk@2418 28c6078b-6c39-48e3-add9-af49d547ecab

007 CVE 2014 8324.diff | (download)

src/osdep/network.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] osdep: fixed segmentation fault that happens with a malicious
 server sending a negative length (Closes #16 on GitHub).

git-svn-id: http://svn.aircrack-ng.org/trunk@2419 28c6078b-6c39-48e3-add9-af49d547ecab

008 Airodump_fix ieee oui path.diff | (download)

src/airodump-ng.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 airodump-ng can't find the iee oui file.
 We are doing here the minium changes to keep release team
 happy and have this allowed into Jessie.
 .
 Next upstream release of aircrack-ng will already contain
 r2455, so this patch can be dropped.