e-m-b-a / emba

EMBA - The firmware security analyzer
https://www.securefirmware.de
GNU General Public License v3.0
2.49k stars 223 forks source link

Dhcp version strings and blacklist fix #1163

Closed gluesmith2021 closed 1 month ago

gluesmith2021 commented 1 month ago

New feature and related fix

Working example:

[*] Vulnerability details for dhcp / version 4.3.4 / source UEMU:

    BIN NAME            :   BIN VERS    :   CVE ID            :  CVSS VALUE : EPSS :   SOURCE         :   EXPLOIT
    dhcp                :   4.3.4       :   CVE-2018-5732     :   7.5       :  NA  :   UEMU           :   No exploit available
    dhcp                :   4.3.4       :   CVE-2022-2929     :   6.5       :  NA  :   UEMU           :   No exploit available
    dhcp                :   4.3.4       :   CVE-2018-5733     :   7.5       :  NA  :   UEMU           :   No exploit available
    dhcp                :   4.3.4       :   CVE-2017-3144     :   7.5       :  NA  :   UEMU           :   No exploit available

[+] Found 4 CVEs and 0 exploits (including POC's) in dhcp with version 4.3.4 (source UEMU).

dhcp is found and not blacklisted in S115. Blacklist still function as intended. For example:

[*] Binary ./lib/systemd/systemd (533/673) not emulated - blacklist triggered

No