Security readout for executives and security teams
Plain-English summary
This Apache Tomcat flaw can let a remote user cause service disruption in specific Tomcat releases. The issue is not described as data theft or code execution. Exposure depends on using non-blocking I/O; applications that do not use it are not exposed according to the CVE description.
Executive priority
Treat this as a service availability risk for affected Tomcat deployments. Prioritize internet-facing or business-critical applications first, especially where non-blocking I/O is enabled. Urgency is lower than a confirmed exploited code-execution issue.
Technical view
A Request object's error flag was not reset after a non-blocking I/O error. If a user triggered such an error, for example by dropping a connection, later requests handled by that object could fail, creating a denial-of-service condition in affected Tomcat versions.
Likely exposure
Exposure is limited to Apache Tomcat 10.0.3-10.0.4, 9.0.44, and 8.5.64 deployments that use non-blocking I/O. Systems not using non-blocking I/O are described as not exposed.
Exploitation context
The source bundle says the condition can be remotely triggered by causing non-blocking I/O errors, such as dropping a connection. KEV is false, and the provided sources do not state active exploitation.
Researcher notes
The bundle provides affected versions and root cause but no CVSS vector, CWE, exact fixed versions, or exploit-in-the-wild evidence. Do not assume exposure without confirming non-blocking I/O use.
Mitigation direction
- Inventory Tomcat versions and identify the listed affected releases.
- Confirm whether affected applications use non-blocking I/O.
- Review Apache and downstream vendor advisories for fixed release guidance.
- Upgrade or remediate according to Apache or product-vendor instructions.
- Monitor availability and request-failure rates until remediation is complete.
Validation and detection
- Verify running Tomcat version against the affected version list.
- Confirm application or connector use of non-blocking I/O.
- Review logs for dropped connections followed by repeated request failures.
- Validate service stability after applying vendor-directed remediation.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2021-30639 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://lists.apache.org/thread.html/rd84fae1f474597bdf358f5bdc0a5c453c507bd527b83e8be6b5ea3f4%40%3Cannounce.tomcat.apache.org%3ECVE reference · x_refsource_MISC
- [tomcat-users] 20210712 RE: [SECURITY] CVE-2021-30639 Apache Tomcat DoSCVE reference · mailing-list, x_refsource_MLIST
- [tomcat-dev] 20210712 RE: [SECURITY] CVE-2021-30639 Apache Tomcat DoSCVE reference · mailing-list, x_refsource_MLIST
- https://security.netapp.com/advisory/ntap-20210827-0007/CVE reference · x_refsource_CONFIRM
- https://kc.mcafee.com/corporate/index?page=content&id=SB10366CVE reference · x_refsource_CONFIRM
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference · x_refsource_MISC
- GLSA-202208-34CVE reference · vendor-advisory, x_refsource_GENTOO
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
