CVE-2026-32300: Laravel Idor Profile Update

A self-management controller fetches a user by an ID parameter from the request without adequate authorization checks. This creates an Insecure Direct Object Reference (IDOR) vulnerability. Use `Auth::user()` to reliably fetch the authenticated user, or apply strict authorization policies before honoring the supplied ID.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0PHP
greprules fetch cve-2026-32300-laravel-idor-profile-update --engine opengrep

Description

A self-management controller fetches a user by an ID parameter from the request without adequate authorization checks. This creates an Insecure Direct Object Reference (IDOR) vulnerability. Use `Auth::user()` to reliably fetch the authenticated user, or apply strict authorization policies before honoring the supplied ID.