CVE-2026-6162
Description
A vulnerability has been found in PHPGurukul Company Visitor Management System 2.0. This impacts an unknown function of the file /bwdates-reports-details.php. The manipulation of the argument fromdate leads to cross site scripting. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
PHPGurukul Company Visitor Management System 2.0 has a reflected XSS in /bwdates-reports-details.php via fromdate, allowing remote script execution in victims' browsers.
Vulnerability
Details The vulnerability is a reflected Cross-Site Scripting (XSS) in the file /bwdates-reports-details.php of PHPGurukul Company Visitor Management System v2.0. The fromdate parameter is not properly sanitized, allowing injection of arbitrary HTML/JavaScript. [2]
Exploitation
An attacker can craft a malicious URL containing a script payload in the fromdate parameter. When a victim clicks on the link, the server reflects the payload back in the response, causing it to execute in the victim's browser. No authentication is required for the attack, and the exploit has been publicly disclosed with a proof of concept using alert(document.cookie). [2]
Impact
Successful exploitation allows execution of arbitrary JavaScript in the context of the vulnerable application. This can lead to cookie theft, session hijacking, defacement, or redirection to malicious sites. Since the application is used for visitor management, sensitive data could be exposed. [2]
Mitigation
As of the publication date, no official patch has been released. Users should implement input validation and output encoding for the fromdate parameter. The vendor has been notified via the public disclosure. [2]
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: =2.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.