Multi Router Traffic Grapher
Backport upstream commit 30e19216bf to fix CVE-2026-72694
(CWE-59), a symlink-following chown vulnerability in MRTG's
PID file handling during daemon mode startup.
The fix ensures create_pid() refuses symlinks, creates the
PID file atomically with O_WRONLY|O_CREAT|O_EXCL, and uses
fchown on the open filehandle instead of path-based chown,
preventing a local attacker from redirecting ownership
changes to arbitrary files via a pre-placed symlink.
CVE: CVE-2026-72694
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| filter-provides-mrtg.sh | ||
| filter-requires-mrtg.sh | ||
| mrtg-2.15.0-lib64.patch | ||
| mrtg-2.17.2-socket6-fix.patch | ||
| mrtg-2.17.4-cfgmaker-ifhighspeed.patch | ||
| mrtg-2.17.7-CVE-2026-72694.patch | ||
| mrtg-httpd.conf | ||
| mrtg.cfg | ||
| mrtg.crond.in | ||
| mrtg.service | ||
| mrtg.spec | ||
| mrtg.timer | ||
| mrtg.tmpfiles | ||
| sources | ||