Cyber Posture

CVE-2025-69992

CriticalPublic PoC

Published: 13 January 2026

Published
13 January 2026
Modified
16 January 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 27.3th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-69992 is a critical-severity Out-of-bounds Read (CWE-125) vulnerability in Phpgurukul News Portal. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.3th 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-14 (Permitted Actions Without Identification or Authentication) and SI-10 (Information Input Validation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Prohibits file upload actions without identification or authentication, directly mitigating the unauthenticated arbitrary file upload in upload.php.

prevent

Validates uploaded files at the application interface to reject invalid or malicious formats and contents, preventing exploitation of the unrestricted file upload vulnerability.

prevent

Restricts information inputs to authorized file types and sources at the upload.php endpoint, blocking arbitrary file uploads lacking authentication.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Unauthenticated arbitrary file upload to public-facing web app directly enables exploitation (T1190) and web shell deployment for code execution/server takeover (T1505.003).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

phpgurukul News Portal Project V4.1 has File Upload Vulnerability via upload.php, which enables the upload of files of any format to the server without identity authentication.

Deeper analysisAI

CVE-2025-69992 is a file upload vulnerability in the phpgurukul News Portal Project version 4.1, specifically affecting the upload.php component. This flaw allows attackers to upload files of any format to the server without any identity authentication. The vulnerability has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-125. It was published on 2026-01-13.

Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation enables arbitrary file uploads, potentially granting high-impact confidentiality, integrity, and availability compromises, such as server takeover through malicious file execution.

For mitigation details, refer to the advisory at https://github.com/Y4y17/CVE/blob/main/News%20Portal%20Project/File%20upload%20vulnerability.md.

Details

CWE(s)

Affected Products

phpgurukul
news portal
4.1

CVEs Like This One

CVE-2026-1424Same product: Phpgurukul News Portal
CVE-2025-69991Same product: Phpgurukul News Portal
CVE-2025-1859Same product: Phpgurukul News Portal
CVE-2026-1141Same product: Phpgurukul News Portal
CVE-2025-69990Same product: Phpgurukul News Portal
CVE-2025-1588Same vendor: Phpgurukul
CVE-2026-0547Same vendor: Phpgurukul
CVE-2025-2687Same vendor: Phpgurukul
CVE-2026-0803Same vendor: Phpgurukul
CVE-2025-7521Same vendor: Phpgurukul

References