fix(deps): update dependency livewire/livewire to v2.12.7 [security] #181
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.10.7
->2.12.7
GitHub Vulnerability Alerts
CVE-2024-47823
In livewire/livewire prior to
v2.12.7
andv3.5.2
, the file extension of an uploaded file is guessed based on the MIME type. As a result, the actual file extension from the file name is not validated. An attacker can therefore bypass the validation by uploading a file with a valid MIME type (e.g.,image/png
) and a “.php” file extension.If the following criteria are met, the attacker can carry out an RCE attack:
$file->getClientOriginalName()
PoC
In the following scenario, an attacker could upload a file called
shell.php
with animage/png
MIME type and execute it on the remote server.Release Notes
livewire/livewire (livewire/livewire)
v2.12.7
Compare Source
What's Changed
TestableLivewire
by @austincarpenter in https://github.com/livewire/livewire/pull/6512New Contributors
Full Changelog: livewire/livewire@v2.12.6...v2.12.7
v2.12.6
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.12.5...v2.12.6
v2.12.5
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.12.4...v2.12.5
v2.12.4
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.12.3...v2.12.4
v2.12.3
Compare Source
Full Changelog: livewire/livewire@v2.12.2...v2.12.3
v2.12.2
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.12.1...v2.12.2
v2.12.1
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.12.0...v2.12.1
v2.12.0
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.11.3...v2.12.0
v2.11.3
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.11.2...v2.11.3
v2.11.2
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.11.1...v2.11.2
v2.11.1
Compare Source
What's Changed
wire:dirty
directives on a single element by @samlev in https://github.com/livewire/livewire/pull/5501New Contributors
Full Changelog: livewire/livewire@v2.11.0...v2.11.1
v2.11.0
Compare Source
What's Changed
Full Changelog: livewire/livewire@v2.10.8...v2.11.0
v2.10.8
Compare Source
What's Changed
type=button
to tailwind paginators by @codemonkey76 in https://github.com/livewire/livewire/pull/5331StringNormalization
support to arrays and collections to fix Safari checksum issues by @Balsakup in https://github.com/livewire/livewire/pull/5379New Contributors
Full Changelog: livewire/livewire@v2.10.7...v2.10.8
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.