Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-p46m-g734-vpc4 | cakephp/debug_kit: MailPreview contains unsafe reflection |
Wed, 26 Aug 2026 16:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | DebugKit provides a debugging toolbar for CakePHP applications. Prior to 4.10.3 and 5.2.4, the DebugKit MailPreview feature in src/Controller/MailPreviewController.php accepts a route-controlled previewName value in findPreview and passes the resolved class from App::className() to constructor execution without rejecting namespace separators or verifying that the class extends DebugKit\Mailer\MailPreview. An attacker able to access DebugKit while debug mode is enabled and the request hostname is local or allowlisted can select an unintended application class through the mail-preview preview route, resulting in arbitrary constructor execution and limited disclosure of application information. This issue is fixed in versions 4.10.3 and 5.2.4. | |
| Title | DebugKit: MailPreview contains unsafe reflection | |
| Weaknesses | CWE-470 | |
| References |
|
|
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-26T15:30:23.966Z
Reserved: 2026-06-15T19:45:23.541Z
Link: CVE-2026-54614
No data.
Status : Received
Published: 2026-08-26T16:16:28.040
Modified: 2026-08-26T16:16:28.040
Link: CVE-2026-54614
No data.
OpenCVE Enrichment
No data.
-
CWE-470
Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
Github GHSA