CVE-2026-48062

CRITICALPre-NVD 9.89.8
EchelonGraph scoreLOW confidence

This critical-severity CVE scores 9.8 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 77% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m, epss
9.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 9.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

CodeIgniter4 has a validation bypass when uploading file extensions via ext_in rule

Impact

The ext_in upload validation rule checked the MIME-derived guessed extension instead of the client-provided filename extension. As a result, an uploaded file named shell.php containing GIF-like content could pass validation such as:
uploaded[avatar]|is_image[avatar]|mime_in[avatar,image/gif]|ext_in[avatar,gif]
because the detected MIME type maps to gif, even though the uploaded filename extension is php.

Applications are impacted if they:

  • accept user-controlled uploads,
  • rely on ext_in to validate the uploaded filename extension,
  • save uploaded files using the original client filename: $file->move($path),
  • store uploads in a web-accessible directory,
  • and allow PHP or other executable files to run from that directory.

In those conditions, this may lead to arbitrary code execution. The default application does not expose such an upload endpoint.

Patches

Upgrade to v4.7.3 or later.

Workarounds

  • Save uploads outside the public web root, preferably under writable/uploads
  • Use $file->store() or $file->move($path, $file->getRandomName()) instead of preserving the original filename
  • Disable script execution in any public upload directory
  • Manually verify the client filename extension before moving the file
  • Reject files when $file->getClientExtension() is not in the allowed list or does not match $file->guessExtension()

Resources

CVSS v3
9.8
EG Score
9.8(low)
EPSS
23.4%
KEV
Not listed

Published

June 11, 2026

Last Modified

June 11, 2026

Vendor Advisories for CVE-2026-48062(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Packagist(1)
PackageVulnerable rangeFixed inDependents
codeigniter4/framework4.0.0 ... v4.7.2 (77 versions)4.7.3

Data Freshness Timeline

(refreshed 33× in last 7d / 147× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 147 total refreshes for this CVE.

  1. 2026-07-07 02:51 UTCEG score recompute
  2. 2026-07-06 02:36 UTCEG score recompute
  3. 2026-07-05 22:44 UTCEG score recompute
  4. 2026-07-05 18:46 UTCEG score recompute
  5. 2026-07-05 14:59 UTCEG score recompute
  6. 2026-07-05 11:04 UTCEG score recompute
  7. 2026-07-05 02:52 UTCEG score recompute
  8. 2026-07-04 23:05 UTCEG score recompute
  9. 2026-07-04 19:16 UTCEG score recompute
  10. 2026-07-04 15:26 UTCEG score recompute
  11. 2026-07-04 11:23 UTCEG score recompute
  12. 2026-07-03 22:25 UTCEG score recompute
  13. 2026-07-03 18:36 UTCEG score recompute
  14. 2026-07-03 14:47 UTCEG score recompute
  15. 2026-07-03 07:43 UTCEG score recompute
  16. 2026-07-03 03:02 UTCEG score recompute
  17. 2026-07-02 23:14 UTCEG score recompute
  18. 2026-07-02 19:27 UTCEG score recompute
  19. 2026-07-02 15:40 UTCEG score recompute
  20. 2026-07-02 11:53 UTCEG score recompute
  21. 2026-07-02 07:40 UTCEG score recompute
  22. 2026-07-02 03:52 UTCEG score recompute
  23. 2026-07-02 00:05 UTCEG score recompute
  24. 2026-07-01 20:19 UTCEG score recompute
  25. 2026-07-01 16:31 UTCEG score recompute
Show 75 more
  1. 2026-07-01 12:43 UTCEG score recompute
  2. 2026-07-01 08:56 UTCEG score recompute
  3. 2026-07-01 05:09 UTCEG score recompute
  4. 2026-07-01 01:10 UTCEG score recompute
  5. 2026-06-30 21:23 UTCEG score recompute
  6. 2026-06-30 17:37 UTCEG score recompute
  7. 2026-06-30 13:36 UTCEG score recompute
  8. 2026-06-30 06:14 UTCEG score recompute
  9. 2026-06-30 02:27 UTCEG score recompute
  10. 2026-06-29 22:40 UTCEG score recompute
  11. 2026-06-29 18:52 UTCEG score recompute
  12. 2026-06-29 14:20 UTCEG score recompute
  13. 2026-06-29 10:33 UTCEG score recompute
  14. 2026-06-29 06:44 UTCEG score recompute
  15. 2026-06-29 01:11 UTCEG score recompute
  16. 2026-06-28 21:24 UTCEG score recompute
  17. 2026-06-28 17:37 UTCEG score recompute
  18. 2026-06-28 13:47 UTCEG score recompute
  19. 2026-06-28 10:01 UTCEG score recompute
  20. 2026-06-28 06:13 UTCEG score recompute
  21. 2026-06-28 02:20 UTCEG score recompute
  22. 2026-06-27 22:33 UTCEG score recompute
  23. 2026-06-27 18:47 UTCEG score recompute
  24. 2026-06-27 15:00 UTCEG score recompute
  25. 2026-06-27 11:13 UTCEG score recompute
  26. 2026-06-27 07:26 UTCEG score recompute
  27. 2026-06-27 03:39 UTCEG score recompute
  28. 2026-06-26 23:32 UTCEG score recompute
  29. 2026-06-26 19:44 UTCEG score recompute
  30. 2026-06-26 15:57 UTCEG score recompute
  31. 2026-06-26 12:11 UTCEG score recompute
  32. 2026-06-26 03:18 UTCEG score recompute
  33. 2026-06-25 23:32 UTCEG score recompute
  34. 2026-06-25 19:45 UTCEG score recompute
  35. 2026-06-25 15:58 UTCEG score recompute
  36. 2026-06-25 12:12 UTCEG score recompute
  37. 2026-06-25 08:23 UTCEG score recompute
  38. 2026-06-25 04:36 UTCEG score recompute
  39. 2026-06-25 00:33 UTCEG score recompute
  40. 2026-06-24 20:45 UTCEG score recompute
  41. 2026-06-24 15:27 UTCEG score recompute
  42. 2026-06-24 11:41 UTCEG score recompute
  43. 2026-06-24 07:50 UTCEG score recompute
  44. 2026-06-24 03:36 UTCEG score recompute
  45. 2026-06-23 23:45 UTCEG score recompute
  46. 2026-06-23 19:48 UTCEG score recompute
  47. 2026-06-23 16:00 UTCEG score recompute
  48. 2026-06-23 12:12 UTCEG score recompute
  49. 2026-06-23 08:24 UTCEG score recompute
  50. 2026-06-23 01:45 UTCEG score recompute
  51. 2026-06-22 21:57 UTCEG score recompute
  52. 2026-06-22 18:09 UTCEG score recompute
  53. 2026-06-22 12:39 UTCEG score recompute
  54. 2026-06-22 08:38 UTCEG score recompute
  55. 2026-06-22 03:58 UTCEG score recompute
  56. 2026-06-22 00:04 UTCEG score recompute
  57. 2026-06-21 19:05 UTCEG score recompute
  58. 2026-06-21 14:13 UTCEG score recompute
  59. 2026-06-21 10:03 UTCEG score recompute
  60. 2026-06-21 05:19 UTCEG score recompute
  61. 2026-06-21 01:30 UTCEG score recompute
  62. 2026-06-20 21:23 UTCEG score recompute
  63. 2026-06-20 17:36 UTCEG score recompute
  64. 2026-06-20 13:48 UTCEG score recompute
  65. 2026-06-20 10:01 UTCEG score recompute
  66. 2026-06-20 06:02 UTCEG score recompute
  67. 2026-06-20 01:50 UTCEG score recompute
  68. 2026-06-19 21:53 UTCEG score recompute
  69. 2026-06-19 18:02 UTCEG score recompute
  70. 2026-06-19 13:43 UTCEG score recompute
  71. 2026-06-19 09:56 UTCEG score recompute
  72. 2026-06-19 06:03 UTCEG score recompute
  73. 2026-06-19 02:13 UTCEG score recompute
  74. 2026-06-18 22:25 UTCEG score recompute
  75. 2026-06-18 18:36 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-48062?
CVE-2026-48062 is a critical vulnerability published on June 11, 2026. CodeIgniter4 has a validation bypass when uploading file extensions via ext_in rule Impact The ext_in upload validation rule checked the MIME-derived guessed extension instead of the client-provided filename extension. As a result, an uploaded file named shell.php containing GIF-like content could…
When was CVE-2026-48062 disclosed?
CVE-2026-48062 was first published in the National Vulnerability Database on June 11, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-48062 actively exploited?
CVE-2026-48062 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 23.4% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-48062?
CVE-2026-48062 has a CVSS v4.0 base score of 9.8 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-48062?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-48062, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-48062

Explore →

Is Your Infrastructure Affected by CVE-2026-48062?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.