CVE-2026-19207 Details
Description
A security vulnerability has been detected in PHPGurukul Company Visitor Management System 1.0. This issue affects some unknown processing of the file /manage-newvisitors.php. The manipulation of the argument fullname leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.
A stored cross-site scripting vulnerability has been identified in PHPGurukul Company Visitor Management System version 2.0. The issue arises in the file '/manage-newvisitors.php', where the 'fullname' parameter is processed without proper input validation or output encoding. This allows attackers to inject malicious JavaScript that is executed in the browsers of administrators viewing the visitor list. The vulnerability can be exploited by authenticated administrators, or by unauthenticated users who bypass login restrictions through a separate SQL injection vulnerability.
To address this vulnerability, implement proper output encoding for all data displayed in HTML contexts, using functions like htmlspecialchars. Additionally, validate and sanitize user input before storing it in the database, especially in fields that should only contain plain text. Consider adding a Content Security Policy to restrict script execution and set HttpOnly and Secure flags on session cookies to protect against cookie theft.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 7, 2026CISA-ADP
Assessed Aug 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/mzxqqwq/CVE/issues/3 | [email protected] | ExploitIssue TrackingTechnical Analysis |
| https://phpgurukul.com/ | [email protected] | ProductVendor |
| https://vuldb.com/cve/CVE-2026-19207 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/864845 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/386952 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/386952/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| PHPGurukul Company Visitor Management System | V2.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 8, 2026 | CVE Modified | CISA-ADP |
| Aug 7, 2026 | New CVE Received | [email protected] |
Volerion