Net::Statsd::Lite versions through 0.10.0 for Perl allowed metric injections
Summary
| CVE | CVE-2026-8788 |
|---|---|
| State | PUBLISHED |
| Assigner | CPANSec |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-05-18 08:16:15 UTC |
| Updated | 2026-05-19 14:16:50 UTC |
| Description | Net::Statsd::Lite versions through 0.10.0 for Perl allowed metric injections. The values from the set_add method were not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics. Note that version 0.9.0 fixed a similar issue CVE-2026-46719 for metric names. |
Risk And Classification
Primary CVSS: v3.1 7.3 HIGH from ADP
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS: 0.000540000 probability, percentile 0.170490000 (date 2026-05-26)
Problem Types: CWE-93 | CWE-93 CWE-93 Improper Neutralization of CRLF Sequences
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | ADP | DECLARED | 7.3 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L |
| 3.1 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | Secondary | 7.3 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L |
CVSS v3.1 Breakdown
Attack Vector
NetworkAttack Complexity
LowPrivileges Required
NoneUser Interaction
NoneScope
UnchangedConfidentiality
LowIntegrity
LowAvailability
LowCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | RRWO | NetStatsdLite | affected 0.10.0 custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| www.cve.org/CVERecord | 9b29abf9-4ab0-4765-b253-1875cd9b441e | www.cve.org | |
| metacpan.org/release/RRWO/Net-Statsd-Lite-v0.10.1/changes | 9b29abf9-4ab0-4765-b253-1875cd9b441e | metacpan.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
| Source | Time | Event |
|---|---|---|
| CNA | 2026-05-14T00:00:00.000Z | Issue reported to CPANSec |
| CNA | 2026-05-15T00:00:00.000Z | Author notified |
| CNA | 2026-05-16T00:00:00.000Z | Fix released for CVE-2026-46719 |
| CNA | 2026-05-17T00:00:00.000Z | CVE-2026-8788 identified by author |
| CNA | 2025-05-17T00:00:00.000Z | Fix released for CVE-2026-8788 |
Solutions
CNA: Upgrade to Net::Statsd::Lite version 0.10.1 or later.
Workarounds
CNA: In version 0.10.0, use the secure_set_add method which logs an HMAC digest of the value instead of the raw value. Validate that all values sent to the client based on untrusted data do not contain metric injections.
There are currently no legacy QID mappings associated with this CVE.