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 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 14.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Documented procedures facilitate correct implementation and ongoing management of authorization decisions.
Periodic reviews identify and correct flaws in authorization decisions or enforcement.
Specifying access authorizations for each account and requiring approvals for account requests enforces proper authorization decisions.
The control requires explicit definition of separated access authorizations, making incorrect privilege assignments that bundle conflicting duties harder to implement.
Ensures privileges are assigned only as necessary rather than incorrectly over-granted.
The control's documentation requirement reduces improper authorization by ensuring only mission-justified actions bypass authentication.
Establishing permitted attributes and values, plus auditing changes, ensures authorization decisions are based on correctly managed policy data.
Explicitly mandates authorizing remote access types before permitting connections, directly mitigating improper authorization.
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.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)