CVE-2021-43503:
Remote Code Execution in Laravel
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/9/2022
Updated
1/27/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
laravel/laravel | composer | <= 5.8.38 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The original advisory describes a POP chain involving three magic methods: __destruct (to initiate the chain), __call (to proxy malicious method calls), and __invoke (to execute arbitrary code). The provided PoC demonstrates serialized objects leveraging these methods sequentially. While the advisory was later withdrawn due to being a false positive, the technical analysis of the reported chain explicitly identifies these functions as the exploitation pathway. The high confidence stems from the reproducible exploit code and explicit documentation in the original vulnerability report.