PatchSiren cyber security CVE debrief
CVE-2026-65707 likeadmin-likeshop CVE debrief
CVE-2026-65707 is an authenticated SQL injection vulnerability in Likeshop through 3.0.5. The vulnerability 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.
- Vendor
- likeadmin-likeshop
- Product
- likeshop
- CVSS
- HIGH 8.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-24
- Original CVE updated
- 2026-07-27
- Advisory published
- 2026-07-24
- Advisory updated
- 2026-07-27
Who should care
Administrators and users of Likeshop through version 3.0.5 should be aware of this vulnerability and take immediate action to mitigate the risk. This vulnerability is particularly concerning as it allows admin-level users to extract arbitrary database contents, potentially leading to sensitive information disclosure.
Technical summary
The vulnerability is caused by the lack of proper input validation and sanitization in the adjustAccount method of UserLogic.php. The money, integral, growth, and earnings parameters are concatenated directly into Db::raw() SQL fragments without type casting, numeric validation, or parameter binding. This allows admin-level users to inject malicious SQL code and extract arbitrary database contents.
Defensive priority
High
Recommended defensive actions
- Apply the latest patch or update to version 3.0.6 or later
- Implement additional input validation and sanitization for the adjustAccount endpoint
- Monitor for suspicious activity and implement logging and auditing mechanisms
- Consider implementing a web application firewall (WAF) to detect and prevent SQL injection attacks
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-07-24T17:17:34.290Z and was last modified on 2026-07-27T17:16:40.447Z. The NVD entry is currently Received. The vulnerability was disclosed by Vulncheck via two source references: a GitHub gist and a Vulncheck advisory.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-24T17:17:34.290Z and has not been modified since then. The NVD entry is currently Received.