VYPR
Unrated severityNVD Advisory· Published Sep 25, 2020· Updated Aug 4, 2024

CVE-2020-25149

CVE-2020-25149

Description

An issue was discovered in Observium Professional, Enterprise & Community 20.8.10631. It is vulnerable to directory traversal and local file inclusion due to the fact that there is an unrestricted possibility of loading any file with an inc.php extension. Inclusion of other files (even though limited to the mentioned extension) can lead to Remote Code Execution. This can occur via /device/device=345/?tab=health&metric=../ because of device/health.inc.php.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Observium 20.8.10631 contains a directory traversal vulnerability in device/health.inc.php allowing authenticated local file inclusion that can lead to remote code execution.

Vulnerability

Observium Professional, Enterprise & Community version 20.8.10631 is vulnerable to directory traversal and local file inclusion in the device/health.inc.php script. The metric parameter in the URL /device/device=345/?tab=health&metric=... is not sanitized, allowing an attacker to traverse directories and include arbitrary files with a .inc.php extension. This includes files outside the web root, as demonstrated by the path ../../../../includes/polling/wmi [1].

Exploitation

An authenticated attacker can exploit this by sending a crafted GET request to the vulnerable endpoint. The attacker must have valid credentials to access the Observium web interface. By manipulating the metric parameter with directory traversal sequences (e.g., ../), the attacker can include any .inc.php file from the server's filesystem. The reference provides an example request: GET /device/device=345/?tab=health&metric=../../../../includes/polling/wmi [1]. No additional user interaction is required beyond authentication.

Impact

Successful exploitation allows the attacker to include arbitrary .inc.php files, which can lead to remote code execution (RCE) if the included file contains executable code or can be used to trigger further attacks. The vulnerability compromises the confidentiality, integrity, and availability of the affected system, potentially granting the attacker full control over the Observium instance.

Mitigation

As of the publication date (2020-09-25), no official patch or fixed version has been disclosed in the available references. Users are advised to restrict access to the Observium interface to trusted users only and monitor for any updates from the vendor. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog as of this writing.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • Observium/Observium Professional, Enterprise & Communitydescription
  • Range: =20.8.10631

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.