Cyber Resilience

CVE-2023-39560

CriticalPublic PoC

Published: 28 August 2023

Published
28 August 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.6845 98.6th percentile
Risk Priority 61 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-39560 is a critical-severity SQL Injection (CWE-89) vulnerability in Ectouch Ectouch. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 1.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

ECTouch v2 contains a SQL injection vulnerability via the $arr['id'] parameter in the file default/helpers/insert.php. The flaw is tracked as CVE-2023-39560, assigned CWE-89, and rated 9.8 under CVSS 3.1 with the vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.

Unauthenticated remote attackers can supply crafted input to the affected parameter and execute arbitrary SQL statements against the backend database. Successful exploitation grants full read, write, and delete access to database contents along with the ability to impact application availability.

Public references consist of a GitHub repository that appears to host disclosure or proof-of-concept material; no vendor advisory or patch information is included in the supplied references. The associated EPSS score has reached 0.6845, indicating sustained exploitation interest after public disclosure.

EU & UK References

Vulnerability details

ECTouch v2 was discovered to contain a SQL injection vulnerability via the $arr['id'] parameter at \default\helpers\insert.php.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

ectouch
ectouch
2.0

Mitigating Controls

Likely Mitigating Controls AI

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.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References