Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
2DescriptionCVE.org
A vulnerability was found in Chengdu Everbrite Network Technology BeikeShop up to 1.6.0.22. Impacted is an unknown function of the file beike/Admin/Routes/admin.php of the component Admin Design Builder Endpoint. Performing a manipulation of the argument settings.value results in sql injection. It is possible to initiate the attack remotely. The exploit has been made public and could be used. The patch is named 2fa9805411088069fcc3b0c15b2f1f33d6e09958. To fix this issue, it is recommended to deploy a patch.
AnalysisAI
Second-order SQL injection in BeikeShop's Admin Design Builder endpoint (versions up to 1.6.0.22) allows authenticated admin-panel users to manipulate the settings.value argument in beike/Admin/Routes/admin.php to inject arbitrary SQL. The root cause spans multiple PHP repository classes - DesignService.php, BrandRepo.php, and ProductRepo.php - where brand and product ID arrays were passed to database queries without integer casting or sanitization. A public proof-of-concept exploit exists; the CVSS 4.0 score of 2.1 reflects the administrative authentication prerequisite that meaningfully constrains real-world exposure.
Technical ContextAI
BeikeShop is a PHP-based open-source e-commerce platform. The vulnerability is rooted in CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component - Injection), specifically SQL injection. The commit diff reveals that the Admin Design Builder's module-handling logic in DesignService::handleRequestModules() passed unsanitized content arrays - specifically brand and product ID collections - directly downstream to BrandRepo::getNames() and ProductRepo::getBuilder(), where they were interpolated into database queries without type enforcement. The fix introduces integer casting via array_map('intval', ...) and positive-value filtering at both the service layer (sanitizeModuleData() / sanitizeIds()) and the repository layer. This is a classic second-order injection pattern: user-supplied data is stored or processed through an intermediate structure before reaching the vulnerable query execution point.
RemediationAI
The upstream fix is available as GitHub commit 2fa9805411088069fcc3b0c15b2f1f33d6e09958 on the beikeshop/beikeshop repository; this is an upstream commit rather than a tagged release, so a patched version number has not been independently confirmed - operators should verify whether a formal release incorporating this commit has been published and upgrade accordingly. The patch enforces integer sanitization of brand and product ID arrays at both the service layer (via the new sanitizeModuleData() method) and the repository layer, eliminating the injection surface entirely. As a compensating control where patching is not immediately feasible, restrict network access to the admin panel to trusted IP ranges or VPN, enforce strong unique credentials for all admin accounts, and consider enabling a web application firewall rule targeting SQL metacharacters in Design Builder API parameters. Restricting admin panel exposure reduces the attack surface given the PR:L requirement; note that WAF rules may generate false positives on legitimate design builder payloads and should be tested in audit mode first.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35011
GHSA-gc38-mm4v-43v4