-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Escape quotes in filename in ContentDisposition.Builder when charset not specified #24220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Spring boot 2.0.x branch has no mitigation. (2.0.9.RELEASE is the latest and uses Spring 5.0.13, needs to be upgraded to 5.0.16, no?) |
@eranation Spring Boot 2.0.x is EOL. If you are still using it, please upgrade as soon as possible to a supported version. In the meantime, you can set |
@rshanlever, please use the preferred channel for follow-up questions. |
To all affected in 4.3.x, this was solved by #24580 in 4.3.27. Security researchers (not Pivotal), please update the CVE report. 🙏 |
@RockyMM it's worth pointing out that versions prior to 5.0 were never affected by CVE-2020-5398 and that is why they are not listed in the CVE report. The affected |
The filename, when specified without a charset, is quoted but not checked for the presence of any unquoted
"
characters. We should check for those and turn into a quoted-pair.The text was updated successfully, but these errors were encountered: