Improper Privilege Management Affecting tinyproxy package, versions <1.10.0-1


Severity

Recommended
0.0
medium
0
10

Snyk's Security Team recommends NVD's CVSS assessment. Learn more

Threat Intelligence

EPSS
0.29% (22nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-DEBIANUNSTABLE-TINYPROXY-273090
  • published30 Jul 2017
  • disclosed30 Jul 2017

Introduced: 30 Jul 2017

CVE-2017-11747  (opens in a new tab)
CWE-269  (opens in a new tab)

How to fix?

Upgrade Debian:unstable tinyproxy to version 1.10.0-1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream tinyproxy package and not the tinyproxy package as distributed by Debian. See How to fix? for Debian:unstable relevant fixed versions and status.

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.