QSearchQSearch

CVE-2026-48693

5.5 MEDIUM

FastNetMon Community Edition through 1.2.9 is vulnerable to a local symlink attack via predictable file paths in /tmp

Published: 2026-05-26 · Last updated: 2026-05-27

Severity and scoring

CVSS
5.5 MEDIUM
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CWE
CWE-59

Affected products

VendorProduct
pavel-odintsovfastnetmon

Description

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).

Source: NVD

References

Related CVEs

Same vendor

  • CVE-2026-48689 FastNetMon Community Edition through 1.2.9 contains an off-by-one heap-based buffer overflow in the dynamic_binary_buffer_t class (src/dy... (9.8 CRITICAL)
  • CVE-2026-48696 FastNetMon Community Edition through 1.2.9 has a buffer overflow, a different vulnerability than CVE-2026-48686 and CVE-2026-48689 (6.2 MEDIUM)
  • CVE-2026-48695 FastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the MikroTik router integration plugin (8.1 HIGH)
  • CVE-2026-48694 FastNetMon Community Edition through 1.2.9 contains a configuration injection vulnerability in the Juniper router integration plugin (8.1 HIGH)
  • CVE-2026-48697 FastNetMon Community Edition through 1.2.9 does not verify TLS certificates on outbound HTTPS connections (7.4 HIGH)

Same CWE

  • CVE-2026-45384 bit7z is a cross-platform C++ static library that allows the compression/extraction of archive files (6.1 MEDIUM)
  • CVE-2026-53476 A flaw was found in assisted-migration-agent (9.6 CRITICAL)
  • CVE-2026-11853 Debusine is an integrated solution to build, distribute and maintain a Debian-based distribution (6.5 MEDIUM)
  • CVE-2026-11837 A local privilege escalation vulnerability was found in the ansible.posix authorized_key module (7.3 HIGH)
  • CVE-2026-50511 Improper link resolution before file access ('link following') in Microsoft PC Manager allows an authorized attacker to elevate privilege... (7.8 HIGH)