CVE-2026-22741

Source
https://cve.org/CVERecord?id=CVE-2026-22741
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-22741.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-22741
Aliases
Downstream
Published
2026-04-29T11:32:12.548Z
Modified
2026-07-17T21:15:39.820564049Z
Severity
  • 3.1 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L CVSS Calculator
Summary
Static resource cache poisoning in Spring MVC and WebFlux
Details

Spring MVC and WebFlux applications are vulnerable to cache poisoning when resolving static resources.

More precisely, an application can be vulnerable when all the following are true:

  • the application is using Spring MVC or Spring WebFlux
  • the application is configuring the  resource chain support https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-config/static-resources.html#page-title  with caching enabled
  • the application adds support for encoded resources resolution
  • the resource cache must be empty when the attacker has access to the application

When all the conditions above are met, the attacker can send malicious requests and poison the resource cache with resources using the wrong encoding. This can cause a denial of service by breaking the front-end application for clients.

Database specific
{
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "7.0.0"
                },
                {
                    "fixed": "7.0.7"
                },
                {
                    "introduced": "6.2.0"
                },
                {
                    "fixed": "6.2.18"
                },
                {
                    "introduced": "6.1.0"
                },
                {
                    "fixed": "6.1.27"
                },
                {
                    "introduced": "5.3.0"
                },
                {
                    "fixed": "5.3.48"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ],
    "cwe_ids": [
        "CWE-524"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/22xxx/CVE-2026-22741.json",
    "cna_assigner": "vmware"
}
References

Affected packages

Git / github.com/spring-projects/spring-framework

Affected ranges

Type
GIT
Repo
https://github.com/spring-projects/spring-framework
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "6.2.0"
        },
        {
            "fixed": "6.2.18"
        },
        {
            "introduced": "7.0.0"
        },
        {
            "fixed": "7.0.7"
        }
    ],
    "source": "CPE_FIELD",
    "cpe": "cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*"
}

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-22741.json"