Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreBoth Spring Security and the Spring Framework rely on URL pattern mappings for authorization and for mapping requests to controllers respectively.
Differences in the strictness of the pattern matching mechanisms, for example with regards to space trimming in path segments, can lead Spring Security to not recognize certain paths as not protected that are in fact mapped to Spring MVC controllers that should be protected.
The problem is compounded by the fact that the Spring Framework provides richer features with regards to pattern matching as well as by the fact that pattern matching in each Spring Security and the Spring Framework can easily be customized creating additional differences.
Users of affected versions should apply the following mitigation:
AntPathMatcher
is configured with trimTokens
set to "false" which aligns with Spring Security. Therefore simply using Spring Framework 4.3.0+ can eliminate some causes of path matching inconsistencies.trimTokens
property of AntPathMatcher
to "false".@Secured
annotations.The vulnerability was reported responsibly by Clément Notin from INTRINSEC.
2016-July-07: Initial vulnerability report published
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy