Cyber Resilience

CVE-2026-1141

MediumPublic PoC

Published: 19 January 2026

Published
19 January 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0030 21.5th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-1141 is a medium-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Phpgurukul News Portal. 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 21.5th 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-1141 is an improper authorization vulnerability affecting PHPGurukul News Portal 1.0. The issue resides in an unknown function within the file /admin/add-subadmins.php of the Add Sub-Admin Page component. Manipulation of this element leads to unauthorized actions, classified under CWE-266 and CWE-285, with a CVSS 3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability enables remote exploitation by attackers possessing low privileges, such as a standard user account. Exploitation requires network access and low complexity but no user interaction. Successful attacks can result in limited impacts to confidentiality, integrity, and availability, potentially allowing partial unauthorized data access, modification, or disruption.

VulDB advisories (ctiid.341733, id.341733, submit.735483) detail the vulnerability, while a public proof-of-concept exploit is available on GitHub at https://github.com/Asim-QAZi/BrokenAccessControl-News-Portal-Project-in-PHP-and-MySQL-in-PHPGurukul. The vendor site at https://phpgurukul.com/ provides project context, but no patches or specific mitigations are referenced.

The public availability of the exploit heightens the risk of real-world exploitation against unpatched instances of PHPGurukul News Portal 1.0.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was identified in PHPGurukul News Portal 1.0. The affected element is an unknown function of the file /admin/add-subadmins.php of the component Add Sub-Admin Page. Such manipulation leads to improper authorization. The attack can be launched remotely. The exploit…

more

is publicly available and might be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
Why these techniques?

Improper authorization (broken access control) in a public-facing web app directly enables remote exploitation by low-privileged accounts to perform unauthorized admin actions, mapping to privilege escalation via vuln exploitation and public-facing app exploitation.

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

CVEs Like This One

CVE-2025-69991Same product: Phpgurukul News Portal
CVE-2025-69992Same product: Phpgurukul News Portal
CVE-2025-1859Same product: Phpgurukul News Portal
CVE-2025-69990Same product: Phpgurukul News Portal
CVE-2026-1424Same product: Phpgurukul News Portal
CVE-2026-1550Same vendor: Phpgurukul
CVE-2025-70064Same vendor: Phpgurukul
CVE-2026-0803Same vendor: Phpgurukul
CVE-2025-25387Same vendor: Phpgurukul
CVE-2025-1583Same vendor: Phpgurukul

Affected Assets

phpgurukul
news portal
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks on the add-subadmins.php function so that low-privileged accounts cannot perform the unauthorized sub-admin creation action.

prevent

Ensures standard user accounts are not granted the excessive privileges that would allow them to reach or manipulate the vulnerable Add Sub-Admin page.

prevent

Requires explicit account provisioning and privilege assignment processes that would prevent the incorrect privilege grants underlying this CWE-266 flaw.

References