Cyber Resilience

CVE-2024-21733

MediumPublic PoC

Published: 19 January 2024

Published
19 January 2024
Modified
03 November 2025
KEV Added
Patch
19 January 2024
CVSS Score v3.1 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.7095 98.7th percentile
Risk Priority 53 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-21733 is a medium-severity Generation of Error Message Containing Sensitive Information (CWE-209) vulnerability in Apache Tomcat. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 1.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2024-21733 is a Generation of Error Message Containing Sensitive Information vulnerability, tracked as CWE-209, that affects Apache Tomcat versions 8.5.7 through 8.5.63 and 9.0.0-M11 through 9.0.43, with other end-of-life releases potentially impacted as well. The flaw carries a CVSS 3.1 score of 5.3 and permits partial disclosure of sensitive information over the network without authentication.

An unauthenticated remote attacker can trigger error responses that leak internal details, enabling information-gathering that supports further attacks against the Tomcat instance.

Apache Tomcat project advisories recommend upgrading to version 8.5.64 or later and 9.0.44 or later to resolve the issue; corresponding notices have been issued through the Apache mailing lists and downstream distributions such as Debian LTS.

The EPSS score has reached a peak of 0.7343 with a current value of 0.7095, indicating sustained but not sharply escalating exploitation interest since disclosure.

EU & UK References

Vulnerability details

Generation of Error Message Containing Sensitive Information vulnerability in Apache Tomcat.This issue affects Apache Tomcat: from 8.5.7 through 8.5.63, from 9.0.0-M11 through 9.0.43. Other, EOL versions may also be affected. Users are recommended to upgrade to version 8.5.64 onwards or…

more

9.0.44 onwards, which contain a fix for the issue.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

apache
tomcat
9.0.0 · 8.5.7 — 8.5.64 · 9.0.1 — 9.0.44

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-209

Detects error messages that leak sensitive information as evidence of disclosure.

addresses: CWE-209

The control directly mitigates generation of error messages containing sensitive authentication details by requiring obscured feedback instead of verbose responses.

addresses: CWE-209

Misdirection allows generation of misleading error messages that withhold or falsify sensitive details.

addresses: CWE-209

Explicitly requires error messages to avoid including sensitive or exploitable details while still supporting corrective action.

addresses: CWE-209

Validation ensures error messages contain only expected, non-sensitive content and blocks leakage via verbose errors.

addresses: CWE-209

Fail-safe procedures can be defined to suppress or sanitize error output, reducing generation of messages that contain sensitive information.

References