flatcar / Flatcar

Flatcar project repository for issue tracking, project documentation, etc.
https://www.flatcar.org/
Apache License 2.0
724 stars 31 forks source link

update: curl #1543

Closed dongsupark closed 2 weeks ago

dongsupark commented 1 month ago

Name: curl CVEs: CVE-2024-8096 CVSSs: n/a Action Needed: update to >= 8.10.0

Summary: When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.

See also https://seclists.org/oss-sec/2024/q3/257.

refmap.gentoo: TBD

dongsupark commented 2 weeks ago

Done in https://github.com/flatcar/scripts/pull/2364.