CVE-2026-2015
Published: 06 February 2026
Summary
CVE-2026-2015 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Portabilis I-Educar. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 22.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-24 (Access Control Decisions).
Deeper analysis
CVE-2026-2015 is an improper authorization vulnerability affecting Portabilis i-Educar versions up to 2.10. The issue resides in an unknown function within the file FinalStatusImportService.php of the Final Status Import component, where manipulation of the school_id argument enables unauthorized access. Mapped to CWEs-266 (Incorrect Privilege Assignment) and CWE-285 (Improper Authorization), it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2026-02-06.
The vulnerability can be exploited remotely by an authenticated attacker with low privileges, requiring low complexity and no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling actions beyond the attacker's authorized scope via the manipulated school_id parameter.
Advisories reference a publicly available proof-of-concept exploit in GitHub repositories under ViniCastro2001/Security_Reports for i-Educar, along with VulDB entries detailing the issue (ctiid.344597, id.344597, submit.743760). The vendor was notified early but provided no response, and no patches or mitigations are mentioned.
A publicly disclosed exploit increases the risk of real-world attacks against unpatched i-Educar instances.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5684
Vulnerability details
A weakness has been identified in Portabilis i-Educar up to 2.10. Affected is an unknown function of the file FinalStatusImportService.php of the component Final Status Import. Executing a manipulation of the argument school_id can lead to improper authorization. The attack…
more
can be executed remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Improper authorization (CWE-285/266) via school_id manipulation directly enables remote exploitation of the web app for unauthorized access/privilege escalation beyond low-priv scope.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces authorization decisions on the school_id parameter before allowing Final Status Import actions, blocking the improper authorization bypass.
Limits privileges assigned to authenticated users so that even low-privileged accounts cannot reach or manipulate school_id beyond their authorized scope.
Requires explicit access-control decisions based on subject and object attributes (including school_id) rather than relying on unchecked parameter values.