CVE-2026-19207
Received Received - Intake

Cross-Site Scripting in PHPGurukul Visitor Management System

Vulnerability report for CVE-2026-19207, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-07

Last updated on: 2026-08-07

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-07
Last Modified
2026-08-07
Generated
2026-08-07
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
phpgurukul company_visitor_management_system 1.0
phpgurukul company_visitor_management_system 2.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored Cross-Site Scripting (XSS) vulnerability in PHPGurukul Company Visitor Management System 1.0. It occurs in the /manage-newvisitors.php file where the 'fullname' parameter is not properly validated or sanitized. Attackers can inject malicious JavaScript code via the 'fullname' field, which is stored in the database and later executed when displayed in the visitor management interface.

Detection Guidance

To detect this XSS vulnerability, inspect the Visitor Management System for unsanitized input in the 'fullname' field. Check if the /manage-newvisitors.php file displays raw user input without encoding. Test by submitting a payload like <script>alert(1)</script> in the fullname field and verify if it executes when viewed in the admin panel.

Impact Analysis

An attacker could exploit this to steal session cookies, perform unauthorized actions on behalf of users, or deface the application. The vulnerability also includes an SQL injection flaw in the login system that allows unauthenticated attackers to bypass authentication and inject XSS payloads.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. Stored XSS may enable attackers to exfiltrate personal data, triggering compliance breaches and potential regulatory penalties.

Mitigation Strategies

Immediately apply input validation to sanitize the 'fullname' field. Implement output encoding using htmlspecialchars() when displaying user data. Add a Content Security Policy (CSP) to restrict script execution. Patch the SQL injection flaw in /index.php to prevent unauthorized access. Review other files like /visitor-detail.php and /search-visitor.php for similar issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19207. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart