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

CVE-2020-25148

CVE-2020-25148

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 /iftype/type= because of pages/iftype.inc.php.

AI Insight

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

Observium Professional, Enterprise & Community 20.8.10631 is vulnerable to stored XSS via the iftype parameter in /iftype/type=.

Vulnerability

Observium Professional, Enterprise & Community version 20.8.10631 is vulnerable to stored Cross-Site Scripting (XSS) in the iftype page. The vulnerability lies in pages/iftype.inc.php, where the type parameter is not properly sanitized, allowing an attacker to inject arbitrary JavaScript. The injected script is stored and executed when other users access the affected page [1].

Exploitation

An unauthenticated attacker can exploit this vulnerability by sending a crafted GET request to /iftype/type=<malicious_payload>. For example, the payload %3Csvg%20onload=alert(1)%3E triggers an alert on page load. The injected script is stored in the application and executed in the browsers of any user visiting the iftype page [1].

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of the victim's session. This can lead to session hijacking, theft of sensitive data, or defacement of the application. The attack does not require authentication, increasing its severity [1].

Mitigation

As of the publication date (2020-09-25), no official patch has been released. Users should implement input validation and output encoding for the type parameter, or restrict access to the vulnerable page until a fix is provided. Monitoring for suspicious requests to /iftype/ is recommended [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

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.