Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://gist.github.com/peoz14/794521dc40f5bb7e6a6ec6630d894be6
- https://www.vulncheck.com/advisories/likeshop-authenticated-sql-injection-via-ad
FAQ
What is CVE-2026-65707?
CVE-2026-65707 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 adjus...
How severe is CVE-2026-65707?
CVE-2026-65707 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-65707?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.