main.c in Tinyproxy 1.8.4 and earlier creates a /run...
Moderate severity
Unreviewed
Published
May 13, 2022
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Jul 30, 2017
Published to the GitHub Advisory Database
May 13, 2022
Last updated
Feb 1, 2023
main.c in Tinyproxy 1.8.4 and earlier creates a /run/tinyproxy/tinyproxy.pid file after dropping privileges to a non-root account, which might allow local users to kill arbitrary processes by leveraging access to this non-root account for tinyproxy.pid modification before a root script executes a "kill
cat /run/tinyproxy/tinyproxy.pid
" command.References