CVE-2026-72694
Received Received - Intake

Privilege Escalation via Symlink in MRTG

Vulnerability report for CVE-2026-72694, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: Red Hat, Inc.

Description

A flaw was found in MRTG. When the MRTG daemon is started as a root user and subsequently drops privileges, a local, low-privileged attacker can exploit a symbolic link (symlink) following vulnerability. By influencing or pre-placing a symlink in the process ID (PID) file path, the attacker can trick the root process into changing the ownership of an arbitrary existing file to the daemon user. This can lead to local privilege escalation, allowing unauthorized access to or modification of sensitive files.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-11
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-59 The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-72694 is a symlink-following vulnerability in MRTG (Multi Router Traffic Grapher). When MRTG starts as root and then drops privileges, a local attacker can pre-place a symlink in the PID file path. This tricks the root process into changing ownership of an arbitrary file to the daemon user, enabling local privilege escalation and unauthorized access or modification of sensitive files.

Detection Guidance

Check if MRTG is running as root with the --daemon option by running ps aux | grep mrtg. Inspect PID file locations for symlinks using ls -l /path/to/pidfile. Verify if unprivileged users can write to directories containing PID files with ls -ld /path/to/directory.

Impact Analysis

This vulnerability allows a local attacker with low privileges to escalate their access to root-level permissions. They could then modify or access sensitive files, potentially leading to data breaches, system compromise, or unauthorized system changes. The impact depends on the files targeted and system configuration.

Compliance Impact

This vulnerability could lead to unauthorized access or modification of sensitive data, violating confidentiality and integrity requirements in GDPR and HIPAA. Non-compliance risks include legal penalties, data breach notifications, and reputational damage due to compromised protected health or personal information.

Mitigation Strategies

Do not start MRTG as root with --daemon. Run it as an unprivileged user instead. If root startup is required, ensure PID file and directory are owned by root and not writable by unprivileged users. Prevent untrusted users from influencing the --pid-file path.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72694. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart