Skip to main content

Ecommerce-CodeIgniter-Bootstrap CVE-2026-14637

| EUVDEUVD-2026-41684 HIGH
Deserialization of Untrusted Data (CWE-502)
2026-07-04 VulDB GHSA-hhvc-f67m-rqgj
7.8
CVSS 4.0 · Vendor: VulDB
Share

Severity by source

Vendor (VulDB) PRIMARY
7.8 HIGH
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
vuln.today AI
9.8 CRITICAL

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.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Analysis Generated
Jul 04, 2026 - 18:22 vuln.today
CVSS changed
Jul 04, 2026 - 18:22 NVD
8.8 (HIGH) 7.8 (HIGH)
CVE Published
Jul 04, 2026 - 17:30 cve.org
HIGH 7.8

DescriptionCVE.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.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-14637 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy