Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-55993 – SSRF and Secrets Disclosure – Apache Camel Atmosphere WebSocket (4.0.0 – 4.20.x)

Be the first to know when new zero-days emerge:

Summary

CVE-2026-55993 is a high-severity Server-Side Request Forgery (SSRF) and sensitive information disclosure vulnerability in the camel-atmosphere-websocket component of Apache Camel, rated 7.5 (High) on the CVSS v3.1 scale. The flaw allows an unauthenticated remote attacker to inject Camel-internal control headers via WebSocket query parameters, redirecting server-side HTTP requests to arbitrary destinations and extracting environment variables, application properties, and vault secrets from the targeted server.

Technical details

  • Root cause: The camel-atmosphere-websocket consumer copies all inbound WebSocket query parameters directly into the Camel Exchange header map without applying any HeaderFilterStrategy. The WebsocketConsumer.sendEventNotification() method iterates over the query-string map collected by WebsocketConsumer.service() and passes each entry into the Exchange without filtering the Camel header namespace.
  • Trigger conditions: The vulnerability is exploitable in routes where a WebSocket consumer bridges to a downstream HTTP producer, and where the WebSocket endpoint is exposed without authentication. This is a common, idiomatic routing pattern within Apache Camel.
  • Attack vector: An unauthenticated remote attacker connects to the vulnerable WebSocket endpoint and supplies the CamelHttpUri (i.e., Exchange.HTTP_URI) Camel control header as a query parameter.
  • SSRF impact: The injected CamelHttpUri value overrides the intended HTTP producer target, redirecting the server-side HTTP request to an attacker-chosen destination — for example, internal services or cloud instance metadata endpoints (e.g., http://169.254.169.254/).
  • Secrets disclosure impact: The HTTP producer resolves Camel property placeholders on the resulting attacker-controlled URI before making the request. An attacker can embed property placeholder expressions (e.g., environment variable references, application property keys, or vault secret references) in the injected URI value; the resolved plaintext values are transmitted to the attacker-controlled destination.

Affected software

  • Apache Camel (camel-atmosphere-websocket) 4.0.0 up to and including 4.14.7
  • Apache Camel (camel-atmosphere-websocket) 4.15.0 up to and including 4.18.2
  • Apache Camel (camel-atmosphere-websocket) 4.19.0 up to and including 4.20.x

Severity

CVSS v3.1 Base Score: 7.5 (High)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Mitigation and recommended actions

  • Immediate – patch: Upgrade to one of the following fixed releases:
    • 4.21.0 (latest main-line release)
    • 4.14.8 (4.14.x LTS stream)
    • 4.18.3 (4.18.x release stream)
    • The fix enforces HeaderFilterStrategy on inbound WebSocket header mapping, filtering the Camel header namespace case-insensitively so that externally-supplied Camel* / camel* headers are no longer copied into the Exchange.
  • If immediate upgrade is not possible – workarounds:
    • Add removeHeaders('Camel*') and removeHeaders('camel*') processor steps at the very start of any route that begins with a camel-atmosphere-websocket consumer, before messages reach any downstream producer.
    • Require authentication on all WebSocket endpoints to prevent unauthenticated access.
    • Avoid routing directly from an untrusted WebSocket consumer to an HTTP producer whose target URI can be influenced by message headers.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge