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-48820 Details

ANALYZED


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

Description

CakePHP is a rapid development framework for PHP. In versions 4.5.11 and earlier, 4.6.0 through 4.6.3, 5.0.0 through 5.1.6, 5.2.0 through 5.2.12, and 5.3.0 through 5.3.5, View::_getElementFileName() does not check that the resolved element path is within the application/plugin view template paths. When element names are created with specifically crafted user-supplied data this weakness can be leveraged to include other PHP files on the server. Patched releases are available in 5.3.6, 5.2.13, 5.1.7, 4.6.4, and 4.5.11.

Metrics

CVSS 3.x Severity and Vector Strings:

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-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[email protected]
CWE-98Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')[email protected]

Affected Products

ProductVersions
CakePHP
>= 5.3.0, < 5.3.6 (semver)
>= 5.2.0, < 5.2.13 (semver)
>= 5.0.0, < 5.1.7 (semver)
>= 4.6.0, < 4.6.4 (semver)
<= 4.5.11 (semver)

CPE

  • cpe:2.3:a:cakephp:cakephp:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 5.3.6moderate effort
  • Upgrade: 5.2.13moderate effort
  • Upgrade: 5.1.7moderate effort
  • Upgrade: 4.6.4moderate effort
  • Upgrade: 4.5.11moderate effort
  • Workaround:low effort

    Do not use user-supplied data in element names.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-48820
NVD Published Date:
Jun 17, 2026
NVD Last Modified:
Jun 23, 2026
Source:
[email protected]
CVE-2026-48820 Details - Not Deferred