Lucene search
+L

66 matches found

F5 Networks
F5 Networks
added 2026/08/12 5:10 p.m.15 views

K000162893: Spring Web Services vulnerability CVE-2026-40995

Security Advisory Description X509AuthenticationProvider could issue a fully authenticated X509AuthenticationToken when a presented certificate mapped to UserDetails, without applying Spring Security's standard account lifecycle checks disabled, locked, expired, or credentials-expired accounts...

5.4CVSS5.4AI score0.00148EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/24 8:44 p.m.20 views

CVE-2026-41000

A flaw was found in Spring Web Services. The security interceptor in the affected component did not properly integrate replay cache mechanisms. This vulnerability could allow a remote attacker to bypass replay protections for security tokens, such as UsernameToken nonces and SAML one-time-use...

3.7CVSS5.8AI score0.00223EPSS
SaveExploits0References4
Veracode
Veracode
added 2026/06/17 11:35 a.m.20 views

Authentication Bypass

Spring Web Services is vulnerable to Authentication Bypass. The vulnerability is due to X509AuthenticationProvider issuing a fully authenticated X509AuthenticationToken based solely on certificate-to-user mapping, without enforcing standard account status checks such as disabled, locked, expired,...

5.4CVSS5.3AI score0.00148EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2026/06/17 9:37 a.m.18 views

Server-Side Request Forgery (SSRF)

Spring Web Services is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to insufficient validation of WS-Addressing ReplyTo and FaultTo headers, where destinations supplied in incoming requests are used directly by configured WebServiceMessageSender instances to initiate...

8.6CVSS5.5AI score0.00383EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2026/06/16 9:35 a.m.21 views

XML External Entity (XXE) Injection

Spring Web Services is vulnerable to XML External Entity XXE Injection. The vulnerability is due to Jaxp13XPathTemplate using a code path for StreamSource and SAXSource inputs that parses attacker-controlled XML with the default DocumentBuilderFactory configuration instead of Spring's hardened XM...

8.2CVSS5.4AI score0.00352EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2026/06/16 9:14 a.m.17 views

Improper Security Configuration

Spring Web Services is vulnerable to Improper Security Configuration. The vulnerability is due to Wss4jSecurityInterceptor disabling WS-I Basic Security Profile BSP enforcement during inbound WS-Security validation by default, allowing SOAP messages that violate BSP security requirements to be...

8.2CVSS5.7AI score0.00229EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2026/06/16 7:55 a.m.20 views

Information Disclosure

Spring Web Services is vulnerable to Information Disclosure. The vulnerability is due to overly detailed authentication error handling in Spring Security integration paths, where account state information such as whether a user account is locked or disabled can be exposed through SOAP fault...

5.3CVSS5.3AI score0.00366EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/06/12 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-40997

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Several Spring WS integration paths with Spring Security could surface detailed account state for example locked or disabled user semantics to remote SOAP clien...

5.3CVSS5.5AI score0.00366EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/06/12 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-40994

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Wss4jSecurityInterceptor initialized its BSP WS-I Basic Security Profile compliance flag so that inbound validation disabled WSS4J BSP enforcement on RequestDat...

8.2CVSS5.3AI score0.00229EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/11 9:31 a.m.7 views

GHSA-P7QJ-2Q5W-F9R7 Spring Web Services: Inbound WS-Security allows RSA PKCS#1 v1.5 key transport by default

Wss4jSecurityInterceptor defaulted allowRSA15KeyTransportAlgorithm to true, overriding Apache WSS4J's safer default for validation RequestData. Inbound WS-Security decryption could therefore accept RSA PKCS1 v1.5 rsa-15 encrypted key material unless operators explicitly reconfigured the flag...

4.8CVSS5.3AI score0.00129EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/11 9:31 a.m.14 views

GHSA-6MFM-98WV-32WM Spring Web Services: X.509 authentication bypasses Spring Security account checks

X509AuthenticationProvider could issue a fully authenticated X509AuthenticationToken when a presented certificate mapped to UserDetails, without applying Spring Security's standard account lifecycle checks disabled, locked, expired, or credentials-expired accounts. Affected versions: Spring Web...

5.4CVSS5.3AI score0.00148EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/11 9:31 a.m.6 views

GHSA-5X25-C2RF-F2JX Spring Web Services: SOAP security faults leak Spring Security account state

Several Spring WS integration paths with Spring Security could surface detailed account state for example locked or disabled user semantics to remote SOAP clients through exception messages or callback outcomes, instead of failing with generic authentication errors. That behavior assists remote...

5.3CVSS5.4AI score0.00366EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/11 9:31 a.m.9 views

GHSA-GG9R-WR4P-W63H Spring Web Services: Wss4jSecurityInterceptor disables WS-I BSP validation by default

Wss4jSecurityInterceptor initialized its BSP WS-I Basic Security Profile compliance flag so that inbound validation disabled WSS4J BSP enforcement on RequestData. Services that validate WS-Security on the network could therefore accept messages that violate BSP rules, weakening protocol-level...

8.2CVSS5.2AI score0.00229EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/11 9:31 a.m.6 views

GHSA-WHPP-XV3H-RWXF Spring Web Services: SSRF via unvalidated WS-Addressing reply destinations

When WS-Addressing is used with non-anonymous ReplyTo or FaultTo addresses, Spring WS may initiate outbound connections through configured WebServiceMessageSender instances to destinations taken directly from request headers without verifying that those destinations are safe to connect to. Affect...

8.6CVSS5.4AI score0.00383EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/11 9:31 a.m.10 views

GHSA-8QQ9-R6CC-QJV9 Spring Web Services: WSS4J validation does not use configured replay cache

Wss4jSecurityInterceptor did not consistently wire Apache WSS4J ReplayCache instances into RequestData for validation-time checks. As a result, protections against replay of UsernameToken nonces and creation timestamps, Timestamp elements, and certain SAML one-time-use semantics could be...

3.7CVSS5.3AI score0.00223EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/11 9:31 a.m.7 views

GHSA-2MPF-M756-HXJM Spring Web Services: Jaxp13 XPath XXE via StreamSource and SAXSource

Jaxp13XPathTemplate evaluated XPath expressions for StreamSource and SAXSource inputs using a code path that parsed attacker-controlled XML with the JDK's default DocumentBuilderFactory behavior instead of Spring's hardened parser configuration. Applications that evaluate XPath against untrusted...

8.2CVSS5.5AI score0.00352EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/11 7:16 a.m.24 views

CVE-2026-40996

Wss4jSecurityInterceptor defaulted allowRSA15KeyTransportAlgorithm to true, overriding Apache WSS4J's safer default for validation RequestData. Inbound WS-Security decryption could therefore accept RSA PKCS1 v1.5 rsa-15 encrypted key material unless operators explicitly reconfigured the flag...

4.8CVSS0.00129EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/11 7:16 a.m.23 views

CVE-2026-40997

Several Spring WS integration paths with Spring Security could surface detailed account state for example locked or disabled user semantics to remote SOAP clients through exception messages or callback outcomes, instead of failing with generic authentication errors. That behavior assists remote...

5.3CVSS0.00366EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/11 7:16 a.m.28 views

CVE-2026-40994

Wss4jSecurityInterceptor initialized its BSP WS-I Basic Security Profile compliance flag so that inbound validation disabled WSS4J BSP enforcement on RequestData. Services that validate WS-Security on the network could therefore accept messages that violate BSP rules, weakening protocol-level...

8.2CVSS0.00229EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/11 7:16 a.m.27 views

CVE-2026-40995

X509AuthenticationProvider could issue a fully authenticated X509AuthenticationToken when a presented certificate mapped to UserDetails, without applying Spring Security's standard account lifecycle checks disabled, locked, expired, or credentials-expired accounts. Affected versions: Spring Web...

5.4CVSS0.00148EPSS
SaveExploits0References1
Rows per page
Query Builder