CVE-2026-46740: Adapter Statsd Pm Cwe 000 Cve 2026 46740

Constructing statsd payloads manually using string formatting (e.g. `sprintf` or interpolation) without sanitizing metric names or values allows Metric Injection. An attacker can inject newlines (`\n`), colons (`:`), or pipes (`|`) to manipulate application telemetry, trigger false alerts, or mask malicious activity. Change the implementation to delegate pay

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Generic
greprules fetch cve-2026-46740-adapter-statsd-pm-cwe-000-cve-2026-46740 --engine opengrep

Description

Constructing statsd payloads manually using string formatting (e.g. `sprintf` or interpolation) without sanitizing metric names or values allows Metric Injection. An attacker can inject newlines (`\n`), colons (`:`), or pipes (`|`) to manipulate application telemetry, trigger false alerts, or mask malicious activity. Change the implementation to delegate pay