๐Ÿ” CVE Alert

CVE-2026-93352

CRITICAL 9.8

Laravel-Mediable 7.0.0 < 7.0.2 RCE via .pht File Upload

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

Laravel-Mediable 7.0.0 before 7.0.2 contains an incomplete patch for CVE-2026-49972 in which the .pht extension is absent from the forbidden_extensions blocklist in config/mediable.php. The blocklist introduced to address CVE-2026-49972 includes phpt but omits pht, which Apache executes as PHP via the default FilesMatch directive on Debian and Ubuntu systems. An attacker can upload a .pht file that passes all validation in MediaUploader::verifyExtension() and File::sanitizeFileName() because pht is not present in the blocklist, causing the file to be written to disk and executed as PHP when requested, enabling remote code execution with the privileges of the web server process.

CWE CWE-434
Vendor plank
Product laravel-mediable
Published Sep 23, 2026
Stay Ahead of the Next One

Get instant alerts for plank laravel-mediable

Be the first to know when new critical vulnerabilities affecting plank laravel-mediable are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

plank / laravel-mediable
7.0.0 < 7.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/plank/laravel-mediable/releases/tag/7.0.2 github.com: https://github.com/plank/laravel-mediable/pull/396 github.com: https://github.com/plank/laravel-mediable/commit/8ddb0e5b300084e91ad2cb18a6e7bc768bb7b008 vulncheck.com: https://www.vulncheck.com/advisories/laravel-mediable-rce-via-pht-file-upload

Credits

Aniket Akhade