CVE-2026-3759
Published: 08 March 2026
Summary
CVE-2026-3759 is a high-severity Injection (CWE-74) vulnerability in Projectworlds Online Art Gallery Shop. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.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.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Validates query inputs to prevent SQL syntax or command manipulation.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
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.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)