CVE-2026-3759
Published: 08 March 2026
Summary
CVE-2026-3759 is a medium-severity Injection (CWE-74) vulnerability in Projectworlds Online Art Gallery Shop. 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 27.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 SI-10 (Information Input Validation) and AC-3 (Access Enforcement).
Deeper analysis
CVE-2026-3759 is a SQL injection vulnerability in projectworlds Online Art Gallery Shop 1.0, affecting an unknown part of the file /admin/adminHome.php through manipulation of the reach_nm argument. Published on 2026-03-08T19:16:00.963, it 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 maps to CWE-74 and CWE-89.
The vulnerability enables remote exploitation without authentication, privileges, or user interaction, over a network with low attack complexity. Attackers can achieve low-level impacts on confidentiality, integrity, and availability.
Advisories referenced in VulDB (ctiid.349737, id.349737, submit.768059) and a GitHub issue (hmKunlun/projectworldcve/issues/3) provide further details on the issue.
The exploit has been disclosed publicly and may be used.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-10262
Vulnerability details
A security vulnerability has been detected in projectworlds Online Art Gallery Shop 1.0. This affects an unknown part of the file /admin/adminHome.php. Such manipulation of the argument reach_nm leads to sql injection. The attack can be executed remotely. The exploit…
more
has been disclosed publicly and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in unauthenticated public-facing web app component (/admin/adminHome.php) matches T1190 Exploit Public-Facing Application; low-complexity network access with C/I/A impact enables initial access without further prerequisites.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of the reach_nm input parameter before it is used in SQL statements, directly blocking the injection vector in adminHome.php.
Enforces access-control checks on /admin/adminHome.php so that unauthenticated remote users cannot reach the vulnerable code path at all.
Mandates timely remediation of the publicly disclosed SQL-injection flaw in the Online Art Gallery Shop application.