KDWSS / openedr

Open EDR public repository
Other
0 stars 0 forks source link

CVE-2023-38546 (Low) detected in miranda-ngc4f2f0a8c643304f73cdbea1299c00cf19e8986c, curlcurl-7_69_1 #90

Open mend-for-github-com[bot] opened 11 months ago

mend-for-github-com[bot] commented 11 months ago

CVE-2023-38546 - Low Severity Vulnerability

Vulnerable Libraries - miranda-ngc4f2f0a8c643304f73cdbea1299c00cf19e8986c, curlcurl-7_69_1

Vulnerability Details

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.

Publish Date: 2023-10-18

URL: CVE-2023-38546

CVSS 3 Score Details (3.7)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - 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://curl.se/docs/CVE-2023-38546.html

Release Date: 2023-07-20

Fix Resolution: curl-8_4_0