Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-11362 Details

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.)

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://www.cve.org/CVERecord?id=CVE-2026-46719 CPANSecThird Party Advisory
https://www.cve.org/CVERecord?id=CVE-2026-46720 CPANSecThird Party Advisory
https://www.cve.org/CVERecord?id=CVE-2026-46741 CPANSecThird Party Advisory

Weakness Enumeration

CWE-IDCWE NameSource
CWE-150Improper Neutralization of Escape, Meta, or Control SequencesCPANSec
CWE-93Improper Neutralization of CRLF Sequences ('CRLF Injection')CPANSec

Affected Products

ProductVersions
binary datadog::dogstatsd
<= 0.07

CPE

  • cpe:2.3:a:binary:datadog::dogstatsd:*:*:*:*:*:perl:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-11362
NVD Published Date:
Jun 5, 2026
NVD Last Modified:
Jun 17, 2026
Source:
CPANSec
CVE-2026-11362 Details - Not Deferred