CVE-2025-54068: Livewire Hydrate For Update Recursive Tuple Hydrate

Livewire HandleComponents calls the generic recursive `hydrate([$value, $meta], ...)` with attacker-supplied `$value` and snapshot meta during property-update hydration. Because `hydrate()` recurses into nested children without re-anchoring to the checksum-validated snapshot (`$raw`), an attacker can embed a synthetic-tuple `[payload, ['s' => '<key>', 'class

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0PHP
greprules fetch cve-2025-54068-livewire-hydrate-for-update-recursive-tuple-hydrate --engine opengrep

Description

Livewire HandleComponents calls the generic recursive `hydrate([$value, $meta], ...)` with attacker-supplied `$value` and snapshot meta during property-update hydration. Because `hydrate()` recurses into nested children without re-anchoring to the checksum-validated snapshot (`$raw`), an attacker can embed a synthetic-tuple `[payload, ['s' => '<key>', 'class