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

01 Jul 2024, 12:37

Type Values Removed Values Added
Summary
  • (es) dd-trace-cpp es el seguimiento distribuido de Datadog para C++. Cuando la librería no puede extraer el contexto de seguimiento debido a un Unicode con formato incorrecto, registra la lista de encabezados auditados y sus valores utilizando la librería JSON `nlohmann`. Sin embargo, debido a la forma en que se invoca la librería JSON, genera una excepción no detectada, lo que provoca un bloqueo. Esta vulnerabilidad ha sido parcheada en la versión 0.2.2.

28 Jun 2024, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-06-28 22:15

Updated : 2024-07-01 12:37


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