Security readout for executives and security teams
Plain-English summary
CVE-2021-22119 is a denial-of-service issue in Spring Security OAuth 2.0 Client Web and WebFlux applications. Repeated authorization-request initiations can consume system resources, potentially degrading login or application availability. The provided sources do not show active exploitation or a CVSS score.
Executive priority
Treat this as a practical availability risk for internet-facing or heavily used OAuth-enabled Java applications. It should be remediated through normal patch governance, faster where authentication availability is business-critical. There is no source-backed evidence here for emergency response due to active exploitation.
Technical view
Affected Spring Security versions are 5.5.x before 5.5.1, 5.4.x before 5.4.7, 5.3.x before 5.3.10, and 5.2.x before 5.2.11. The weakness is CWE-400 resource consumption during OAuth 2.0 Authorization Code Grant authorization-request initiation, reachable through Web or WebFlux OAuth client flows.
Likely exposure
Exposure is most likely in Java applications using vulnerable Spring Security versions with OAuth 2.0 client authorization-code login or client flows. Applications not using OAuth 2.0 Client Web or WebFlux authorization requests are less likely exposed based on the provided description.
Exploitation context
The bundle describes request flooding that can exhaust resources from one or multiple sessions. It does not provide evidence of active exploitation, KEV listing, public exploit use, authentication requirements, or specific deployment conditions beyond the OAuth 2.0 Client Web/WebFlux context.
Researcher notes
The strongest evidence is the vendor description and version bounds. CVSS data is absent in the supplied bundle, and KEV is false. Apache Pluto and NiFi references show downstream projects upgrading Spring Security, but they do not expand exploit details or prove active abuse.
Mitigation direction
- Upgrade Spring Security to a fixed version for the deployed branch.
- Prioritize versions 5.5.1, 5.4.7, 5.3.10, or 5.2.11 or later.
- Check vendor and framework guidance for branch-specific remediation details.
- Inventory downstream products that embed Spring Security and review their advisories.
- Monitor affected OAuth endpoints for abnormal request volume and resource exhaustion symptoms.
Validation and detection
- Identify all applications and products using Spring Security.
- Confirm deployed Spring Security versions against the vulnerable version ranges.
- Determine whether OAuth 2.0 Client Web or WebFlux authorization-code flows are enabled.
- Review dependency trees and vendor advisories for transitive Spring Security use.
- Check logs and metrics for repeated authorization-request initiation and resource pressure.
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.
CWE-400: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-22119 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://tanzu.vmware.com/security/cve-2021-22119CVE reference · x_refsource_MISC
- [portals-pluto-dev] 20210714 [jira] [Updated] (PLUTO-786) Upgrade to version Spring Framework 5.3.7 and Spring Security 5.5.1 due to CVE-2021-22112 and CVE-2021-22119CVE reference · mailing-list, x_refsource_MLIST
- [portals-pluto-dev] 20210714 [jira] [Reopened] (PLUTO-786) Upgrade to version Spring Framework 5.3.7 and Spring Security 5.5.1 due to CVE-2021-22112 and CVE-2021-22119CVE reference · mailing-list, x_refsource_MLIST
- [portals-pluto-dev] 20210714 [jira] [Closed] (PLUTO-786) Upgrade to version Spring Framework 5.3.7 and Spring Security 5.5.1 due to CVE-2021-22112 and CVE-2021-22119CVE reference · mailing-list, x_refsource_MLIST
- [portals-pluto-dev] 20210714 [jira] [Comment Edited] (PLUTO-786) Upgrade to version Spring Framework 5.3.7 and Spring Security 5.5.1 due to CVE-2021-22112 and CVE-2021-22119CVE reference · mailing-list, x_refsource_MLIST
- [portals-pluto-scm] 20210714 [portals-pluto] branch master updated: PLUTO-786 Upgrade to version Spring Framework 5.3.7 and Spring Security 5.5.1 due to CVE-2021-22112 and CVE-2021-22119CVE reference · mailing-list, x_refsource_MLIST
- [nifi-issues] 20210726 [jira] [Created] (NIFI-8948) Upgrade Spring Framework to 5.3.9 and Spring Security to 5.5.1CVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpujul2022.htmlCVE reference · x_refsource_MISC
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.
Uncontrolled Resource Consumption
Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
