CVE-2020-25138
Description
An issue was discovered in Observium Professional, Enterprise & Community 20.8.10631. It is vulnerable to Cross-Site Scripting (XSS) due to the fact that it is possible to inject and store malicious JavaScript code within it. This can occur via /alert_check/action=delete_alert_checker/alert_test_id= because of pages/alert_check.inc.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Observium 20.8.10631 is vulnerable to stored XSS via the alert_test_id parameter in delete_alert_checker, allowing arbitrary JavaScript execution.
Vulnerability
Observium (Professional, Enterprise & Community) version 20.8.10631 contains a stored cross-site scripting (XSS) vulnerability in the pages/alert_check.inc.php script. The alert_test_id parameter in the delete_alert_checker action is not properly sanitized, allowing an attacker to inject malicious JavaScript code. The vulnerability is triggered when the crafted input is stored and later rendered in the browser [1].
Exploitation
An attacker can craft a URL with a malicious payload in the alert_test_id parameter, such as test1337%3Csvg%20onload=alert(document.domain)%3E. By sending a GET request to /alert_check/action=delete_alert_checker/alert_test_id=/confirm=1/, the payload is stored and executed when a user (e.g., an administrator) views the affected page. No authentication is explicitly required to trigger the stored XSS, but the impact depends on the privileges of the viewing user [1].
Impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to session hijacking, defacement, theft of sensitive data, or other malicious actions performed within the Observium application [1].
Mitigation
As of the publication date (September 25, 2020), no official patch has been released. Users should monitor Observium's official channels for updates. In the absence of a fix, input validation and output encoding should be implemented for the alert_test_id parameter. Disabling or restricting access to the vulnerable endpoint may reduce risk [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/bfb6dea73586dbb668d280d412ecb6d8mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.