VDB
KO
MEDIUM 4.2

GHSA-crmm-hgp2-wgrp

Laravel Framework: Temporary Signed URL Path Confusion

Details

A vulnerability in Laravel's local filesystem driver allows temporary signed URLs to be parsed ambiguously, potentially misrouting requests and bypassing expiration enforcement.

Under certain conditions, a generated temporary signed URL can be interpreted differently by the server than intended at signing time. This may cause requests to resolve to an unintended resource, and can prevent expiration from being enforced, allowing expired URLs to remain valid indefinitely.

### Impact - Expired temporary URLs may continue to be accepted - Requests may resolve to a different resource than the one that was signed - The upload variant may allow writes to reach an unintended destination

Are you affected?

Enter the version of the package you're using.

Affected packages

Packagist / laravel/framework
Introduced in: 13.0.0 Fixed in: 13.12.0
Fix composer require laravel/framework:^13.12.0
Packagist / laravel/framework
Introduced in: 0 Fixed in: 12.61.1
Fix composer require laravel/framework:^12.61.1

References