Skip to content

Data Leakage Vulnerability in livewire/livewire

Moderate severity GitHub Reviewed Published May 15, 2024 to the GitHub Advisory Database • Updated May 15, 2024

Package

composer livewire/livewire (Composer)

Affected versions

>= 2.2.5, < 2.2.6

Patched versions

2.2.6

Description

livewire/livewire versions greater than 2.2.4 and less than 2.2.6 are affected by a data leakage vulnerability. The $this->validate() method, which is expected to return only the validated dataset, was returning all properties of the Livewire component. This regression introduced a security risk, allowing unvalidated data to be exposed, which could lead to unexpected behavior and potential security issues.

References

Published to the GitHub Advisory Database May 15, 2024
Reviewed May 15, 2024
Last updated May 15, 2024

Severity

Moderate

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-qwvp-268g-jjm8

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.