Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/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
Remote unauthenticated deserialization of attacker-controlled input (AV:N/AC:L/PR:N/UI:N); rated high CIA on the realistic PHP object-injection RCE worst case, though a viable gadget chain is deployment-dependent and VulDB rated impact lower.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
A security vulnerability has been detected in kirilkirkov Ecommerce-CodeIgniter-Bootstrap up to 13fd582aaf49aeab7438acc0fc3eb973a1f5e6a7. The affected element is the function getCartItems in the library application/libraries/ShoppingCart.php. The manipulation of the argument shopping_cart leads to deserialization. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The identifier of the patch is 49b20f53de2b7ec34e920b11c863f1491d911a04. It is recommended to apply a patch to fix this issue.
AnalysisAI
PHP object injection in kirilkirkov's Ecommerce-CodeIgniter-Bootstrap allows remote unauthenticated attackers to pass attacker-controlled data into the getCartItems() function of application/libraries/ShoppingCart.php, which deserializes the shopping_cart argument (CWE-502). Depending on available gadget chains in the CodeIgniter application, this can lead to code execution or denial of service. Publicly available exploit code exists (VulDB, GHSA-9g5q-g6m3-v5cr), but there is no public exploit identified as being used in active attacks and the item is not in CISA KEV; EPSS was not provided.
Technical ContextAI
The affected component is a PHP shopping-cart library within a CodeIgniter/Bootstrap-based open-source e-commerce storefront. The root cause is CWE-502 (Deserialization of Untrusted Data): the getCartItems() function processes a 'shopping_cart' value - typically carried in a cookie or request parameter - and reconstructs PHP objects from it, almost certainly via unserialize() on attacker-influenced input. In PHP, deserializing untrusted data triggers automatic magic methods (__wakeup, __destruct, __toString) on instantiated objects, enabling POP (Property-Oriented Programming) gadget-chain abuse when suitable classes are autoloaded. The single CPE, cpe:2.3:a:kirilkirkov:ecommerce-codeigniter-bootstrap:*:*:*:*:*:*:*:*, uses a wildcard version because the project ships as a rolling release with no tagged versions.
RemediationAI
Upstream fix available (commit); a released patched version is not independently confirmed because the project has no tagged releases. Apply the vendor patch at commit 49b20f53de2b7ec34e920b11c863f1491d911a04 (https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/commit/49b20f53de2b7ec34e920b11c863f1491d911a04) by pulling the latest main branch, and review advisory GHSA-9g5q-g6m3-v5cr. If you cannot patch immediately, stop calling unserialize() on the shopping_cart value and replace it with a safe format such as json_decode (side effect: breaks compatibility with existing serialized cart cookies, forcing carts to reset); alternatively, sign/HMAC-validate the shopping_cart cookie before deserialization to reject tampered input (side effect: requires a secret key and code changes), or restrict/WAF-filter requests carrying serialized PHP object markers (e.g. 'O:' patterns) to the cart endpoint (side effect: may block legitimate encoded values and is bypassable). Because this is a source-available app you control, patching the source is strongly preferred over WAF filtering.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
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
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
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
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41684
GHSA-hhvc-f67m-rqgj