Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-38546

3.7 · LOW
Published Oct 18, 2023 haxx EPSS 6.21% (93th pctl)

Overview

CVE-2023-38546 is a low-severity vulnerability affecting haxx libcurl. It was published on October 18, 2023 and has a CVSS 3.1 base score of 3.7 (LOW).

This vulnerability has a CVSS 3.1 base score of 3.7, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories and patches from haxx. Update libcurl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
haxx libcurl >= 7.9.1, < 8.4.0 Affected

Frequently Asked Questions

What is CVE-2023-38546?

CVE-2023-38546 is a low-severity vulnerability affecting haxx libcurl. It was published on October 18, 2023 and has a CVSS 3.1 base score of 3.7 (LOW).

How severe is CVE-2023-38546?

This vulnerability has a CVSS 3.1 base score of 3.7, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-38546?

Check the references section for vendor advisories and patches from haxx. Update libcurl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-38546?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-38546 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.