cve/2024/CVE-2024-45057.md

18 lines
1.3 KiB
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-45057](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45057)
![](https://img.shields.io/static/v1?label=Product&message=i-educar&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%202.9%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen)
### Description
i-Educar is free, fully online school management software that can be used by school secretaries, teachers, coordinators, and area managers. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in the dynamic generation of HTML fields prior to the 2.9 branch. The file located at `ieducar/intranet/include/clsCampos.inc.php` does not properly validate or sanitize user-controlled input, leading to the vulnerability. Any page that uses this implementation is vulnerable, such as `intranet/educar_curso_lst.php?nm_curso=<payload>`, `intranet/atendidos_lst.php?nm_pessoa=<payload>`, `intranet/educar_abandono_tipo_lst?nome=<payload>`. Commit f2d768534aabc09b2a1fc8a5cc5f9c93925cb273 contains a patch for the issue.
### POC
#### Reference
- https://github.com/portabilis/i-educar/security/advisories/GHSA-fqwh-c3c8-7gwj
#### Github
No PoCs found on GitHub currently.