Description
A vulnerability was found in kirilkirkov Ecommerce-CodeIgniter-Bootstrap up to 95dfa8cebbb87ab46ae450643a07241274a74dce. Affected by this issue is the function setReferrer of the file application/core/MY_Controller.php of the component Trusted Backend Interface. The manipulation of the argument href results in open redirect. The attack can be executed remotely. The exploit has been made public and could be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The patch is identified as 213babdbaa949e94557246414db0130e01394517. A patch should be applied to remediate this issue.
Published: 2026-07-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A crafted href parameter supplied to the Trusted Backend setReferrer function causes the application to perform an open redirect to an arbitrary URL. The flaw, identified as CWE‑601, is remotely exploitable; an attacker can embed a malicious link that, when clicked, will redirect a user’s browser to a phishing or malicious site without any authentication requirement.

Affected Systems

Deployments of the kirilkirkov Ecommerce‑CodeIgniter‑Bootstrap project that include the Trusted Backend feature and contain code up to and including commit 95dfa8cebbb87ab46ae450643a07241274a74dce are affected. Because the repository follows a rolling‑release model without numbered releases, administrators must verify the commit hash of the deployed code; any deployment that does not incorporate the fixing commit 213babdbaa949e94557246414db0130e01394517 remains vulnerable. The vulnerable component resides in application/core/MY_Controller.php and is part of the Trusted Backend Interface.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, driven by the remote nature of the attack and the potential for deceptive redirects. The EPSS score of less than 1% suggests a low current likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Because no authentication is required, an attacker can trigger the redirect by directing any user to a crafted URL, facilitating phishing or malicious content delivery. The impact is confined to user‑browser redirection and does not compromise system data or integrity directly.

Generated by OpenCVE AI on August 3, 2026 at 05:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch commit 213babdbaa949e94557246414db0130e01394517 to the Trusted Backend module, ensuring the application is at that commit or newer.
  • Deploy the most recent release of the Ecommerce‑CodeIgniter‑Bootstrap repository, which includes the same fix, to replace any older commits.
  • As an interim safeguard, restrict redirect destinations by validating the target URL against a whitelist of trusted domains or by rejecting redirects to external hosts within the Trusted Backend logic.

Generated by OpenCVE AI on August 3, 2026 at 05:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 04 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in kirilkirkov Ecommerce-CodeIgniter-Bootstrap up to 95dfa8cebbb87ab46ae450643a07241274a74dce. Affected by this issue is the function setReferrer of the file application/core/MY_Controller.php of the component Trusted Backend Interface. The manipulation of the argument href results in open redirect. The attack can be executed remotely. The exploit has been made public and could be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The patch is identified as 213babdbaa949e94557246414db0130e01394517. A patch should be applied to remediate this issue.
Title kirilkirkov Ecommerce-CodeIgniter-Bootstrap Trusted Backend MY_Controller.php setReferrer redirect
First Time appeared Kirilkirkov
Kirilkirkov ecommerce-codeigniter-bootstrap
Weaknesses CWE-601
CPEs cpe:2.3:a:kirilkirkov:ecommerce-codeigniter-bootstrap:*:*:*:*:*:*:*:*
Vendors & Products Kirilkirkov
Kirilkirkov ecommerce-codeigniter-bootstrap
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Kirilkirkov Ecommerce-codeigniter-bootstrap
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T17:12:57.257Z

Reserved: 2026-07-03T17:24:22.392Z

Link: CVE-2026-14632

cve-icon Vulnrichment

Updated: 2026-07-06T17:12:46.807Z

cve-icon NVD

Status : Deferred

Published: 2026-07-04T16:17:14.140

Modified: 2026-07-06T18:16:37.593

Link: CVE-2026-14632

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T05:30:17Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')