CVE-2010-0636
Description
Multiple cross-site scripting (XSS) vulnerabilities in WebCalendar 1.2.0, and other versions before 1.2.5, allow remote attackers to inject arbitrary web script or HTML via the (1) tab parameter to users.php and the PATH_INFO to (2) day.php, (3) month.php, and (4) week.php. NOTE: some of these details are obtained from third party information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Multiple XSS vulnerabilities in WebCalendar 1.2.0 through 1.2.4 allow remote attackers to inject arbitrary script via the tab parameter or PATH_INFO.
Vulnerability
WebCalendar versions 1.2.0 to 1.2.4 (before 1.2.5) contain multiple cross-site scripting (XSS) vulnerabilities. The flaws exist in the tab parameter of users.php and the PATH_INFO of day.php, month.php, and week.php. These parameters are not properly sanitized before being reflected in the output, allowing injection of arbitrary HTML and JavaScript. [1]
Exploitation
An attacker can exploit these vulnerabilities by crafting a malicious URL containing the XSS payload in the vulnerable parameter. No authentication is required; the attacker only needs to trick a victim into clicking the crafted link. The payload will execute in the context of the victim's browser when the page loads.
Impact
Successful exploitation allows the attacker to execute arbitrary web script or HTML in the victim's browser. This can lead to session hijacking, defacement, or theft of sensitive information displayed on the page. The attack is limited to the user's session and does not directly compromise the server.
Mitigation
The vulnerability is fixed in WebCalendar version 1.2.5, released after the disclosure. Users should upgrade to 1.2.5 or later. The project has moved to GitHub (https://github.com/craigk5n/webcalendar) where the latest releases are available. [1] No workarounds are documented in the available references.
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
1- Range: <1.2.5
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.