Cyber Resilience

CVE-2026-41293

Critical

Published: 12 May 2026

Published
12 May 2026
Modified
15 May 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0134 67.8th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-41293 is a critical-severity Improper Input Validation (CWE-20) vulnerability in Apache Tomcat. 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 32.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Improper Input Validation vulnerability in Apache Tomcat. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.21, from 10.1.0-M1 through 10.1.54, from 9.0.0.M1 through 9.0.117, from 10.0.0-M1 through 10.0.27. Older, end of support versions may also be affected. Users are recommended…

more

to upgrade to version [FIXED_VERSION], which fixes the issue.

CWE(s)

Related Threats

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.
Why these techniques?

Improper input validation in public-facing Tomcat server directly enables remote exploitation via crafted requests (T1190).

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

CVEs Like This One

CVE-2025-66614Same product: Apache Tomcat
CVE-2025-55754Same product: Apache Tomcat
CVE-2026-34483Same product: Apache Tomcat
CVE-2026-43512Same product: Apache Tomcat
CVE-2026-42498Same product: Apache Tomcat
CVE-2026-29146Same product: Apache Tomcat
CVE-2026-34486Same product: Apache Tomcat
CVE-2026-24880Same product: Apache Tomcat
CVE-2026-29129Same product: Apache Tomcat
CVE-2026-24734Same product: Apache Tomcat

Affected Assets

apache
tomcat
8.5.0 — 8.5.100 · 9.0.0 — 9.0.118 · 10.0.0 — 10.0.27

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-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References