Loading...
Skip to main content

CVE-2019-9081

CRITICAL

Laravel Framework Deserialization Vulnerability

Published May 14, 2022Updated February 16, 2024Source: osv

Summary

The Illuminate component of Laravel Framework 5.7.x has a deserialization vulnerability that can lead to remote code execution if the content is controllable, related to the `__destruct` method of the PendingCommand class in `PendingCommand.php`.

Remediation

Upgrade to the fixed version using your package manager.

Composer
Update laravel/framework to 6.20.44 or later
composer require "laravel/framework:^6.20.44"

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
laravel/framework
packagist
v5.7.0, v5.7.1, v5.7.10, v5.7.11 (+186 more)6.20.44

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-502
    Deserialization of Untrusted DataMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2019-9081?
Laravel Framework Deserialization Vulnerability This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2019-9081?
CVE-2019-9081 affects laravel/framework. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2019-9081 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-pfg4-p438-p874

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies