VYPR

Maven package

org.springframework.security/spring-security-config

pkg:maven/org.springframework.security/spring-security-config

Vulnerabilities (5)

  • CVE-2026-22754HigApr 22, 2026
    affected >= 7.0.0, < 7.0.5fixed 7.0.5

    Vulnerability in Spring Spring Security. If an application uses <sec:intercept-url servlet-path="/servlet-path" pattern="/endpoint/**"/> to define the servlet path for computing a path matcher, then the servlet path is not included and the related authorization rules are not exer

  • CVE-2026-22753HigApr 22, 2026
    affected >= 7.0.0, < 7.0.5fixed 7.0.5

    Vulnerability in Spring Spring Security. If an application is using securityMatchers(String) and a PathPatternRequestMatcher.Builder bean to prepend a servlet path, matching requests to that filter chain may fail and its related security components will not be exercised as intend

  • CVE-2023-34042Feb 5, 2024
    affected >= 6.1.1, < 6.1.4fixed 6.1.4

    The spring-security.xsd file inside the spring-security-config jar is world writable which means that if it were extracted it could be written by anyone with access to the file system. While there are no known exploits, this is an example of “CWE-732: Incorrect Permission As

  • CVE-2023-34034Jul 19, 2023
    affected >= 5.6.0, < 5.6.12fixed 5.6.12

    Using "**" as a pattern in Spring Security configuration for WebFlux creates a mismatch in pattern matching between Spring Security and Spring WebFlux, and the potential for a security bypass.

  • CVE-2023-34035Jul 18, 2023
    affected >= 5.8.0, < 5.8.5fixed 5.8.5

    Spring Security versions 5.8 prior to 5.8.5, 6.0 prior to 6.0.5, and 6.1 prior to 6.1.2 could be susceptible to authorization rule misconfiguration if the application uses requestMatchers(String) and multiple servlets, one of them being Spring MVC’s DispatcherServlet. (Dispatcher