CVE-2025-57205
BaseFortify
Publication date: 2025-09-22
Last updated on: 2025-10-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| inilabs | school_express | 6.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in iNiLabs School Express (SMS Express) 6.2. It occurs in the content-management features for authenticated admin users, specifically in the POSTed editor parameters submitted to the /posts/edit/{id} endpoint and similar editors. Because of insufficient input sanitization and output encoding, attackers can inject malicious HTML or JavaScript code that gets saved and later executed in other users' browsers when they view the affected content.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary JavaScript in the context of other users, potentially leading to session hijacking, privilege escalation, data exfiltration, or even administrative account takeover.