### [CVE-2024-45059](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45059) ![](https://img.shields.io/static/v1?label=Product&message=i-educar&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%202.9%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brightgreen) ### Description i-Educar is free, fully online school management software that can be used by school secretaries, teachers, coordinators, and area managers. A SQL Injection vulnerability was found prior to the 2.9 branch in the `ieducar/intranet/funcionario_vinculo_det.php` file, which creates the query by concatenating the unsanitized GET parameter `cod_func`, allowing the attacker to obtain sensitive information such as emails and password hashes. Commit 7824b95745fa2da6476b9901041d9c854bf52ffe fixes the issue. ### POC #### Reference - https://github.com/portabilis/i-educar/security/advisories/GHSA-2v4w-7xqr-hxmr #### Github No PoCs found on GitHub currently.