CVE-2024-45058

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:portabilis:i-educar:*:*:*:*:*:*:*:*

History

13 Sep 2024, 20:06

Type Values Removed Values Added
CWE CWE-862
CPE cpe:2.3:a:portabilis:i-educar:*:*:*:*:*:*:*:*
First Time Portabilis i-educar
Portabilis
References () https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e - () https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e - Patch
References () https://github.com/portabilis/i-educar/security/advisories/GHSA-53vj-fq8x-2mvg - () https://github.com/portabilis/i-educar/security/advisories/GHSA-53vj-fq8x-2mvg - Exploit, Vendor Advisory

06 Sep 2024, 20:15

Type Values Removed Values Added
References
  • () https://github.com/portabilis/i-educar/commit/c25910cdf11ab50e50162a49dd44bef544422b6e -
Summary (en) 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. (en) 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.

29 Aug 2024, 13:25

Type Values Removed Values Added
Summary
  • (es) i-Educar es un software de gestión escolar totalmente online y gratuito que permite a las secretarias, profesores, coordinadores y jefes de área de la escuela gestionar sus cuentas de usuario. Un atacante con privilegios mínimos de visualización en la sección de configuración es capaz de cambiar su tipo de usuario a Administrador (u otro tipo con superpermisos). Cualquier usuario es capaz de convertirse en administrador, lo que puede derivar en robo de cuentas, cambio de tareas administrativas, etc. El fallo se produce en el archivo ubicado en ieducar/intranet/educar_usuario_cad.php en la línea 446 , que no realiza comprobaciones sobre el nivel de permisos actual del usuario para realizar cambios. Este problema aún no ha sido parcheado. Se recomienda a los usuarios ponerse en contacto con el desarrollador y coordinar un calendario de actualizaciones.

28 Aug 2024, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-08-28 21:15

Updated : 2024-09-13 20:06


NVD link : CVE-2024-45058

Mitre link : CVE-2024-45058

CVE.ORG link : CVE-2024-45058


JSON object : View

Products Affected

portabilis

  • i-educar
CWE
CWE-862

Missing Authorization

CWE-20

Improper Input Validation

CWE-269

Improper Privilege Management