Cyber Resilience

CVE-2026-2083

MediumPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
12 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.0032 24.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2083 is a medium-severity Injection (CWE-74) vulnerability in Code-Projects Social Networking Site. 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 24.0th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-2083 is a SQL injection vulnerability (CWE-74, CWE-89) in code-projects Social Networking Site 1.0. The flaw resides in an unknown function within the file /delete_post.php, where manipulation of the ID argument enables SQL injection.

The vulnerability is exploitable remotely by unauthenticated attackers (PR:N) over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation yields low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), earning a CVSS v3.1 base score of 7.3 in the high severity range (S:U). A public exploit has been released and may be used in attacks.

Advisories and details are documented in references including the project site at https://code-projects.org/, a GitHub issue at https://github.com/6Justdododo6/CVE/issues/1, and VulDB entries at https://vuldb.com/?ctiid.344650, https://vuldb.com/?id.344650, and https://vuldb.com/?submit.745937. The vulnerability was published on 2026-02-07.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A security flaw has been discovered in code-projects Social Networking Site 1.0. This affects an unknown function of the file /delete_post.php. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate the attack remotely.…

more

The exploit has been released to the public and may be used for attacks.

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.
Why these techniques?

Direct remote SQL injection in a public-facing web application (/delete_post.php) enables unauthenticated exploitation of the app, matching T1190 exactly.

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

CVEs Like This One

CVE-2025-1956Same vendor: Code-Projects
CVE-2025-7169Same vendor: Code-Projects
CVE-2026-4850Same vendor: Code-Projects
CVE-2026-4580Same vendor: Code-Projects
CVE-2025-0208Same vendor: Code-Projects
CVE-2026-2706Same vendor: Code-Projects
CVE-2025-0172Same vendor: Code-Projects
CVE-2025-7170Same vendor: Code-Projects
CVE-2025-7168Same vendor: Code-Projects
CVE-2025-0340Same vendor: Code-Projects

Affected Assets

code-projects
social networking site
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of the ID argument in delete_post.php to reject SQL injection payloads before they reach the database.

detect

Enables monitoring of database queries and error patterns that would reveal exploitation attempts against /delete_post.php.

respond

Mandates timely remediation of the known SQL injection flaw in the publicly released code-projects Social Networking Site 1.0.

References