CVE-2026-14635: Path Traversal in kirilkirkov Ecommerce-CodeIgniter-Bootstrap
A high-severity path traversal vulnerability (CVE-2026-14635) has been identified in kirilkirkov Ecommerce-CodeIgniter-Bootstrap versions up to commit 222ff31c066, allowing remote attackers to access or modify arbitrary files by manipulating the 'folder' argument in the Vendor Multi-Image Endpoint, with a public exploit available.
A critical path traversal vulnerability, CVE-2026-14635, has been publicly disclosed and is actively exploitable in kirilkirkov Ecommerce-CodeIgniter-Bootstrap up to commit 222ff31c06687b1c6d0e1ab63953f82c3674c52b. This flaw specifically impacts the Vendor Multi-Image Endpoint, residing in the application/modules/vendor/controllers/AddProduct.php file. Remote attackers can leverage this vulnerability by manipulating the 'folder' argument within HTTP requests, allowing them to traverse directory structures and potentially access or modify arbitrary files outside the intended web root. The lack of traditional versioning due to the product's rolling release model means all installations prior to the patch commit are affected. A public exploit has been released, significantly increasing the risk of widespread exploitation. Defenders must prioritize applying patch 2a9497ff11f36e573ad99e1c357ff0e6ded49745 to mitigate this severe risk.
Attack Chain
- An unauthenticated remote attacker identifies an internet-facing instance of kirilkirkov Ecommerce-CodeIgniter-Bootstrap.
- The attacker crafts a malicious HTTP POST request targeting the vulnerable
application/modules/vendor/controllers/AddProduct.phpendpoint. - The request includes a specially crafted
folderargument containing directory traversal sequences, such as../../../../or its URL-encoded variants. - The
AddProduct.phpcomponent processes thefolderargument without proper sanitization or validation of the input path. - The application attempts to access, create, or modify a file at a location outside its intended directory, dictated by the attacker's manipulated
folderargument. - The attacker successfully gains unauthorized access to sensitive system files (e.g.,
/etc/passwd, configuration files), or writes malicious content like web shells to accessible directories. - If a web shell is successfully deployed, the attacker can achieve remote code execution and further compromise the underlying server.
Impact
The successful exploitation of CVE-2026-14635 can lead to severe consequences, including unauthorized access to sensitive system files, configuration files, and potentially user data. Attackers could also write malicious web shells to the server, leading to full remote code execution and complete system compromise. The availability of a public exploit significantly increases the likelihood of opportunistic attacks targeting vulnerable instances. Organizations failing to patch face data breaches, system defacement, or complete loss of control over their web application and underlying server infrastructure.
Recommendation
- Patch CVE-2026-14635 immediately by applying commit
2a9497ff11f36e573ad99e1c357ff0e6ded49745to your kirilkirkov Ecommerce-CodeIgniter-Bootstrap installation. - Deploy the Sigma rule provided in this brief to your web server logs (category: webserver) to detect exploitation attempts.
- Ensure comprehensive web server access logging is enabled to capture full HTTP request details, including URI path and query strings, for improved detection and forensic analysis.
Detection coverage 1
Detects CVE-2026-14635 Exploitation — Path Traversal in AddProduct.php
highDetects CVE-2026-14635 exploitation — HTTP requests attempting path traversal via the 'folder' argument in application/modules/vendor/controllers/AddProduct.php.
Detection queries are available on the platform. Get full rules →