Security readout for executives and security teams
Plain-English summary
This vulnerability can let an attacker bypass some Spring Security URL protections by adding specially encoded path parameters to a request. The documented scenario concerns secured Spring MVC static resource URLs. Business impact depends on whether affected Spring versions protect sensitive static content or routes in exposed web applications.
Executive priority
Treat this as a targeted access-control risk. It is not KEV-listed, but exposed Spring applications using affected versions should be remediated in normal security patch cycles, faster if protected static resources contain sensitive data.
Technical view
Spring Security used Servlet getPathInfo() while mapping requests to security constraints. Servlet containers differed on whether path parameters were included, and special encodings in those parameters could cause constraint matching to miss protected Spring MVC static resources. Affected maintained versions include Spring Security before 4.1.5, 4.2.4, and 5.0.1, plus Spring Framework before 4.3.14 and 5.0.3.
Likely exposure
Exposure is most likely in internet-facing Java web applications using the listed Spring Security or Spring Framework versions with Spring MVC static resources protected by URL security constraints. Older unmaintained versions were not analyzed and may also be affected.
Exploitation context
The provided sources do not show active exploitation, and the CVE is not listed as KEV. Exploitation requires a vulnerable Spring configuration and servlet-container behavior where encoded path parameters affect security constraint matching.
Researcher notes
Evidence is strongest for bypass of secured Spring MVC static resource URLs caused by path-parameter and encoding differences in Servlet getPathInfo() handling. The source bundle lacks CVSS, CWE, exploit-status proof, and full configuration prerequisites.
Mitigation direction
- Upgrade Spring Security to 4.1.5, 4.2.4, 5.0.1, or later supported releases.
- Upgrade Spring Framework to 4.3.14, 5.0.3, or later supported releases.
- Check Red Hat, Oracle, or platform vendor advisories for product-specific fixed packages.
- Prioritize exposed applications that protect static resources or sensitive content through URL rules.
- Retire or isolate older unmaintained Spring versions until vendor guidance confirms impact.
Validation and detection
- Inventory deployed applications for affected Spring Security and Spring Framework versions.
- Review dependency trees, container images, and build manifests for vulnerable Spring artifacts.
- Confirm whether Spring MVC static resources are protected by URL security constraints.
- Perform authorized regression testing for encoded path-parameter access to protected resources.
- Verify the fixed Spring versions are running in production, not only declared in source.
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-2018-1199 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
- RHSA-2018:2405CVE reference · vendor-advisory, x_refsource_REDHAT
- [activemq-issues] 20190703 [jira] [Created] (AMQ-7236) SEV-1 Security vulnerability in spring-expression-4.3.11.RELEASE.jar (spring framework)CVE reference · mailing-list, x_refsource_MLIST
- [activemq-issues] 20190703 [jira] [Updated] (AMQ-7236) SEV-1 Security vulnerability in spring-expression-4.3.11.RELEASE.jar (spring framework) and xstream-1.4.10.jarCVE reference · mailing-list, x_refsource_MLIST
- [activemq-issues] 20190718 [jira] [Updated] (AMQ-7236) SEV-1 Security vulnerability in spring-expression-4.3.11.RELEASE.jar (spring framework) and xstream-1.4.10.jarCVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/security-alerts/cpujul2020.htmlCVE reference · x_refsource_MISC
- https://pivotal.io/security/cve-2018-1199CVE reference · x_refsource_CONFIRM
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.
