9.1

CVE-2023-26143

Exploit
Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile() API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the double-dash POSIX characters (--) to communicate the end of options.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Blamer ProjectBlamer SwPlatformnode.js Version < 1.0.4
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.92% 0.557
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 9.1 3.9 5.2
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
report@snyk.io 6.5 3.9 2.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
CWE-88 Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.

https://gist.github.com/lirantal/14c3686370a86461f555d3f0703e02f9
Third Party Advisory
Exploit
https://github.com/kucherenko/blamer/commit/0965877f115753371a2570f10a63c455d2b2cde3
Patch
https://security.snyk.io/vuln/SNYK-JS-BLAMER-5731318
Third Party Advisory
Exploit