VYPR
Unrated severityNVD Advisory· Published Nov 2, 2011· Updated Apr 29, 2026

CVE-2010-5030

CVE-2010-5030

Description

Cross-site scripting (XSS) vulnerability in index.php in Ecomat CMS 5.0 allows remote attackers to inject arbitrary web script or HTML via the lang parameter in a web action.

AI Insight

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

Ecomat CMS 5.0 fails to sanitize the lang parameter in index.php, allowing reflected XSS attacks.

Vulnerability

Ecomat CMS version 5.0 (and possibly prior versions) contains a reflected cross-site scripting vulnerability in the index.php script. The lang parameter, when passed in a web action, is not properly sanitized before being reflected back to the user. This allows an attacker to inject arbitrary HTML or JavaScript code [1].

Exploitation

The attacker can exploit this vulnerability by crafting a malicious URL that includes a specially crafted lang parameter. The proof-of-concept URL http://host/index.php?type=web&lang=xx%22+onmouseover=alert%28123%29+style=position:absolute;left:0;top:0;width:100%;height:100%+&show=25&mhs=0 triggers the XSS when the victim hovers over the page area. No authentication or prior access is required; the attacker only needs to lure a victim into clicking or visiting the crafted link [1].

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript code in the context of the victim's browser session. This can lead to theft of cookie-based authentication credentials, disclosure or modification of sensitive data, and compromise of the application for the affected user [1].

Mitigation

As of the referenced advisory (published 2010-05-18), the vendor (Codefabrik GmbH) was alerted but no fix had been released and the vulnerability status remains "Not Fixed, Vendor Alerted, Awaiting Vendor Response." Users should implement input validation for the lang parameter or apply a web application firewall rule to block malicious patterns. No patched version has been confirmed in available references [1].

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

Affected products

2
  • cpe:2.3:a:codefabrik:ecomat_cms:5.0:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:codefabrik:ecomat_cms:5.0:*:*:*:*:*:*:*
    • (no CPE)range: = 5.0

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

6

News mentions

0

No linked articles in our index yet.