CVE-2026-65707

Likeshop through 3.0.5 contains an authenticated SQL injection vulnerability that allows admin-level users to extract arbitrary database contents by submitting unsanitized POST parameters to the adjustAccount endpoint. The adjustAccount method in UserLogic.php concatenates the money, integral, growth, and earnings parameters directly into Db::raw() SQL fragments without type casting, numeric validation, or parameter binding, enabling boolean-based binary-search extraction of credentials, PII, and session tokens via distinct success and failure response messages.
Configurations

No configuration.

History

24 Jul 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-24 17:17

Updated : 2026-07-28 16:07


NVD link : CVE-2026-65707

Mitre link : CVE-2026-65707

CVE.ORG link : CVE-2026-65707


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')