CVE-2026-41848
Received
Received - Intake
Regular Expression Denial of Service in Spring Framework
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: VMware
Description
Description
Applications may be vulnerable to a Regular Expression Denial of Service (ReDoS) attack if an attacker is able to provide a pattern which is then directly or indirectly supplied to one of the following methods in AntPathMatcher: match(String pattern, String path), matchStart(String pattern, String path), extractUriTemplateVariables(String pattern, String path).
Affected versions:
Spring Framework 7.0.0 through 7.0.7; 6.2.0 through 6.2.18; 6.1.0 through 6.1.27; 5.3.0 through 5.3.48.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_framework | From 5.3.0 (inc) to 5.3.48 (inc) |
| vmware | spring_framework | From 6.1.0 (inc) to 6.1.27 (inc) |
| vmware | spring_framework | From 6.2.0 (inc) to 6.2.18 (inc) |
| vmware | spring_framework | From 7.0.0 (inc) to 7.0.7 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1333 | The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles. |