GHSA-7wmf-pw8j-mc78
CodeIgniter: Spoofable forwarded HTTPS headers in IncomingRequest::isSecure()
Quick fix
GHSA-7wmf-pw8j-mc78 — codeigniter4/framework: upgrade to the fixed version with the command below.
composer require codeigniter4/framework:^4.7.4 Details
### Impact `IncomingRequest::isSecure()` trusted the `X-Forwarded-Proto` and `Front-End-Https` headers from any incoming request. In affected deployments, an attacker could spoof these headers and cause the application to incorrectly treat an HTTP request as secure.
This may impact 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.
### Patches Upgrade to v4.7.4 or later.
### Workarounds Users who cannot upgrade immediately should 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.
Users should also ensure that reverse proxies strip or overwrite client-supplied `X-Forwarded-Proto` and `Front-End-Https` headers before forwarding requests to the application.
Are you affected?
Enter the version of the package you're using.
Affected packages
0 Fixed in: 4.7.4 composer require codeigniter4/framework:^4.7.4 References
- https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-7wmf-pw8j-mc78 [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-63220 [ADVISORY]
- https://github.com/codeigniter4/CodeIgniter4/commit/ecbf044666bed41d23f07518096d9843fe6c08b0 [WEB]
- https://github.com/codeigniter4/CodeIgniter4 [PACKAGE]
- https://github.com/codeigniter4/CodeIgniter4/releases/tag/v4.7.4 [WEB]