CVE-2024-38525

dd-trace-cpp is the Datadog distributed tracing for C++. When the library fails to extract trace context due to malformed unicode, it logs the list of audited headers and their values using the `nlohmann` JSON library. However, due to the way the JSON library is invoked, it throws an uncaught exception, which results in a crash. This vulnerability has been patched in version 0.2.2.
Configurations

No configuration.

History

21 Nov 2024, 09:26

Type Values Removed Values Added
References () https://github.com/DataDog/dd-trace-cpp/releases/tag/v0.2.2 - () https://github.com/DataDog/dd-trace-cpp/releases/tag/v0.2.2 -
References () https://github.com/DataDog/dd-trace-cpp/security/advisories/GHSA-rf3p-mg22-qv6w - () https://github.com/DataDog/dd-trace-cpp/security/advisories/GHSA-rf3p-mg22-qv6w -

01 Jul 2024, 12:37

Type Values Removed Values Added
New CVE

Information

Published : 2024-06-28 22:15

Updated : 2024-11-21 09:26


NVD link : CVE-2024-38525

Mitre link : CVE-2024-38525

CVE.ORG link : CVE-2024-38525


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-248

Uncaught Exception