CVE-2025-65134: In manikandan580 School-management-system 1.0, a reflected cross-site scripting (XSS) vulnerability exists...
In manikandan580 School-management-system 1.0, a reflected cross-site scripting (XSS) vulnerability exists in /studentms/admin/contact-us.php via the email POST parameter.
Security readout for executives and security teams
Plain-English summary
A small open-source school management web application contains a flaw on its admin contact page that lets an attacker trick a logged-in user into running malicious code in their browser. Impact is limited to organizations actually running this specific project, and a user must click a crafted link or load a tampered page for the attack to succeed.
Executive priority
Low to moderate priority unless this open-source school management application is in production use; if deployed, schedule remediation in the next maintenance window.
Technical view
CVE-2025-65134 is a reflected cross-site scripting issue in manikandan580 School-management-system 1.0. The /studentms/admin/contact-us.php endpoint echoes the email POST parameter without sanitization or output encoding, allowing attacker-supplied script to execute in the victim's browser context. CVSS 3.1 base score is 6.1 with required user interaction and a scope change.
Likely exposure
Exposure is limited to organizations running manikandan580 School-management-system 1.0, an open-source PHP project. The vulnerable endpoint is the admin contact-us page, so any internet-reachable deployment of this application is potentially exposed to user-interaction-based attacks.
Exploitation context
No active exploitation is cited and the CVE is not listed in CISA KEV. The flaw requires a victim to load a crafted link or submit a tampered form, so social engineering is the realistic delivery path. A public advisory exists on GitHub describing the issue.
Researcher notes
Reflected XSS (CWE-79) in /studentms/admin/contact-us.php via the email POST parameter. CVSS 3.1 base 6.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N) reflects scope change typical of browser-rendered injection. Affected vendor/product/versions are reported as n/a in the record, so confirm fingerprinting against the GitHub project. No patch is named in the bundle; monitor the upstream repository and the TREXNEGRO advisory for updates.
Mitigation direction
Inventory deployments of manikandan580 School-management-system 1.0 and restrict admin pages behind authentication and network controls.
Check the project's GitHub repository and the cited advisory for an updated build or community patch.
Apply server-side input validation and contextual output encoding on the email POST parameter in /studentms/admin/contact-us.php.
Deploy a web application firewall rule to block reflected XSS payloads targeting the contact-us endpoint.
Set a strict Content-Security-Policy header to limit script execution in administrative pages.
Validation and detection
Confirm whether any deployed asset runs manikandan580 School-management-system 1.0 via software inventory or HTTP fingerprinting.
Review web server and application logs for unusual POST requests to /studentms/admin/contact-us.php containing script-like characters in the email field.
Test the email field in a controlled, authorized lab using a benign marker string to confirm reflection without encoding.
Verify that any installed fix encodes output and rejects script-bearing input on the contact-us endpoint.
Check the upstream GitHub repository and the TREXNEGRO advisory for vendor or community remediation guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.