Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.springframework.security/spring-security-core@3.0.1.RELEASE
purl pkg:maven/org.springframework.security/spring-security-core@3.0.1.RELEASE
Next non-vulnerable version 6.2.8
Latest non-vulnerable version 7.0.5
Risk 4.5
Vulnerabilities affecting this package (12)
Vulnerability Summary Fixed by
VCID-1ccn-qeh9-vqgn
Aliases:
CVE-2024-38827
GHSA-q3v6-hm2v-pw99
This advisory has been marked as False-Positive and removed The usage of String.toLowerCase() and String.toUpperCase() has some Locale dependent exceptions that could potentially result in authorization rules not working properly.
5.7.14
Affected by 1 other vulnerability.
5.8.16
Affected by 1 other vulnerability.
6.0.14
Affected by 0 other vulnerabilities.
6.1.12
Affected by 0 other vulnerabilities.
6.2.8
Affected by 0 other vulnerabilities.
6.3.5
Affected by 1 other vulnerability.
VCID-28ru-qm8a-skg3
Aliases:
CVE-2014-3527
GHSA-wmv4-5w76-vp9g
Access control bypass via untrusted infomation usage in proxy ticket authentication When using the CAS Proxy ticket authentication a malicious CAS Service could trick another CAS Service into authenticating a proxy ticket that was not associated. This is due to the fact that the proxy ticket authentication uses the information from the HttpServletRequest which is populated based upon untrusted information within the HTTP request. This means if there are access control restrictions on which CAS services can authenticate to one another, those restrictions can be bypassed. If users are not using CAS Proxy tickets and not basing access control decisions based upon the CAS Service, then there is no impact to users.
3.1.7
Affected by 0 other vulnerabilities.
3.1.7.RELEASE
Affected by 6 other vulnerabilities.
3.2.5
Affected by 0 other vulnerabilities.
3.2.5.RELEASE
Affected by 6 other vulnerabilities.
VCID-46dm-5t83-tyh6
Aliases:
CVE-2016-5007
GHSA-8crv-49fr-2h6j
Spring Security / MVC Path Matching Inconsistency This package 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.
4.1.1
Affected by 0 other vulnerabilities.
4.1.1.RELEASE
Affected by 7 other vulnerabilities.
VCID-7kpg-9qh6-c7e6
Aliases:
CVE-2010-3700
GHSA-3295-h9qx-r82x
Authentication Bypass Using an Alternate Path or Channel in SpringSource Spring Security and Acegi Security VMware SpringSource Spring Security 2.x before 2.0.6 and 3.x before 3.0.4, and Acegi Security 1.0.0 through 1.0.7, as used in IBM WebSphere Application Server (WAS) 6.1 and 7.0, allows remote attackers to bypass security constraints via a path parameter.
3.0.4
Affected by 0 other vulnerabilities.
3.0.4.RELEASE
Affected by 11 other vulnerabilities.
VCID-aygn-9njz-ybfh
Aliases:
CVE-2016-9879
GHSA-v35c-49j6-q8hq
Encoded "/" in path variables This package does not consider URL path parameters when processing security constraints.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.
3.2.10.RELEASE
Affected by 5 other vulnerabilities.
4.1.4.RELEASE
Affected by 6 other vulnerabilities.
4.2.1.RELEASE
Affected by 9 other vulnerabilities.
VCID-gmn5-ykw3-cqf4
Aliases:
CVE-2011-2894
GHSA-f866-m9mv-2xr3
Deserialization of Untrusted Data Spring Framework 3.0.0 through 3.0.5, Spring Security 3.0.0 through 3.0.5 and 2.0.0 through 2.0.6, and possibly other versions deserialize objects from untrusted sources, which allows remote attackers to bypass intended security restrictions and execute untrusted code by (1) serializing a java.lang.Proxy instance and using InvocationHandler, or (2) accessing internal AOP interfaces, as demonstrated using deserialization of a DefaultListableBeanFactory instance to execute arbitrary commands via the java.lang.Runtime class.
3.0.6
Affected by 0 other vulnerabilities.
3.0.6.RELEASE
Affected by 8 other vulnerabilities.
VCID-m3ht-28wc-yyeg
Aliases:
CVE-2012-5055
GHSA-3533-rvpc-6x56
Exposure of Sensitive Information to an Unauthorized Actor This package does not check the password if the user is not found, which makes the response delay shorter and might allow remote attackers to enumerate valid usernames via a series of login requests.
3.0.8
Affected by 0 other vulnerabilities.
3.0.8.RELEASE
Affected by 7 other vulnerabilities.
3.1.3
Affected by 0 other vulnerabilities.
3.1.3.RELEASE
Affected by 7 other vulnerabilities.
VCID-p8md-ykt2-zyav
Aliases:
CVE-2024-22257
GHSA-f3jh-qvm4-mg39
Erroneous authentication pass in Spring Security In Spring Security, versions 5.7.x prior to 5.7.12, 5.8.x prior to 5.8.11, versions 6.0.x prior to 6.0.9, versions 6.1.x prior to 6.1.8, versions 6.2.x prior to 6.2.3, an application is possible vulnerable to broken access control when it directly uses the AuthenticatedVoter#vote passing a null Authentication parameter. Specifically, an application is vulnerable if: The application uses AuthenticatedVoter directly and a null authentication parameter is passed to it resulting in an erroneous true return value. An application is not vulnerable if any of the following is true: * The application does not use AuthenticatedVoter#vote directly. * The application does not pass null to AuthenticatedVoter#vote. Note that AuthenticatedVoter is deprecated since 5.8, use implementations of AuthorizationManager as a replacement.
5.7.12
Affected by 2 other vulnerabilities.
5.8.11
Affected by 2 other vulnerabilities.
6.1.8
Affected by 1 other vulnerability.
6.2.3
Affected by 1 other vulnerability.
VCID-szph-1zgk-a7dt
Aliases:
CVE-2022-22976
GHSA-wx54-3278-m5g4
springframework: BCrypt skips salt rounds for work factor of 31
5.5.7
Affected by 2 other vulnerabilities.
5.6.4
Affected by 3 other vulnerabilities.
VCID-uxfq-rj43-a7bd
Aliases:
CVE-2011-2731
GHSA-4644-hg35-55m9
Concurrent Execution using Shared Resource with Improper Synchronization in Spring Security Race condition in the RunAsManager mechanism in VMware SpringSource Spring Security before 2.0.7 and 3.0.x before 3.0.6 stores the Authentication object in the shared security context, which allows attackers to gain privileges via a crafted thread.
3.0.6
Affected by 0 other vulnerabilities.
3.0.6.RELEASE
Affected by 8 other vulnerabilities.
VCID-vh4r-sk3t-eqe3
Aliases:
CVE-2021-22112
GHSA-gq28-h5vg-8prx
privilege escalation
5.2.9
Affected by 0 other vulnerabilities.
5.2.9.RELEASE
Affected by 4 other vulnerabilities.
5.3.9
Affected by 0 other vulnerabilities.
5.3.9.RELEASE
Affected by 4 other vulnerabilities.
5.4.4
Affected by 4 other vulnerabilities.
VCID-zb97-bzya-4uek
Aliases:
CVE-2011-2732
GHSA-5xm9-rf63-wj7h
Improper Control of Generation of Code ('Code Injection') CRLF injection vulnerability in the logout functionality in VMware SpringSource Spring Security before 2.0.7 and 3.0.x before 3.0.6 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via the spring-security-redirect parameter.
3.0.6
Affected by 0 other vulnerabilities.
3.0.6.RELEASE
Affected by 8 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-06T05:33:03.878997+00:00 GitLab Importer Affected by VCID-1ccn-qeh9-vqgn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2024-38827.yml 38.6.0
2026-06-06T04:45:54.834102+00:00 GitLab Importer Affected by VCID-p8md-ykt2-zyav https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2024-22257.yml 38.6.0
2026-06-06T02:11:56.261711+00:00 GitLab Importer Affected by VCID-szph-1zgk-a7dt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2022-22976.yml 38.6.0
2026-06-06T02:11:25.560843+00:00 GitLab Importer Affected by VCID-uxfq-rj43-a7bd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2011-2731.yml 38.6.0
2026-06-06T02:04:51.337154+00:00 GitLab Importer Affected by VCID-zb97-bzya-4uek https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2011-2732.yml 38.6.0
2026-06-06T02:00:39.473482+00:00 GitLab Importer Affected by VCID-gmn5-ykw3-cqf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2011-2894.yml 38.6.0
2026-06-06T01:59:13.051474+00:00 GitLab Importer Affected by VCID-7kpg-9qh6-c7e6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2010-3700.yml 38.6.0
2026-06-04T20:45:17.595992+00:00 GitLab Importer Affected by VCID-vh4r-sk3t-eqe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2021-22112.yml 38.6.0
2026-06-04T20:38:56.343946+00:00 GitLab Importer Affected by VCID-28ru-qm8a-skg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2014-3527.yml 38.6.0
2026-06-04T20:08:06.599529+00:00 GitLab Importer Affected by VCID-46dm-5t83-tyh6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2016-5007.yml 38.6.0
2026-06-04T20:07:25.774223+00:00 GitLab Importer Affected by VCID-aygn-9njz-ybfh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2016-9879.yml 38.6.0
2026-06-04T20:03:24.935596+00:00 GitLab Importer Affected by VCID-m3ht-28wc-yyeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.springframework.security/spring-security-core/CVE-2012-5055.yml 38.6.0
2026-06-04T18:23:34.991311+00:00 GHSA Importer Affected by VCID-46dm-5t83-tyh6 https://github.com/advisories/GHSA-8crv-49fr-2h6j 38.6.0