CVE-2020-25133
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 /ports/?format=../ URIs to pages/ports.inc.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A directory traversal vulnerability in Observium 20.8.10631 lets authenticated attackers load arbitrary .inc.php files, potentially leading to remote code execution via the ports page.
Vulnerability
Observium Professional, Enterprise & Community versions 20.8.10631 and possibly earlier contain a directory traversal and local file inclusion vulnerability in the /ports/ page. The application does not sanitize the format parameter, allowing attackers to include arbitrary files that end with .inc.php extension from outside the web root by supplying a path with ../ traversal sequences. The vulnerable endpoint is pages/ports.inc.php, which processes the format parameter to load a file [1].
Exploitation
An attacker must first authenticate to Observium with a valid user account. After authentication, a crafted GET request to /ports/?format=../../../includes/polling/wmi (or similar traversal path) will include the file includes/polling/wmi.inc.php from outside the web root. The attacker can specify any valid file path on the server as long as the filename ends with .inc.php. No other special privileges or user interaction beyond login is required [1].
Impact
Successful exploitation allows an attacker to include arbitrary .inc.php files, which may contain malicious code or sensitive configuration. Due to the unrestricted inclusion, an attacker can further achieve remote code execution (RCE) by crafting or chaining with other files, leading to full compromise of the Observium server and the data it monitors. The CIA triad is severely affected: confidentiality via reading arbitrary .inc.php files, integrity via code execution, and availability via potential service disruption [1].
Mitigation
As of publication date (2020-09-25), no official patch or fixed version has been announced by Observium. Users should monitor the vendor for a security update. No workaround is available. Restricting access to the Observium web interface via network segmentation and applying the principle of least privilege to user accounts may reduce risk but does not eliminate the vulnerability [1].
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
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- gist.github.com/mariuszpoplawski/e9796c9d83e820302ea2ffec5ff9b298mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.