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.
Published: 2026-08-07
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the manage-newvisitors.php page of PHPGurukul's Company Visitor Management System version 1.0. A malicious or manipulated fullname argument is processed without proper sanitization, allowing arbitrary HTML or JavaScript to be injected into the page. This leads to reflected cross‑site scripting (XSS), as specified by CWE‑79, and may involve improper neutralization of expression language elements (CWE‑94). An attacker can exploit this to steal session cookies, perform phishing, or load malicious payloads in affected users’ browsers.

Affected Systems

The only documented affected product is PHPGurukul Company Visitor Management System, version 1.0, running on any platform where the manage‑newvisitors.php script is exposed. No other versions or vendor products were listed, so the scope is limited to installations of the 1.0 release.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate risk. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting no confirmed exploitation in the wild yet. The attack vector is remote; an attacker can construct a URL or form submission to supply the malicious fullname value and trigger the reflected script in the victim’s browser. Without a remedial patch the exposed input remains vulnerable, making this a viable threat when web traffic reaches the vulnerable endpoint.

Generated by OpenCVE AI on August 7, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to a fixed version of the Company Visitor Management System when one becomes available
  • Sanitize or encode all user‑supplied data, particularly the fullname field, before it is incorporated into HTML output
  • Deploy a web application firewall or similar runtime protection to block reflected XSS payloads until remediation can be applied

Generated by OpenCVE AI on August 7, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
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.
Title PHPGurukul Company Visitor Management System manage-newvisitors.php cross site scripting
First Time appeared Phpgurukul
Phpgurukul company Visitor Management System
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:phpgurukul:company_visitor_management_system:*:*:*:*:*:*:*:*
Vendors & Products Phpgurukul
Phpgurukul company Visitor Management System
References
Metrics cvssV2_0

{'score': 3.3, 'vector': 'AV:N/AC:L/Au:M/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 2.4, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 2.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Phpgurukul Company Visitor Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-07T14:45:09.170Z

Reserved: 2026-08-07T08:12:41.653Z

Link: CVE-2026-19207

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T17:00:13Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')