Cyber Resilience

CVE-2024-8669

Critical

Published: 14 September 2024

Published
14 September 2024
Modified
27 September 2024
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0502 90.0th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-8669 is a critical-severity SQL Injection (CWE-89) vulnerability in Softaculous Backuply. Its CVSS base score is 9.1 (Critical).

Operationally, ranked in the top 10.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Backuply – Backup, Restore, Migrate and Clone plugin for WordPress is vulnerable to SQL injection in the backuply_wp_clone_sql() function. The flaw stems from insufficient escaping of the user-supplied 'options' parameter and the absence of prepared statements, allowing an attacker to append arbitrary SQL to existing queries. All versions through 1.3.4 are affected.

An authenticated user with administrator privileges can exploit the issue over the network to extract sensitive data from the database. The CVSS 9.1 score reflects high confidentiality, integrity, and availability impact when the attack succeeds.

Public references point to the vulnerable code in the plugin repository and a subsequent changeset that addresses the parameter handling. Administrators should apply the available update that resolves the injection vector in versions after 1.3.4. The associated EPSS score has remained flat at 0.0502 with no material increase since disclosure.

EU & UK References

Vulnerability details

The Backuply – Backup, Restore, Migrate and Clone plugin for WordPress is vulnerable to SQL Injection via the 'options' parameter passed to the backuply_wp_clone_sql() function in all versions up to, and including, 1.3.4 due to insufficient escaping on the user…

more

supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CWE(s)

Related Threats

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

Affected Assets

softaculous
backuply
≤ 1.3.5

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