CVE-2024-45058
i-Educar Unvalidated User Permissions Privilege Escalation Vulnerability
Description
i-Educar is free, fully online school management software that can be used by school secretaries, teachers, coordinators, and area managers. Prior to the 2.9 branch, an attacker with only minimal viewing privileges in the settings section is able to change their user type to Administrator (or another type with super-permissions) through a specifically crafted POST request to `/intranet/educar_usuario_cad.php`, modifying the `nivel_usuario_` parameter. The vulnerability occurs in the file located at `ieducar/intranet/educar_usuario_cad.php`, which does not check the user's current permission level before allowing changes. Commit c25910cdf11ab50e50162a49dd44bef544422b6e contains a patch for the issue.
INFO
Published Date :
Aug. 28, 2024, 9:15 p.m.
Last Modified :
Sept. 13, 2024, 8:06 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
5.2
Exploitability Score :
2.8
Public PoC/Exploit Available at Github
CVE-2024-45058 has a 2 public PoC/Exploit
available at Github.
Go to the Public Exploits
tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-45058
.
URL | Resource |
---|---|
https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e | Patch |
https://github.com/portabilis/i-educar/security/advisories/GHSA-53vj-fq8x-2mvg | Exploit Vendor Advisory |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
PoC for CVE-2024-45058 Broken Access Control, allowing any user with view permission in the user configuration section to become an administrator changing their own user type.
Python
📡 PoC auto collect from GitHub. ⚠️ Be careful Malware.
security cve exploit poc vulnerability
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-45058
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-45058
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Sep. 13, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N Changed Reference Type https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e No Types Assigned https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e Patch Changed Reference Type https://github.com/portabilis/i-educar/security/advisories/GHSA-53vj-fq8x-2mvg No Types Assigned https://github.com/portabilis/i-educar/security/advisories/GHSA-53vj-fq8x-2mvg Exploit, Vendor Advisory Added CWE NIST CWE-862 Added CPE Configuration OR *cpe:2.3:a:portabilis:i-educar:*:*:*:*:*:*:*:* versions up to (including) 2.9 -
CVE Modified by [email protected]
Sep. 06, 2024
Action Type Old Value New Value Changed Description i-Educar is free, completely online school management software that allows school secretaries, teachers, coordinators and area managers. An attacker with only minimal viewing privileges in the settings section is able to change their user type to Administrator (or another type with super-permissions). Any user is capable of becoming an administrator, which can lead to account theft, changing administrative tasks, etc. The failure occurs in the file located in ieducar/intranet/educar_usuario_cad.php on line 446 , which does not perform checks on the user's current permission level to make changes. This issue has not yet been patched. Users are advised to contact the developer and to coordinate an update schedule. i-Educar is free, fully online school management software that can be used by school secretaries, teachers, coordinators, and area managers. Prior to the 2.9 branch, an attacker with only minimal viewing privileges in the settings section is able to change their user type to Administrator (or another type with super-permissions) through a specifically crafted POST request to `/intranet/educar_usuario_cad.php`, modifying the `nivel_usuario_` parameter. The vulnerability occurs in the file located at `ieducar/intranet/educar_usuario_cad.php`, which does not check the user's current permission level before allowing changes. Commit c25910cdf11ab50e50162a49dd44bef544422b6e contains a patch for the issue. Added Reference GitHub, Inc. https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e [No types assigned] -
CVE Received by [email protected]
Aug. 28, 2024
Action Type Old Value New Value Added Description i-Educar is free, completely online school management software that allows school secretaries, teachers, coordinators and area managers. An attacker with only minimal viewing privileges in the settings section is able to change their user type to Administrator (or another type with super-permissions). Any user is capable of becoming an administrator, which can lead to account theft, changing administrative tasks, etc. The failure occurs in the file located in ieducar/intranet/educar_usuario_cad.php on line 446 , which does not perform checks on the user's current permission level to make changes. This issue has not yet been patched. Users are advised to contact the developer and to coordinate an update schedule. Added Reference GitHub, Inc. https://github.com/portabilis/i-educar/security/advisories/GHSA-53vj-fq8x-2mvg [No types assigned] Added CWE GitHub, Inc. CWE-20 Added CWE GitHub, Inc. CWE-269 Added CVSS V3 GitHub, Inc. AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-45058
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-45058
weaknesses.