Cyber Resilience

CVE-2026-0700

MediumPublic PoC

Published: 08 January 2026

Published
08 January 2026
Modified
12 January 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.0038 29.6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-0700 is a medium-severity Injection (CWE-74) vulnerability in Carmelo Intern Membership 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 29.6th 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-0700 is a SQL injection vulnerability (CWE-74, CWE-89) in the Intern Membership Management System 1.0, a project hosted on code-projects.org. The flaw resides in an unknown function within the file /intern/admin/check_admin.php, where manipulation of the Username argument triggers the injection.

Attackers can exploit this remotely without authentication or user interaction, as indicated by the CVSS 3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation enables limited impacts on confidentiality, integrity, and availability through arbitrary SQL query execution.

VulDB advisories (ctiid.339977, id.339977) document the vulnerability, and a proof-of-concept exploit targeting the check_admin.php SQL injection is publicly available on GitHub. No patches or specific mitigations are detailed in the provided references.

The exploit has been publicly disclosed and may be utilized by attackers.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was determined in code-projects Intern Membership Management System 1.0. Affected is an unknown function of the file /intern/admin/check_admin.php. Executing a manipulation of the argument Username can lead to sql injection. The attack can be executed remotely. The exploit…

more

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

Direct remote SQL injection in a web application (check_admin.php) enables exploitation of a public-facing app without auth.

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

CVEs Like This One

CVE-2026-0728Same product: Carmelo Intern Membership Management System
CVE-2026-0698Same product: Carmelo Intern Membership Management System
CVE-2026-0701Same product: Carmelo Intern Membership Management System
CVE-2026-0699Same product: Carmelo Intern Membership Management System
CVE-2026-0729Same product: Carmelo Intern Membership Management System
CVE-2026-0697Same product: Carmelo Intern Membership Management System
CVE-2026-0850Same product: Carmelo Intern Membership Management System
CVE-2026-5018Same vendor: Carmelo
CVE-2026-3705Same vendor: Carmelo
CVE-2026-3735Same vendor: Carmelo

Affected Assets

carmelo
intern membership management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the Username argument in check_admin.php to block the SQL injection payload before query execution.

prevent

Mandates timely remediation of the publicly disclosed flaw in /intern/admin/check_admin.php to eliminate the SQL injection vulnerability.

prevent

Limits the database privileges available to the web application account, reducing the impact of any successful SQL injection via the Username parameter.

References