DataDog::DogStatsd versions through 0.07 for Perl allow metric injections from event tags
Summary
| CVE | CVE-2026-11362 |
|---|---|
| State | PUBLISHED |
| Assigner | CPANSec |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-06-05 16:16:41 UTC |
| Updated | 2026-06-05 17:04:07 UTC |
| Description | DataDog::DogStatsd versions through 0.07 for Perl allow metric injections from event tags. DataDog::DogStatsd does not properly sanitise input, allowing metric injections of data from untrusted sources. The format_event method (used by the event method) does not validate the content of the tags, which may contain commas (allowing tags to be injected) or newlines, pipes and colons that allow metric injections. (There is an ineffective s/|//g to remove pipes, but because the pipe is not escaped, it is interpreted as a regular expression metacharacter and has no effect.) |
Risk And Classification
Problem Types: CWE-93 | CWE-150 | CWE-93 CWE-93 Improper Neutralization of CRLF Sequences | CWE-150 CWE-150 Improper Neutralization of Escape, Meta, or Control Sequences
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | BINARY | DataDogDogStatsd | affected 0.07 custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| www.cve.org/CVERecord | 9b29abf9-4ab0-4765-b253-1875cd9b441e | www.cve.org | |
| www.cve.org/CVERecord | 9b29abf9-4ab0-4765-b253-1875cd9b441e | www.cve.org | |
| www.cve.org/CVERecord | 9b29abf9-4ab0-4765-b253-1875cd9b441e | www.cve.org | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
Additional Advisory Data
Workarounds
CNA: Ensure that metric names, values and tags come from trusted sources or are properly sanitised.
There are currently no legacy QID mappings associated with this CVE.