Cyber Posture

CVE-2025-53633

Critical

Published: 10 July 2025

Published
10 July 2025
Modified
14 August 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0044 63.3th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-53633 is a critical-severity Amplification (CWE-405) vulnerability in Ctfer-Io Chall-Manager. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 36.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Mandates validation of zip archive inputs during scenario decoding to enforce decoded content size checks, directly preventing zip bomb decompression.

prevent

Enforces restrictions on zip file inputs such as maximum sizes and expansion ratios to block processing of malicious zip bombs.

prevent

Implements denial-of-service protections to limit resource exhaustion effects from unauthenticated zip bomb attacks.

MITRE ATT&CK Enterprise TechniquesAI

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.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Remote unauthenticated exploitation of public-facing Chall-Manager via malicious zip input directly maps to T1190; resulting application-level resource exhaustion/DoS via decompression abuse maps to T1499.004.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Chall-Manager is a platform-agnostic system able to start Challenges on Demand of a player. When decoding a scenario (i.e. a zip archive), the size of the decoded content is not checked, potentially leading to zip bombs decompression. Exploitation does not…

more

require authentication nor authorization, so anyone can exploit it. It should nonetheless not be exploitable as it is highly recommended to bury Chall-Manager deep within the infrastructure due to its large capabilities, so no users could reach the system. Patch has been implemented by commit 14042aa and shipped in v0.1.4.

Deeper analysisAI

CVE-2025-53633 affects Chall-Manager, a platform-agnostic system designed to start challenges on demand for players. The vulnerability arises during the decoding of scenarios, which are zip archives, where the size of the decoded content is not checked. This flaw enables the decompression of zip bombs, leading to asymmetric resource consumption as described by CWE-405. The issue carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity.

The vulnerability can be exploited by unauthenticated attackers with network access to the Chall-Manager instance, requiring no authorization. Successful exploitation allows attackers to trigger massive resource exhaustion through specially crafted zip bombs, potentially resulting in high-impact denial of service, as well as impacts to confidentiality, integrity, and availability per the CVSS vector. Although the Chall-Manager documentation highly recommends deploying the system deep within infrastructure to prevent direct user access due to its extensive capabilities, exposure could still enable remote exploitation.

Mitigation is available through a patch implemented in commit 14042aa, which has been shipped in version v0.1.4 of Chall-Manager. Security practitioners should update to this version promptly. Additional details are provided in the project's security advisory (GHSA-r7fm-3pqm-ww5w), the patch commit, and the release notes.

Details

CWE(s)

Affected Products

ctfer-io
chall-manager
≤ 0.1.4

CVEs Like This One

CVE-2025-53632Same product: Ctfer-Io Chall-Manager
CVE-2026-32768Same product: Ctfer-Io Chall-Manager
CVE-2026-0485Shared CWE-405
CVE-2026-32805Same vendor: Ctfer-Io
CVE-2026-22775Shared CWE-405
CVE-2025-30204Shared CWE-405
CVE-2026-25611Shared CWE-405
CVE-2026-32737Same vendor: Ctfer-Io
CVE-2026-22774Shared CWE-405
CVE-2025-24356Shared CWE-405

References