QSearchQSearch

CVE-2026-48557

8.8 HIGH

Spatie Laravel Media Library before version 11.23.0 contains a file upload restriction bypass in FileAdder::defaultSanitizer()

Published: 2026-05-29 · Last updated: 2026-05-29

Severity and scoring

CVSS
8.8 HIGH
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-184

Description

Spatie Laravel Media Library before version 11.23.0 contains a file upload restriction bypass in FileAdder::defaultSanitizer(). The sanitizer checks only the final filename suffix, allowing double-extension filenames such as shell.php.jpg to bypass the blocklist, with pathinfo() preserving inner .php stems in saved filenames. The blocklist also omits executable extensions including .php6, .shtml, and .htaccess. The double-extension bypass requires a legacy Apache AddHandler configuration to achieve PHP execution; the incomplete blocklist bypass does not.

Source: NVD

References

Related CVEs

Same CWE

  • CVE-2026-53836 OpenClaw before 2026.5.12 contains an allowlist bypass vulnerability in PowerShell encoded-command handling that allows attackers to exec... (8.8 HIGH)
  • CVE-2026-44287 FastGPT is an AI Agent building platform (6.3 MEDIUM)
  • CVE-2026-44463 Zed is a code editor (8.6 HIGH)
  • CVE-2026-44462 Zed is a code editor (6.4 MEDIUM)
  • CVE-2026-45037 Tabby (formerly Terminus) is a highly configurable terminal emulator (7.1 HIGH)