CVE-2026-3110
Description
Insecure Direct Object Reference (IDOR) vulnerability in Campus Educativa specifically at the endpoint '/administracion/admin_usuarios.cgi?filtro_estado=T&wAccion=listado_xlsx&wBuscar=&wFiltrar=&wOrden=alta_usuario&wid_cursoActual=[ID]' where the data of users enrolled in the course is exported. Successful exploitation of this vulnerability could allow an unauthenticated attacker to access user data (e.g., usernames, first and last names, email addresses, and phone numbers) and retrieve the data of all users enrolled in courses by performing a brute-force attack on the course ID via a manipulated URL.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
An unauthenticated attacker can access personal data of all users enrolled in courses via an IDOR vulnerability in Campus Educativa by brute-forcing the course ID.
Root
Cause CVE-2026-3110 is an Insecure Direct Object Reference (IDOR) vulnerability in Campus Educativa, an e-learning platform. The flaw exists in the endpoint /administracion/admin_usuarios.cgi?filtro_estado=T&wAccion=listado_xlsx&wBuscar=&wFiltrar=&wOrden=alta_usuario&wid_cursoActual=[ID], which is designed to export the list of users enrolled in a specific course. The [ID] parameter directly references the course identifier without proper authorization checks, allowing an unauthenticated attacker to manipulate this parameter [1].
Exploitation
An attacker can exploit this vulnerability without any authentication by sending crafted requests to the vulnerable endpoint. By brute-forcing numeric course IDs, the attacker can enumerate all courses and retrieve the enrolment list for each one. The attacker only needs network access to the application; no special privileges are required [1].
Impact
Successful exploitation allows the attacker to access sensitive personal data of users, including usernames, first and last names, email addresses, and phone numbers. This data exposure affects all users enrolled in any course, potentially leading to privacy breaches, targeted phishing campaigns, or identity theft [1].
Mitigation
The vendor, Educativa, has addressed this vulnerability in version 14.05.00-159 and later releases. Users of the product are strongly advised to upgrade to the latest version to remediate the issue [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.