| Title | Portabilis i-Educar 2.10 Cross Site Scripting |
|---|
| Description | This vulnerability was reported via GitHub (https://github.com/portabilis/i-educar/security/advisories/GHSA-88xc-64vw-g4xg). The developer fixed the issue in commit 82c288b (https://github.com/portabilis/i-educar/commit/82c288b9a4abb084bdfa1c0c4ef777ed45f98b46), but closed the advisory without requesting a CVE, preventing the normal disclosure process.
Reflected Cross-Site Scripting (XSS) in educar_matricula_lst.php via ref_cod_aluno Parameter
Summary
A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the atendidos_cad.php endpoint of the i-educar application 2.10. This vulnerability allows attackers to inject malicious scripts in the ref_cod_alunoparameter.
Details
Vulnerable Endpoint: educar_matricula_lst.php Parameter: ref_cod_aluno
The application fails to validate and sanitize user inputs in the `ref_cod_aluno parameter. This lack of validation permits the injection of malicious payloads, which are reflected back to the user's browser in the server's response and executed within the context of the victim's browser.
PoC
Insert the payload "><img%20src=x%20onerror=alert(%27CVE-Hunters%27)> in the field ref_cod_aluno
image:https://github.com/CVE-Hunters/CVE/raw/main/images/xss019.png
Full URL payload: https://localhost/intranet/educar_matricula_lst.php?ref_cod_aluno="><img%20src=x%20onerror=alert(%27CVE-Hunters%27)>
Impact
User actions: Attackers can perform any action the user can, such as viewing, modifying, or initiating interactions with other users
Data theft: Attackers can exfiltrate data or install malware on the user's machine
Account compromise: Attackers can manipulate or steal cookies, or compromise confidential information
Malicious code: Attackers can execute malicious code on the user's system
Business reputation damage: Attackers can deface a corporate website or spread misinformation
Misdirection: Attackers can change the instructions given to users, which can be dangerous if the target is a government website or provides vital resources
|
|---|
| Source | ⚠️ https://github.com/CVE-Hunters/CVE/blob/main/i-educar/Reflected%20Cross-Site%20Scripting%20(XSS)%20in%20educar_matricula_lst.php%20via%20ref_cod_aluno%20Parameter.md |
|---|
| User | nmmorette (UID 87361) |
|---|
| Submission | 07/19/2025 14:41 (12 months ago) |
|---|
| Moderation | 08/02/2025 17:21 (14 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 318609 [Portabilis i-Educar 2.10 educar_matricula_lst.php Gerar ref_cod_aluno cross site scripting] |
|---|
| Points | 20 |
|---|