Description
Linuxfabrik monitoring-plugins provides Python monitoring plugins for Icinga, Nagios, and related monitoring systems. In 6.0.0 and earlier, the redfish-* plugins built request URLs by concatenating an operator-supplied base URL with response-supplied @odata.id links, allowing a malicious or compromised BMC to redirect authenticated Redfish requests and disclose X-Auth-Token or HTTP Basic credentials.
Published: 2026-07-29
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The redfish-* plugins build request URLs by concatenating a base URL supplied by the operator with an @odata.id link supplied by the BMC. This lack of validation permits an attacker who can influence a malicious or compromised BMC to redirect the plugin to arbitrary destinations. When the plugin follows the redirect it can expose the X‑Auth‑Token or HTTP Basic credentials that it previously transmitted to what it thought was the legitimate BMC. Consequently, an attacker who can inject a crafted @odata.id value or otherwise attain communication with the monitoring host can harvest privileged credentials that grant broad access to the network or to hosted services.

Affected Systems

Linuxfabrik monitoring‑plugins, version 6.0.0 and earlier, the set of Python plugins used by Icinga, Nagios, and related systems that call Redfish APIs through the redfish-* modules.

Risk and Exploitability

The CVSS score of 8.3 signals high severity; the EPSS score is less than 1%, indicating exploitation is currently rare, and the V is not on CISA KEV, so new deployments remain at risk. The likely attack vector is remote: an attacker who can influence the BMC or intercept traffic between the monitoring host and the BMC can redirect requests, harvest credentials, and potentially gain further access. The exploitation requires only that the monitoring host communicates with a BMC; no additional privileged access is needed beyond the normal monitoring operation.

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 where URL construction is validated and @odata.id redirection is controlled
  • If an upgrade cannot be performed immediately, disable or remove the redfish-* plugins or configure the system to block automatic following of external @odata.id references
  • Place BMCs on a dedicated management network and restrict inbound connections only to trusted monitoring hosts using firewalls or VLAN rules

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 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

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 6.0.0 and earlier, the redfish-* plugins built request URLs by concatenating an operator-supplied base URL with response-supplied @odata.id links, allowing a malicious or compromised BMC to redirect authenticated Redfish requests and disclose X-Auth-Token or HTTP Basic credentials.
Title Linuxfabrik monitoring-plugins: SSRF and auth-token disclosure via unvalidated @odata.id link in redfish-* plugins
Weaknesses CWE-20
CWE-200
CWE-918
References
Metrics cvssV4_0

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


Subscriptions

Linuxfabrik Monitoring-plugins
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-30T15:19:02.700Z

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

Link: CVE-2026-67436

cve-icon Vulnrichment

Updated: 2026-07-30T14:17:25.476Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-67436

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-918

    Server-Side Request Forgery (SSRF)