Threats Tagged 'cwe-93'
View all threats tagged with 'cwe-93'. 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-93'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-55603: CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection') in chimurai http-proxy-middlewareCVE-2026-55603 0 CVE-2026-55603 is a CRLF injection vulnerability in the chimurai http-proxy-middleware for Node.js. The issue occurs in versions from 3.0.4 until 3.0.7 and 4.1.1, specifically in the fixRequestBody() helper when handling multipart/form-data content types. The vulnerability allows an attacker to inject additional form parts by including CRLF sequences in request body keys or values, causing a desynchronization between the proxy's parsed request body and the backend's interpretation. This can lead to bypassing gateway-side validation and potentially injecting malicious parameters. The vulnerability has a CVSS 3.1 score of 7.5 (high severity). Join the discussion | CVE Database V5 | 06/22/2026, 20:07:05 UTC Added: 06/22/2026, 20:54:14 UTC |
CVE-2026-47242: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') in ruby net-imapCVE-2026-47242 0 A command injection vulnerability exists in Ruby's net-imap library prior to versions 0.6.5 and 0.5.15. The vulnerability arises because the Net::IMAP#id method does not validate CRLF sequences in hash argument values, and the Net::IMAP#enable method does not validate its arguments as valid atoms, allowing attacker-controlled input to be sent verbatim. This can enable injection of arbitrary IMAP commands. The issue is fixed in versions 0.6.5 and 0.5.15. Join the discussion | CVE Database V5 | 06/22/2026, 20:19:41 UTC Added: 06/22/2026, 20:54:13 UTC |
CVE-2026-47240: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') in ruby net-imapCVE-2026-47240 0 A command injection vulnerability exists in the Ruby net-imap library prior to versions 0.6.5 and 0.5.15. This vulnerability allows an attacker to inject arbitrary IMAP commands via specially crafted non-synchronizing literals if the IMAP server does not support this feature. The issue affects several Net::IMAP commands that accept raw data arguments, including search and fetch related methods. The vulnerability is fixed in versions 0.6.5 and 0.5.15. Join the discussion | CVE Database V5 | 06/22/2026, 20:17:15 UTC Added: 06/22/2026, 20:54:13 UTC |
CVE-2026-50269: CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection') in aio-libs aiohttpCVE-2026-50269 0 AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.0, attacker-controlled input included into multipart/payload headers can be used to modify a request to inject additional headers or similar. In the unlikely situation that an application is passing user-controlled strings into MultipartWriter.append(headers=...) or Payload.headers, then an attacker may be able to modify the request to inject headers or change the contents of the request. This vulnerability is fixed in 3.14.0. Join the discussion | CVE Database V5 | 06/22/2026, 16:30:55 UTC Added: 06/22/2026, 17:39:38 UTC |
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-50629: CWE-93 Improper Neutralization of CRLF Sequences ('CRLF Injection') in Apache Software Foundation Apache CXFCVE-2026-50629 0 The 'clientId' parameter from incoming HTTP requests is directly concatenated into OAuth2 server log warning messages without sanitizing control characters. This allows an attacker to inject arbitrary content, including fake log entries, into the server's log files. Users are recommended to upgrade to versions 4.2.2 or 4.1.7, which fixes this issue. Join the discussion | CVE Database V5 | 06/12/2026, 08:57:22 UTC Added: 06/12/2026, 09:54:35 UTC |
CVE-2026-49214: CWE-20: Improper Input Validation in guzzle psr7CVE-2026-49214 0 guzzlehttp/psr7 is a PSR-7 HTTP message library implementation in PHP. Versions prior to 2.10.2 did not reject ASCII control characters, whitespace, or DEL in first-party URI host components. A vulnerable flow is: First, an application accepts a user-controlled URL. Second, the URL is used to construct a PSR-7 `Uri` or `Request`. Third, the host component contains CRLF or another header-unsafe character. Fourth, the host is copied into the PSR-7 `Host` header when no explicit `Host` header is provided. Finally, the request is serialized or sent by an HTTP client that does not independently reject the malformed host. In that flow, an attacker can cause the serialized request to contain additional attacker-controlled header lines. For example, a host containing `"\r\nX-Injected: yes"` can cause the generated `Host` header to span multiple HTTP header lines. Applications are affected when they use user-controlled URLs for outbound HTTP requests, URL forwarding, proxying, crawling, webhook delivery, or similar request-dispatch flows. In deployments involving HTTP/1.1 connection reuse, proxies, gateways, or load balancers, this malformed request may also contribute to request smuggling or cache poisoning, depending on how downstream components parse the request. The issue is patched in `2.10.2` and later. `1.x` is end-of-life and will not receive a patch. As a workaround, validate and reject all untrusted URI strings before constructing PSR-7 `Uri` or `Request` instances. Reject input containing ASCII control characters, whitespace, or DEL, including CRLF, tab, space, NUL, or DEL characters. Applications that forward requests should also ensure the final HTTP client or serializer rejects invalid URI and header data before writing requests to the network. Join the discussion | CVE Database V5 | 06/11/2026, 12:38:22 UTC Added: 06/11/2026, 12:52:42 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 |
Showing 1 to 10 of 25 results