Threats Tagged 'cwe-150'
View all threats tagged with 'cwe-150'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-150'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-11373: CWE-93 Improper Neutralization of CRLF Sequences in JASEI Net::Statsite::ClientCVE-2026-11373 0 Net::Statsite::Client versions through 1.1.0 for Perl allow metric injections. Net::Statsite::Client is a client for the statsite protocol, which is a variant of statsd. Newlines are not removed from metric names, allowing metric injections. Values are not sanitised for newlines or other protocol control characters such as colons or pipes, allowing metric injections. Join the discussion | CVE Database V5 | 06/22/2026, 11:28:06 UTC Added: 06/22/2026, 11:54:25 UTC |
CVE-2026-54057: CWE-94: Improper Control of Generation of Code ('Code Injection') in kovidgoyal kittyCVE-2026-54057 0 Kitty is a cross-platform GPU based terminal. In versions prior to 0.47.3, kitty's OSC 21 (color-control) query reply reflects attacker-controlled bytes, including newlines, into the shell's input without sanitization. Version 0.47.3 fixes the issue. Join the discussion | CVE Database V5 | 06/12/2026, 20:07:00 UTC Added: 06/12/2026, 21:09:32 UTC |
Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement updateCVE-2026-6019 0 A security advisory from Red Hat addresses a vulnerability identified as CVE-2026-6019 affecting Red Hat Hardened Images RPMs, specifically various python3.14 packages. The advisory lists updated RPM packages for python3.14 across multiple architectures. The vulnerability is categorized under CWE-79 (Improper Neutralization of Input During Web Page Generation, commonly Cross-Site Scripting). No explicit fix or patch is detailed in the advisory. The severity is assessed as medium based on the CVSS vector provided. Join the discussion | GCVE Database | 06/03/2026, 18:36:08 UTC Added: 06/12/2026, 11:14:24 UTC |
CVE-2026-50639: CWE-93 Improper Neutralization of CRLF Sequences in PEVANS Metrics::Any::Adapter::SignalFxCVE-2026-50639 0 Metrics::Any::Adapter::SignalFx versions before 0.04 for Perl does not protect against metric injections. The statsd protocol (and extensions such as dogstatsd) allow mutiple metrics, separated by newlines, to be sent per packet. Metrics::Any::Adapter::SignalFx which extends Metrics::Any::Adapter::Statsd, which has a similar vulnerability. In addition, the _labels function does not check tags labels newlines or statsd control characters. The labels can be used for metric injections. Join the discussion | CVE Database V5 | 06/10/2026, 18:32:30 UTC Added: 06/10/2026, 19:16:07 UTC |
CVE-2026-50638: CWE-93 Improper Neutralization of CRLF Sequences in PEVANS Metrics::Any::Adapter::DogStatsdCVE-2026-50638 0 Metrics::Any::Adapter::DogStatsd versions before 0.04 for Perl does not protect against metric injections. The statsd protocol (and extensions such as dogstatsd) allow mutiple metrics, separated by newlines, to be sent per packet. Metrics::Any::Adapter::DogStatsd which extends Metrics::Any::Adapter::Statsd, which has a similar vulnerability. In addition, the _tags function does not check tags for newlines or statsd control characters. The tags can be used for metric injections. Join the discussion | CVE Database V5 | 06/10/2026, 18:32:21 UTC Added: 06/10/2026, 19:16:07 UTC |
CVE-2026-50637: CWE-93 Improper Neutralization of CRLF Sequences in PEVANS Metrics::Any::Adapter::StatsdCVE-2026-50637 0 Metrics::Any::Adapter::Statsd versions before 0.04 for Perl does not protect against metric injections. The statsd protocol (and extensions) allow mutiple metrics, separated by newlines, to be sent per packet. The send method does not validate the contents of the metric names or values. If the names have newlines and statsd control characters (colon, pipe) then metric injections are possible. Version 0.04 fixed this by modifying the _make method to block metric names with characters below ASCII 32 (which includes the newline), or colons or pipes. Join the discussion | CVE Database V5 | 06/10/2026, 18:32:11 UTC Added: 06/10/2026, 19:16:07 UTC |
CVE-2026-9270: CWE-93 Improper Neutralization of CRLF Sequences in BINARY DataDog::DogStatsdCVE-2026-9270 0 DataDog::DogStatsd versions through 0.07 for Perl allow metric injections. DataDog::DogStatsd does not properly sanitise input, allowing metric injections of data from untrusted sources. The send_stats method does not remove newlines from metric names ($stat variable), allowing attackers to change the metric name prefix. The send_stats method does not validate the content of the value ($delta variable), allowing attackers to inject metrics, especially from methods that do not restrict the data type for the value, such as set, gauge, count and histogram. The send_stats method does not validate the content of the tags, which may contain newlines, pipes and colons that allow metric injections. Note that the SYNOPSIS shows an example of passing a website form "loginName" parameter as a tag, which is unsafe. Join the discussion | CVE Database V5 | 06/05/2026, 14:49:39 UTC Added: 06/05/2026, 15:48:40 UTC |
CVE-2026-11362: CWE-93 Improper Neutralization of CRLF Sequences in BINARY DataDog::DogStatsdCVE-2026-11362 0 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.) Join the discussion | CVE Database V5 | 06/05/2026, 14:50:12 UTC Added: 06/05/2026, 15:48:40 UTC |
CVE-2026-46741: CWE-93 Improper Neutralization of CRLF Sequences in SANBEG Etsy::StatsDCVE-2026-46741 0 Etsy::StatsD versions through 1.002002 for Perl allow metric injections. The metric names and values are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics. Note that the git repository contains an unreleased version with the gauge and set methods that also do not check for potential metric injections. Join the discussion | CVE Database V5 | 06/04/2026, 15:54:48 UTC Added: 06/04/2026, 16:48:45 UTC |
CVE-2026-46739: CWE-93 Improper Neutralization of CRLF Sequences in COSIMO Net::StatsdCVE-2026-46739 0 Net::Statsd versions before 0.13 for Perl allow metric injections. The metric names are not checked for newlines, colons or pipes. Metrics generated from untrusted sources could inject additional statsd metrics. The update_stats (used for updating counters) and gauge methods do not check that values are numeric (which would block metric injection). Join the discussion | CVE Database V5 | 06/04/2026, 15:45:23 UTC Added: 06/04/2026, 16:48:45 UTC |
Showing 1 to 10 of 12 results