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

CVE-2020-25134

CVE-2020-25134

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 /settings/?format=../ URIs to pages/settings.inc.php.

AI Insight

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

Authenticated directory traversal in Observium 20.8.10631 allows loading arbitrary .inc.php files, potentially leading to remote code execution.

Vulnerability

Observium Professional, Enterprise & Community version 20.8.10631 is vulnerable to directory traversal and local file inclusion via the /settings/ endpoint. The format parameter in pages/settings.inc.php lacks validation, allowing an attacker to use ../ sequences to include any file with a .inc.php extension from outside the intended directory [1].

Exploitation

An attacker must be authenticated to access the /settings/ page. The request uses a crafted format parameter, e.g., ?format=../../../includes/polling/wmi, which causes the application to include the target .inc.php file [1]. The limited extension restriction can still be exploited by uploading or placing arbitrary content in a .inc.php file reachable via traversal.

Impact

Successful inclusion of a malicious .inc.php file leads to remote code execution (RCE) on the server, as the included PHP code is executed in the context of the web application. This compromises the confidentiality, integrity, and availability of the system [1].

Mitigation

As of the publication date (2020-09-25), no fixed version was released. Users should restrict access to the /settings/ endpoint, ensure Input validation on the format parameter, and monitor for updates from Observium [1].

References
  1. CVE-2020-25134

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.