Cyber Resilience

CVE-2026-2983

MediumPublic PoC

Published: 23 February 2026

Published
23 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0041 32.8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2983 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Munyweki Student Result Management System. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.8th 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-6 (Least Privilege).

Deeper analysis

CVE-2026-2983 is a vulnerability in SourceCodester Student Result Management System 1.0, affecting an unknown function in the file /admin/core/import_users.php within the Bulk Import component. Manipulation of the 'File' argument leads to improper access controls, as classified under CWE-266 and CWE-284. The issue carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2026-02-23.

Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation enables limited impacts on confidentiality, integrity, and availability, including unauthenticated bulk account injection via arbitrary file upload, as detailed in public disclosures.

Advisories on VulDB (ctiid.347366, id.347366, submit.756135) and a GitHub repository (describing it as Vulnerability 2 in the context of unauthenticated SMTP hijacking to account takeover) confirm remote exploitability, with the proof-of-concept publicly disclosed. The vendor site at sourcecodester.com provides the affected software, but no specific patch or mitigation details are outlined in the references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was determined in SourceCodester Student Result Management System 1.0. The impacted element is an unknown function of the file /admin/core/import_users.php of the component Bulk Import. This manipulation of the argument File causes improper access controls. Remote exploitation of…

more

the attack is possible. The exploit has been publicly disclosed and may be utilized.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1136 Create Account Persistence
Adversaries may create an account to maintain access to victim systems.
Why these techniques?

Vulnerability enables unauthenticated remote exploitation of public-facing web app (T1190) via arbitrary file upload in import_users.php, directly facilitating bulk account injection/creation (T1136).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-2938Same product: Munyweki Student Result Management System
CVE-2026-2668Shared CWE-266, CWE-284
CVE-2025-2548Shared CWE-266, CWE-284
CVE-2025-0206Shared CWE-266, CWE-284
CVE-2026-9562Shared CWE-266, CWE-284
CVE-2026-4194Shared CWE-266, CWE-284
CVE-2025-25948Shared CWE-284
CVE-2025-2218Shared CWE-266, CWE-284
CVE-2026-5526Shared CWE-266, CWE-284
CVE-2026-2549Shared CWE-266, CWE-284

Affected Assets

munyweki
student result management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access control policies on the /admin/core/import_users.php endpoint to block unauthenticated file uploads for bulk user import.

prevent

Ensures the Bulk Import function is restricted to only authorized privileged roles, eliminating the CWE-266 incorrect privilege assignment that allows anonymous access.

prevent

Requires successful identification and authentication of organizational users before any access to the import functionality is granted, closing the unauthenticated remote attack path.

References