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

New CVE Detected

CVE-2026-15747 – CSRF Protection Bypass via BREACH Compression Oracle – Mojolicious 4.59 through …

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

Summary

CVE-2026-15747 is a critical-severity (CVSS 9.1) BREACH compression oracle vulnerability in Mojolicious, the Perl real-time web framework, affecting versions 4.59 through 9.47. The flaw allows an unauthenticated, remote attacker to recover a victim session’s CSRF token from gzip-compressed HTTP responses and subsequently submit forged authenticated requests, fully bypassing the framework’s built-in CSRF protection. Mojolicious 9.48, released July 14, 2026, resolves the issue.

Technical details

  • Root cause: The _csrf_token helper generates and caches a single token per session, returning the identical value on every call. The _csrf_field helper embeds this static value as a hidden csrf_token input in every protected form. Because the token never changes within a session, it is a stable, predictable secret present in every CSRF-protected response.
  • Trigger conditions: The attack requires that (1) gzip compression is enabled on the server, (2) attacker-controlled input is reflected in the same compressed response that carries the CSRF token, and (3) the attacker can issue repeated queries and observe resulting compressed response lengths — the standard prerequisites for a BREACH oracle.
  • Attack vector: Remote and unauthenticated over the network. An attacker submits crafted requests varying a guessed token prefix; differences in compressed response lengths leak bits of the real token character by character.
  • Impact: Successful token recovery allows the attacker to pass csrf_protect validation and submit forged requests on behalf of a logged-in victim, enabling unauthorized state changes, account takeover, and other high-impact authenticated actions.

Affected software

  • Mojolicious (Perl) — versions 4.59 through 9.47 (all versions before 9.48)

Severity

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

Mitigation and recommended actions

  • Immediate: Upgrade Mojolicious to version 9.48 or later. The fix replaces the static per-session token with a per-request masked token: each response returns a fresh random mask XORed with the underlying session-bound secret, ensuring the value exposed in any given response is unique and the compression oracle yields no usable signal.
  • If immediate patching is not feasible: Disable HTTP response compression (gzip) at the application or reverse-proxy level. Because the BREACH attack depends entirely on observing length differences in compressed output, disabling compression eliminates the side-channel.

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