You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For #12387, upgrade logback adapter to 1.1.3
* For #12586, upgrade spring version to 5.3.38.
* Use npm audit fix to fix no conflict ui depend component security problem.
Describe the bug
Applications that parse ETags from "If-Match" or "If-None-Match" request headers are vulnerable to DoS attack.
Desktop (please complete the following information):
Additional context
Spring官方链接
Affected Spring Products and Versions
Spring Framework
Mitigation
No other mitigation steps are necessary.
Users of older, unsupported versions could enforce a size limit on "If-Match" and "If-None-Match" headers, e.g. through a
Filter
.Credit
This issue was responsibly reported by Seokchan Yoon.
History
The text was updated successfully, but these errors were encountered: