### [CVE-2024-0853](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-0853) ![](https://img.shields.io/static/v1?label=Product&message=curl&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=8.5.0%3C%3D%208.5.0%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-299%20Improper%20Check%20for%20Certificate%20Revocation%20&color=brighgreen) ### Description curl inadvertently kept the SSL session ID for connections in its cache even when the verify status (*OCSP stapling*) test failed. A subsequent transfer tothe same hostname could then succeed if the session ID cache was still fresh, which then skipped the verify status check. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds - https://github.com/paulgibert/gryft