You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML report generator fails due to unknown severity "HIGH-EXPLOIT"
To reproduce
Steps to reproduce the behaviour:
Scan using this command:
cve-bin-tool -S critical -S high --detailed -l info --affected-versions --exploits mac_build/theapp.app -f json,html -o mac_build/vulnerability
Expected behaviour:
HTML report is generated correctly
Actual behaviour:
HTML report generation fails due to unexpected severity
Version/platform info
Version of CVE-bin-tool( e.g. output of cve-bin-tool --version): 3.3
Installed from pypi or github? pypi
Operating system: macOS
Python version (e.g. python3 --version): Python 3.10
Running in any particular CI environment we should know about? Gitlab
Anything else?
Relevant vulnerability.json snippet
{
"vendor": "webmproject",
"product": "libvpx",
"version": "1.11.0",
"cve_number": "CVE-2023-5217",
"severity": "HIGH-EXPLOIT",
"score": "8.8",
"source": "NVD",
"cvss_version": "3",
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"paths": "[redacted]/MacOS/ffmpeg",
"remarks": "NewFound",
"comments": "",
"description": "Heap buffer overflow in vp8 encoding in libvpx in Google Chrome prior to 117.0.5938.132 and libvpx 1.13.1 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)",
"affected_versions": "< 1.13.1"
},
I'm not sure if this is related to our other severity bug (fix is in code review) or if it's due to the fact that there's an expectation of the value being "high, medium, low" (as in, "high-exploit" isn't a valid severity), but we should definitely handle this more gracefully. Thanks for letting us know!
Description
HTML report generator fails due to unknown severity "HIGH-EXPLOIT"
To reproduce
Steps to reproduce the behaviour:
cve-bin-tool -S critical -S high --detailed -l info --affected-versions --exploits mac_build/theapp.app -f json,html -o mac_build/vulnerability
Expected behaviour:
HTML report is generated correctly
Actual behaviour:
HTML report generation fails due to unexpected severity
Version/platform info
Version of CVE-bin-tool( e.g. output of
cve-bin-tool --version
): 3.3Installed from pypi or github? pypi
Operating system: macOS
Python version (e.g.
python3 --version
): Python 3.10Running in any particular CI environment we should know about? Gitlab
Anything else?
Relevant vulnerability.json snippet
cve-bin-tool callstack
The text was updated successfully, but these errors were encountered: