SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-65707

MEDIUM · CVSS 6.5 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-24 · Last synced 2026-08-23

CyberRota Analysis

AI-Generated

The vulnerability affects Likeshop versions up to 3.0.5, allowing authenticated admin users to exploit an SQL injection flaw in the adjustAccount endpoint. This weakness enables attackers to extract sensitive database information, including credentials and personally identifiable information (PII), by manipulating unsanitized POST parameters. Organizations using this software should prioritize remediation to protect against potential data breaches and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-65707
Severity
MEDIUM
CVSS
6.5
EPSS
0.27%

Original NVD 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.