KDWSS / openedr

Open EDR public repository
Other
0 stars 0 forks source link

CVE-2018-7159 (Medium) detected in boostboost_1_70_0-unsupported-bin-msvc-all-32-64 #70

Open mend-for-github-com[bot] opened 1 year ago

mend-for-github-com[bot] commented 1 year ago

CVE-2018-7159 - Medium Severity Vulnerability

Vulnerable Library - boostboost_1_70_0-unsupported-bin-msvc-all-32-64

Free peer-reviewed portable C++ source libraries

Library home page: https://sourceforge.net/projects/boost/

Found in HEAD commit: 30207a8f9a2b5d0b116c65f1e59dfdeba6de5c3e

Found in base branch: main

Vulnerable Source Files (1)

/edrav2/eprj/boost/libs/beast/test/bench/parser/nodejs-parser/http_parser.c

Vulnerability Details

The HTTP parser in all current versions of Node.js ignores spaces in the `Content-Length` header, allowing input such as `Content-Length: 1 2` to be interpreted as having a value of `12`. The HTTP specification does not allow for spaces in the `Content-Length` value and the Node.js HTTP parser has been brought into line on this particular difference. The security risk of this flaw to Node.js users is considered to be VERY LOW as it is difficult, and may be impossible, to craft an attack that makes use of this flaw in a way that could not already be achieved by supplying an incorrect value for `Content-Length`. Vulnerabilities may exist in user-code that make incorrect assumptions about the potential accuracy of this value compared to the actual length of the data supplied. Node.js users crafting lower-level HTTP utilities are advised to re-check the length of any input supplied after parsing is complete.

Publish Date: 2018-05-17

URL: CVE-2018-7159

CVSS 3 Score Details (5.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-7159

Release Date: 2018-05-17

Fix Resolution: 9.10.0