SCA: security update for org.springframework.security:spring-security-core (GHSA-mmmh-wcxm-2wr4)

critical Tenable Self-Hosted Container Security Plugin ID 417041

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Spring Security, versions 5.7 prior to 5.7.5 and 5.6 prior to 5.6.9 could be susceptible to authorization
rules bypass via forward or include dispatcher types. Specifically, an application is vulnerable when all
of the following are true: The application expects that Spring Security applies security to forward and
include dispatcher types. The application uses the AuthorizationFilter either manually or via the
authorizeHttpRequests() method. The application configures the FilterChainProxy to apply to forward and/or
include requests (e.g. spring.security.filter.dispatcher-types = request, error, async, forward, include).
The application may forward or include the request to a higher privilege-secured endpoint.The application
configures Spring Security to apply to every dispatcher type via
authorizeHttpRequests().shouldFilterAllDispatcherTypes(true) (CVE-2022-31692)

See Also

https://github.com/advisories/GHSA-mmmh-wcxm-2wr4

Plugin Details

Severity: Critical

ID: 417041

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.58

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2022-31692

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 11/1/2022

Vulnerability Publication Date: 10/31/2022

Reference Information

CVE: CVE-2022-31692

cwe: CWE-863