Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-63220 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

CodeIgniter is a PHP full-stack web framework. In versions prior to 4.7.4, IncomingRequest::isSecure() trusted the X-Forwarded-Proto and Front-End-Https headers from any incoming request, allowing an attacker could spoof these headers and cause the application to incorrectly treat an HTTP request as secure. This may have impacted applications that rely on isSecure(), force_https(), forceGlobalSecureRequests, or similar logic to enforce HTTPS-only access or make security-sensitive decisions. Exploitability depends on deployment configuration. Applications are most exposed if the backend is reachable directly over HTTP, or if a reverse proxy/load balancer forwards client-supplied forwarding headers without stripping or overwriting them. This issue has been fixed in version 4.7.4.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-348Use of Less Trusted Source[email protected]

Affected Products

ProductVersions
CodeIgniter
< 4.7.4 (semver)

CPE

  • cpe:2.3:a:codeigniter:codeigniter:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 4.7.4moderate efforthttps://github.com/codeigniter4/CodeIgniter4/releases/tag/v4.7.4
  • Workaround:moderate effort

    Enforce HTTP-to-HTTPS redirects outside CodeIgniter, for example with Apache .htaccess/virtual host rules, nginx server blocks, Caddy site config, or load balancer redirect rules.

  • Mitigation:moderate effort

    Ensure that reverse proxies strip or overwrite client-supplied X-Forwarded-Proto and Front-End-Https headers before forwarding requests to the application.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-63220
NVD Published Date:
Jul 31, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]
CVE-2026-63220 Details - Not Deferred