Vulnerability Description
OpenTelemetry, also known as OTel for short, is a vendor-neutral open-source Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, logs. Autoinstrumentation out of the box adds the label `http_method` that has unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent. HTTP method for requests can be easily set by an attacker to be random and long. In order to be affected program has to be instrumented for HTTP handlers and does not filter any unknown HTTP methods on the level of CDN, LB, previous middleware, etc. This issue has been patched in version 0.41b0.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Opentelemetry | Opentelemetry | < 0.41b0 |
Related Weaknesses (CWE)
References
- https://github.com/open-telemetry/opentelemetry-python-contrib/commit/6007e0c013Patch
- https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.4Release Notes
- https://github.com/open-telemetry/opentelemetry-python-contrib/security/advisoriVendor Advisory
- https://github.com/open-telemetry/opentelemetry-python-contrib/commit/6007e0c013Patch
- https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.4Release Notes
- https://github.com/open-telemetry/opentelemetry-python-contrib/security/advisoriVendor Advisory
FAQ
What is CVE-2023-43810?
CVE-2023-43810 is a vulnerability with a CVSS score of 7.5 (HIGH). OpenTelemetry, also known as OTel for short, is a vendor-neutral open-source Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, lo...
How severe is CVE-2023-43810?
CVE-2023-43810 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-43810?
Check the references section above for vendor advisories and patch information. Affected products include: Opentelemetry Opentelemetry.