๐Ÿ” CVE Alert

CVE-2026-61701

HIGH 8.8

Laravel MagicLink: Insecure Deserialization of MagicLink Actions Leads to Remote Code Execution

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

Laravel MagicLink creates links for authentication without a password or for accessing private content. From 2.0.0 until 2.25.1, MagicLink stores serialized action objects in the magic_links.action database column and deserializes them through src/MagicLink.php and src/Actions/ResponseAction.php without sufficient integrity protection, while an unsafe legacy unserialize() fallback remains reachable. An attacker who can manipulate database records, such as through a separate SQL injection or compromised administrative access, can insert a malicious serialized object graph containing executable closure behavior; visiting the associated magic link then deserializes the record and can execute arbitrary code in the application process. The affected path is restricted to manipulated action records and does not independently provide database-write access. This issue is fixed in version 2.25.1.

CWE CWE-502
Vendor cesargb
Product laravel-magiclink
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for cesargb laravel-magiclink

Be the first to know when new high vulnerabilities affecting cesargb laravel-magiclink are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

cesargb / laravel-magiclink
>= 2.0.0, < 2.25.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/cesargb/laravel-magiclink/security/advisories/GHSA-r33w-fg8j-9c94 github.com: https://github.com/cesargb/laravel-magiclink/pull/148 github.com: https://github.com/cesargb/laravel-magiclink/commit/19fa820a49ea9b3984e9a91b4bf4bf0cf8375183 github.com: https://github.com/cesargb/laravel-magiclink/releases/tag/v2.25.1