CVE-2024-38821

Updated on 28 Oct 2024

Severity

9.1 Critical severity

Details

CVSS score
9.1
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Overview

About vulnerability

Spring WebFlux applications that have Spring Security authorization rules on static resources can be bypassed under certain circumstances.

For this to impact an application, all of the following must be true:

  • It must be a WebFlux application
  • It must be using Spring’s static resources support
  • It must have a non-permitAll authorization rule applied to the static resources support

Details

Affected product:
Spring , cxf
Affected packages:
spring-boot-starter-web-services @ 2.7.18 (+567 more)

Spring WebFlux applications that have Spring Security authorization rules on static resources can be bypassed under certain circumstances.

For this to impact an application, all of the following must be true:

  • It must be a WebFlux application
  • It must be using Spring’s static resources support
  • It must have a non-permitAll authorization rule applied to the static resources support

Fixes