Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mysql-5.6][PR] fix: fopen race condition
Summary: libcurl can be told to save cookie, HSTS and/or alt-svc data to files. When doing this, it called stat() followed by fopen() in a way that made it vulnerable to a TOCTOU race condition problem. ref: Patch: curl/curl@0c667188e0c6cda615a0 https://curl.se/docs/CVE-2023-32001.html https://hackerone.com/reports/2039870 https://hackerone.com/reports/2039870 Pull Request resolved: facebook#1435 GitHub Author: RashidKhanPathan <[email protected]> Test Plan: Imported from GitHub, without a `Test Plan:` line. Reviewers: saumitr, #mysql_eng Reviewed By: saumitr Subscribers: saumitr Differential Revision: https://phabricator.intern.facebook.com/D54556316
- Loading branch information