PatchSiren cyber security CVE debrief
CVE-2025-65134 Unknown Vendor CVE debrief
CVE-2025-65134 is a reflected cross-site scripting (XSS) issue affecting manikandan580 School-management-system 1.0 in /studentms/admin/contact-us.php via the email POST parameter. NVD records the issue as CVSS 3.1 6.1 (medium), maps it to CWE-79, and marks the record Deferred. Because exploitation requires user interaction, the main concern is browser-side script execution in a victim’s session when untrusted input is reflected without proper encoding.
- Vendor
- Unknown Vendor
- Product
- Unknown
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-04-14
- Original CVE updated
- 2026-05-10
- Advisory published
- 2026-04-14
- Advisory updated
- 2026-05-10
Who should care
Administrators and developers responsible for School-management-system 1.0, especially anyone running the /studentms/admin/contact-us.php endpoint on an internet-facing or admin-facing deployment.
Technical summary
The vulnerability is a reflected XSS condition in a web form handler. The supplied CVE description identifies the email POST parameter in /studentms/admin/contact-us.php as the injection point, and NVD classifies the weakness as CWE-79. The listed vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N indicates network reachability, no privileges required, and user interaction required, with limited confidentiality and integrity impact.
Defensive priority
Medium priority. Treat it as higher priority if the affected endpoint is exposed to untrusted users or is reachable from authenticated administrative workflows.
Recommended defensive actions
- Review /studentms/admin/contact-us.php for reflected input handling and apply context-aware output encoding before rendering any user-supplied data.
- Validate the email POST parameter server-side and reject unexpected characters or formats before processing.
- Add or tighten a Content Security Policy and other browser-side protections as defense in depth.
- Audit similar form handlers in the application for the same reflected XSS pattern.
- If a maintained patched release or fixed fork is available, upgrade to a version that remediates the issue.
Evidence notes
The debrief is based only on the supplied CVE description and official metadata. The description states a reflected XSS in /studentms/admin/contact-us.php via the email POST parameter. NVD metadata supplied in the corpus lists CWE-79, CVSS 3.1 vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N, and vulnStatus Deferred. The CVE record was published on 2026-04-14 and last modified on 2026-05-10.
Sources and references
Verified primary and authoritative sources
-
CVE-2025-65134 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2025-65134
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2025-65134 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2025-65134
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/TREXNEGRO/Security-Advisories/blob/main/CVE-2025-65134/README.md
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.