Description
A vulnerability was detected in PHPGurukul Hostel Management System 3.0. Affected by this issue is some unknown functionality of the file /admin/manage-students.php. The manipulation results in cross site scripting. The attack may be launched remotely. The exploit is now public and may be used.
Published: 2026-09-15
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: Cross‑.php page allowing remote execution of arbitrary client‑side code
Action: Apply Patch
AI Analysis

Impact

The flaw resides in the admin/manage‑students.php file of PHPGurukul Hostel Management System version 3.0, where malicious input can bypass input validation and inject arbitrary JavaScript into the rendered page. This cross‑site scripting allows a remote attacker to run code in the victim’s browser, which could be used for session hijacking, defacement, or malicious redirects. The issue is explicitly identified as CWE‑79 and involves code injection behavior (CWE‑94).

Affected Systems

Affected software is PHPGurukul Hostel Management System 3.0, specifically the administrative manage‑students functionality. No other products or versions were listed as impacted.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate risk, and the exploit is publicly available,ible. EPSS data is unavailable and the vulnerability is not catalogued in CISA’s KEV list, but the public nature of the exploit increases the practical risk. Attackers can remotely trigger the issue via a crafted URL or form submission to the manage‑students page. Given the client‑side impact, the threat to confidentiality, integrity, and availability is limited to the affected user session.

Generated by OpenCVE AI on September 15, 2026 at 08:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify and deploy any available security update for PHPGurukul Hostel Management System that patches the XSS flaw in admin/manage‑students.php.
  • If no patch is available, modify the page to sanitize or encode all user‑supplied data before output, for example by applying htmlspecialchars() or a similar filtering function to all variables echoed to the page.
  • Implement a page‑level content security policy that blocks inline scripts and disallows execution of unknown script sources, and restrict form fields to expected data formats to further mitigate injection attempts.

Generated by OpenCVE AI on September 15, 2026 at 08:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 02:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in PHPGurukul Hostel Management System 3.0. Affected by this issue is some unknown functionality of the file /admin/manage-students.php. The manipulation results in cross site scripting. The attack may be launched remotely. The exploit is now public and may be used.
Title PHPGurukul Hostel Management System manage-students.php cross site scripting
First Time appeared Phpgurukul
Phpgurukul hostel Management System
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:phpgurukul:hostel_management_system:*:*:*:*:*:*:*:*
Vendors & Products Phpgurukul
Phpgurukul hostel 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 Hostel Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-15T01:45:13.246Z

Reserved: 2026-09-14T05:30:25.349Z

Link: CVE-2026-90850

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-15T02:16:49.143

Modified: 2026-09-15T02:16:49.143

Link: CVE-2026-90850

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-15T08:30: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')