CVE-2016-9879

UnknownEPSS 1.40%

Last modified

CVE-2016-9879 is a vulnerability of currently unknown severity. An issue was discovered in Pivotal Spring Security before 3.2.10, 4.1.x before 4.1.4, and 4.2.x before 4.2.1. Spring Security does not consider URL path parameters when processing security constraints. EPSS estimates a 1.40% chance of exploitation in the next 30 days.

Description

An issue was discovered in Pivotal Spring Security before 3.2.10, 4.1.x before 4.1.4, and 4.2.x before 4.2.1. Spring Security does not consider URL path parameters when processing security constraints. By adding a URL path parameter with an encoded "/" to a request, an attacker may be able to bypass a security constraint. The root cause of this issue is a lack of clarity regarding the handling of path parameters in the Servlet Specification. Some Servlet containers include path parameters in the value returned for getPathInfo() and some do not. Spring Security uses the value returned by getPathInfo() as part of the process of mapping requests to security constraints. The unexpected presence of path parameters can cause a constraint to be bypassed. Users of Apache Tomcat (all current versions) are not affected by this vulnerability since Tomcat follows the guidance previously provided by the Servlet Expert group and strips path parameters from the value returned by getContextPath(), getServletPath(), and getPathInfo(). Users of other Servlet containers based on Apache Tomcat may or may not be affected depending on whether or not the handling of path parameters has been modified. Users of IBM WebSphere Application Server 8.5.x are known to be affected. Users of other containers that implement the Servlet specification may be affected.

Metrics

EPSS Probability
1.40%

69.1th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
VmwareSpring Security3.2.0
VmwareSpring Security3.2.1
VmwareSpring Security3.2.2
VmwareSpring Security3.2.3
VmwareSpring Security3.2.4
VmwareSpring Security3.2.5
VmwareSpring Security3.2.6
VmwareSpring Security3.2.7
VmwareSpring Security3.2.8
VmwareSpring Security3.2.9
VmwareSpring Security4.1.0
VmwareSpring Security4.1.1
VmwareSpring Security4.1.2
VmwareSpring Security4.1.3
VmwareSpring Security4.2.0
IbmWebsphere Application Server8.5.0.0
IbmWebsphere Application Server8.5.0.1
IbmWebsphere Application Server8.5.0.2
IbmWebsphere Application Server8.5.5.0
IbmWebsphere Application Server8.5.5.1
IbmWebsphere Application Server8.5.5.2
IbmWebsphere Application Server8.5.5.3
IbmWebsphere Application Server8.5.5.4
IbmWebsphere Application Server8.5.5.5
IbmWebsphere Application Server8.5.5.6
IbmWebsphere Application Server8.5.5.7
IbmWebsphere Application Server8.5.5.8
IbmWebsphere Application Server8.5.5.9

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2016-9879?
An issue was discovered in Pivotal Spring Security before 3.2.10, 4.1.x before 4.1.4, and 4.2.x before 4.2.1. Spring Security does not consider URL path parameters when processing security constraints. By adding a URL path parameter with an encoded "/" to a request, an attacker may be able to bypass a security constraint. The root cause of this issue is a lack of clarity regarding the handling of path parameters in the Servlet Specification. Some Servlet containers include path parameters in the value returned for getPathInfo() and some do not. Spring Security uses the value returned by getPathInfo() as part of the process of mapping requests to security constraints. The unexpected presence of path parameters can cause a constraint to be bypassed. Users of Apache Tomcat (all current versions) are not affected by this vulnerability since Tomcat follows the guidance previously provided by the Servlet Expert group and strips path parameters from the value returned by getContextPath(), getServletPath(), and getPathInfo(). Users of other Servlet containers based on Apache Tomcat may or may not be affected depending on whether or not the handling of path parameters has been modified. Users of IBM WebSphere Application Server 8.5.x are known to be affected. Users of other containers that implement the Servlet specification may be affected.
How severe is CVE-2016-9879?
Severity scoring for CVE-2016-9879 is pending analysis. The EPSS model estimates a 1.40% probability of exploitation in the next 30 days.
How do I fix CVE-2016-9879?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2016-9879?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST