Files
CVEs-PoC/2025/CVE-2025-9810.md
T
2025-09-29 21:09:30 +02:00

754 B

CVE-2025-9810

Description

TOCTOU  in linenoiseHistorySave in linenoise allows local attackers to overwrite arbitrary files and change permissions via a symlink race between fopen("w") on the history path and subsequent chmod() on the same path.

POC

Reference

No PoCs from references.

Github