






















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:
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.
Spring Framework:
Older, unsupported versions are also vulnerable.
Users of affected versions should upgrade to the corresponding fixed version.
| Affected version(s) | Fix version | Availability |
|---|---|---|
| 7.0.x | 7.0.7 | OSS |
| 6.2.x | 6.2.18 | OSS |
| 6.1.x | 6.1.27 | Commercial |
| 5.3.x | 5.3.48 | Commercial |
No further mitigation steps are necessary.
This issue was responsibly reported by Yuki Matsuhashi.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。