LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-65134 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2025-65134Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.