CVE-2025-9638
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-11
Assigner: Fluid Attacks
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| portabilis | i-educar | 2.10.0 |
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 Portabilis i-Educar version 2.10.0. It occurs because the application does not properly neutralize input during web page generation, specifically via the 'matricula_interna' parameter in the 'educar_usuario_cad.php' endpoint. This allows an attacker to inject malicious scripts that are stored and later executed in users' browsers.
How can this vulnerability impact me? :
The Stored Cross-Site Scripting vulnerability can allow attackers to execute malicious scripts in the context of the affected application. This can lead to unauthorized actions on behalf of users, theft of sensitive information such as cookies or session tokens, and potentially compromise user accounts or the integrity of the application.