| Title | Portabilis i-Educar 2.9.0 Stored Cross Site Scripting |
|---|
| Description | Hello team!
A Stored XSS vulnerability was discovered in the school management module of i-Educar. The “Escola” field allows the injection of JavaScript without proper validation or sanitization. The payload is triggered every time the page /intranet/educar_escola_lst.php is accessed by a logged-in user.
1 - Authentication:
Log in to i-Educar with valid credentials.
2 - Access the School Module:
Navigate to:
Cadastro > Escola
URL: /intranet/educar_escola_lst.php
3 - Create or Edit School Entry:
Either create a new school or edit an existing one.
4 - Edit Vulnerable Field:
Go to:
/intranet/educar_escola_det.php?cod_escola=ID
Click on Edit.
5 - Insert Payload:
In the “Escola” field, insert:
<script>alert('PoC VulDB i-Educar Pacxxx')</script>
Save and Trigger:
6 - After saving, the script will execute automatically every time the school list page is loaded.
Recommendations & Mitigations
Input Sanitization: Reject or neutralize input containing scripts or HTML.
Output Encoding: Properly encode all user input before rendering in HTML.
Use of XSS Mitigation Libraries: Tools like OWASP Java Encoder, HTMLPurifier, or DOMPurify should be employed.
|
|---|
| Source | ⚠️ https://github.com/RaulPazemecxas/PoCVulDb/blob/main/README12.md |
|---|
| User | RaulPACXXX (UID 84502) |
|---|
| Submission | 06/27/2025 00:54 (1 Year ago) |
|---|
| Moderation | 07/06/2025 07:41 (9 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 315021 [Portabilis i-Educar 2.9.0 School educar_escola_lst.php Escola cross site scripting] |
|---|
| Points | 20 |
|---|