CVE-2026-48693
published 2026-05-26CVE-2026-48693: FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to…
PriorityP429medium5.5CVSS 3.1
AVLACLPRLUINSUCNIHAN
EPSS
0.13%
2.7th percentile
FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' (src/fastnetmon.cpp line 159). The print_screen_contents_into_file() function (src/fastnetmon_logic.cpp line 2186) opens this path with std::ios::trunc without checking for symlinks or using O_NOFOLLOW. Additionally, the chmod() call on line 2190 always operates on cli_stats_file_path regardless of which file_path parameter was passed (a bug that applies wrong permissions), and the umask is set to 0 during daemonization (src/fastnetmon.cpp line 1821), making all created files world-writable. A local attacker can exploit this to overwrite arbitrary files as the FastNetMon process user (typically root).
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| pavel-odintsov | fastnetmon | <= 1.2.9 | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp [fedora-all]
bugzilla·2026-05-28·CVSS 5.5
CVE-2026-48693 [MEDIUM] CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp [fedora-all]
CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp [fedora-all]
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.
Bugzilla
CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp [epel-all]
bugzilla·2026-05-28·CVSS 5.5
CVE-2026-48693 [MEDIUM] CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp [epel-all]
CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp [epel-all]
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.
Bugzilla
CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp
bugzilla·2026-05-26·CVSS 5.5
CVE-2026-48693 [MEDIUM] CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp
CVE-2026-48693 fastnetmon: local symlink attack via predictable file paths in /tmp
FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp. The statistics file path defaults to '/tmp/fastnetmon.dat' (src/fastnetmon.cpp line 159). The print_screen_contents_into_file() function (src/fastnetmon_logic.cpp line 2186) opens this path with std::ios::trunc without checking for symlinks or using O_NOFOLLOW. Additionally, the chmod() call on line 2190 always operates on cli_stats_file_path regardless of which file_path parameter was passed (a bug that applies wrong permissions), and the umask is set to 0 during daemonization (src/fastnetmon.cpp line 1821), making all created files world-writable. A local attacker can exploit this to over
2026-05-26
Published