Cyber Posture

CVE-2025-24783

High

Published: 27 January 2025

Published
27 January 2025
Modified
15 July 2025
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0102 77.3th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2025-24783 is an Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG) vulnerability (CWE-335) affecting all versions of Apache Cocoon. The issue arises when continuations are created and assigned random identifiers using a PRNG seeded solely with the application's startup time, rendering the identifiers insufficiently unpredictable.

Remote attackers with no privileges required can exploit this over the network with low complexity and no user interaction (CVSSv3.1 score of 7.5: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). By guessing the predictable continuation IDs, they can access continuations that should be restricted, leading to unauthorized data disclosure.

Apache advisories note that as Cocoon is a retired project, no patched version will be released. Mitigation involves enabling the "session-bound-continuations" option to prevent sharing across sessions, alongside recommendations to migrate to alternatives or restrict instance access to trusted users only. This vulnerability exclusively impacts unsupported products.

Details

CWE(s)
CWE-335

Affected Products

apache
cocoon
all versions

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability allows remote unauthenticated attackers to exploit a public-facing Apache Cocoon web application by predicting continuation IDs due to weak PRNG seeding, directly enabling unauthorized data disclosure.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References