VYPR
Unrated severityNVD Advisory· Published Oct 14, 2005· Updated Apr 16, 2026

CVE-2005-3237

CVE-2005-3237

Description

Cross-site scripting (XSS) vulnerability in Cyphor 0.19 allows remote attackers to inject arbitrary web script or HTML via the t_login parameter of footer.php.

AI Insight

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

Cyphor 0.19 contains a cross-site scripting vulnerability in footer.php via the t_login parameter, allowing remote attackers to inject arbitrary web script or HTML.

Vulnerability

Cyphor 0.19 is vulnerable to a reflected cross-site scripting (XSS) attack in the footer.php script. The t_login parameter is not properly sanitized before being output, allowing an attacker to inject arbitrary HTML or JavaScript [1][2]. This issue affects Cyphor version 0.19 and possibly earlier versions.

Exploitation

An attacker can exploit this vulnerability by crafting a malicious URL that includes a t_login parameter containing JavaScript code. No authentication is required. For example, the following request triggers the XSS: http://[target]/[path]/include/footer.php?t_login= [1]. The injected script executes in the context of the victim's browser when they visit the crafted link.

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript in the victim's browser. This can lead to session hijacking, cookie theft, or other malicious actions performed on behalf of the victim. The reference [1] notes that the attacker could potentially see clear-text passwords, indicating a risk of credential disclosure.

Mitigation

No official patch has been released for Cyphor 0.19. As a workaround, administrators should disable or sanitize the t_login parameter in footer.php or upgrade to a newer, patched version if available. Cyphor 0.19 is likely end-of-life, and no fix is documented in the provided references [1][2]. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

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

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

7

News mentions

0

No linked articles in our index yet.