|
1 | 1 |
|
| 2 | +linux-exploit-suggester.sh v1.1 [2020-01-07] |
| 3 | + |
| 4 | +o Add more reliable DISTRO version detection (based on /etc/*-release files) |
| 5 | + |
| 6 | +o Added following exploits: |
| 7 | + |
| 8 | + + add SystemTap exploit (CVE-2010-4170) (#46) [bcoles] |
| 9 | + |
| 10 | + + add abrt/sosreport-rhel7 exploit (#48) [bcoles] |
| 11 | + |
| 12 | + + add Return of the WIZard (exim) (CVE-2019-10149) (#54) [bcoles] |
| 13 | + |
| 14 | + + Add Serv-U FTP Server exploit (CVE-2019-12181) (#58) [bcoles] |
| 15 | + |
| 16 | + + Add PTRACE_TRACEME (CVE-2019-13272) (#61) [bcoles] |
| 17 | + |
| 18 | + + Add ktsuss (CVE-2011-2921) (#62) [bcoles] |
| 19 | + |
| 20 | + + Add rds_atomic_free_op NULL pointer dereference (CVE-2018-5333) (#67) [bcoles] |
| 21 | + |
| 22 | + + Add GNU Mailutils maidag url local root (CVE-2019-18862) (#69) [bcoles] |
| 23 | + |
| 24 | +o Added following '--checksec' mode improvements: |
| 25 | + |
| 26 | + + add detection for kernel.yama.ptrace_scope (#49) [bcoles] |
| 27 | + |
| 28 | +o Rewritten README.md. Displaying exposure (calculted based on rank) instead of raw numeric rank |
| 29 | + |
| 30 | +o '--uname' mode improvement: do tagging and rank calculation also |
| 31 | + when LES is run with '--uname' switch. uname string contains |
| 32 | + distro name so we're bumping rank (+1) for each exploit that is |
| 33 | + known run on given distro. Also rank is bumped when there is |
| 34 | + kernel version match (+3). |
| 35 | + |
| 36 | +o Refinements for following exploits: |
| 37 | + |
| 38 | + + add ntfs-3g version check: pkg=ntfs-3g,ver<2017.4 (#50) [bcoles] |
| 39 | + |
| 40 | + + update tested package versions for raceabrt (#47) [bcoles] |
| 41 | + |
| 42 | + + add udev version check pkg=udev,ver<141 (#51) [bcoles] |
| 43 | + |
| 44 | + + RationalLove fix: libc package is named 'libc6' on Debian/Ubuntu |
| 45 | + |
| 46 | + + Add nginx version check: pkg=nginx|nginx-full,ver<1.10.3 (#57) [bcoles] |
| 47 | + |
| 48 | + + rds_atomic_free_op exploit: update targets |
| 49 | + |
2 | 50 | linux-exploit-suggester.sh v1.0 [2019-03-01] |
3 | 51 |
|
4 | 52 | o Added additional 'Tags' for multiple exploits based on: |
|
0 commit comments