Vulnerabilities (CVE)

Join the Common Vulnerabilities and Exposures (CVE) community and start to get notified about new vulnerabilities.

Filtered by vendor Tinyproxy Project Subscribe
Filtered by product Tinyproxy
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-40468 1 Tinyproxy Project 1 Tinyproxy 2022-10-11 N/A 7.5 HIGH
Potential leak of left-over heap data if custom error page templates containing special non-standard variables are used. Tinyproxy commit 84f203f and earlier use uninitialized buffers in process_request() function.
CVE-2017-11747 1 Tinyproxy Project 1 Tinyproxy 2020-03-31 2.1 LOW 5.5 MEDIUM
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.