Description
Linuxfabrik monitoring-plugins provides Python monitoring plugins for Icinga, Nagios, and related monitoring systems. In version 6.0.0, the logfile check legacy database migration moved a predictable path from /tmp with os.rename() and allowed a local user controlling the plugin account to place a symlink that would be followed by sqlite3.connect() during a root-run check.
Published: 2026-07-29
Score: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the logfile check legacy database migration of Linuxfabrik monitoring‑plugins. When migrating the log file database, the code moves a predictable path from the /tmp directory using os.rename() and then opens the resulting SQLite database with sqlite3.connect(). If a local user who controls the plugin’s account places a symbolic link at the expected database location, the subsequent database connection will follow that link. This allows the user to cause the plugin to read from or write to arbitrary files that the link points to, potentially altering data used by monitoring systems or exposing sensitive information. The issue reflects a path manipulation weakness (CWE‑367) and an unsafe symlink follow (CWE‑59).

Affected Systems

Linuxfabrik monitoring‑plugins version 6.0.0 is affected. Operators using this version for Icinga, Nagios, or similar monitoring systems should verify the plugin version and upgrade if necessary. No other vendors or products are directly listed as impacted.

Risk and Exploitability

The CVSS base score of 5.8 indicates a medium rating with the potential for local privilege escalation or data tampering. The EPSS score of <1% suggests a very low probability of exploitation in the wild at this time. The vulnerability is not listed in the CISA KEV catalog, implying no known widespread exploitation. The likely attack vector is a local user with access to the plugin account; by creating a malicious symlink in the predictable path, the user can influence the database operations performed during a root‑run check.

Generated by OpenCVE AI on August 3, 2026 at 12:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Linuxfabrik monitoring‑plugins to the latest release that fixes the symlink handling in the database migration
  • Restrict the plugin account to run with the minimum necessary privileges and avoid running checks as root whenever possible
  • Before opening the SQLite database, validate the target path and check for symbolic links, ensuring it points to an expected, safe location

Generated by OpenCVE AI on August 3, 2026 at 12:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Linuxfabrik
Linuxfabrik monitoring-plugins
Vendors & Products Linuxfabrik
Linuxfabrik monitoring-plugins

Thu, 30 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description Linuxfabrik monitoring-plugins provides Python monitoring plugins for Icinga, Nagios, and related monitoring systems. In version 6.0.0, the logfile check legacy database migration moved a predictable path from /tmp with os.rename() and allowed a local user controlling the plugin account to place a symlink that would be followed by sqlite3.connect() during a root-run check.
Title Linuxfabrik monitoring-plugins: Symlink following in logfile legacy database migration
Weaknesses CWE-367
CWE-59
References
Metrics cvssV4_0

{'score': 5.8, 'vector': 'CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Linuxfabrik Monitoring-plugins
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-30T13:07:26.335Z

Reserved: 2026-07-29T15:07:24.991Z

Link: CVE-2026-67433

cve-icon Vulnrichment

Updated: 2026-07-30T13:07:22.946Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-29T20:17:12.457

Modified: 2026-07-30T19:27:23.630

Link: CVE-2026-67433

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:00:07Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition

  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')