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.
Problem types
CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition
Product status
Any version
Credits
@disconnect3d
Simcha Kosman
References
github.com/...d6cd29e136b4e86a25d1dd859a1e00813b/linenoise.c
github.com/...ommit/f2558e1e588b1ba384ec73a2cf5c9a46409753db
github.com/antirez/linenoise/blob/master/linenoise.c
github.com/antirez/linenoise/pull/202