LiveActive security incident?Get immediate response
CVE Record

CVE-2021-28254: A deserialization vulnerability in the destruct() function of Laravel v8.5.9 allows attackers to execute ar...

A deserialization vulnerability in the destruct() function of Laravel v8.5.9 allows attackers to execute arbitrary commands.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This CVE describes a critical unsafe deserialization issue reported in Laravel v8.5.9. If an attacker can feed crafted serialized data into a vulnerable path, the reported impact is arbitrary command execution. The provided sources do not name confirmed real-world exploitation or a vendor fix.

Executive priority

Treat as urgent for any internet-facing Laravel v8.5.9 application, because the stated impact is unauthenticated remote command execution. If inventory shows no Laravel 8.5.9 or no reachable deserialization path, priority can be reduced but should be documented.

Technical view

The record maps to CWE-502 and describes arbitrary command execution through deserialization behavior involving Laravel v8.5.9 destruct() handling. The CVSS 3.1 vector is network-reachable, unauthenticated, low complexity, and no user interaction. The supplied affected-product metadata is incomplete, with no CPEs or version range beyond the description.

Likely exposure

Most relevant exposure is applications using Laravel v8.5.9 where attacker-controlled serialized input can reach vulnerable deserialization paths. The bundle does not prove exposure for all Laravel 8 deployments or provide affected CPEs.

Exploitation context

The bundle marks CISA KEV as false and provides no cited evidence of active exploitation. The referenced research discusses a Laravel 8 POP-chain mining process, which supports technical plausibility but should not be treated as proof of exploitation in the wild.

Researcher notes

Evidence quality is limited. The CVE record has a high CVSS score and a single public technical reference, but affected metadata is n/a and no patch details are included. Avoid broad claims about all Laravel versions without vendor confirmation.

Mitigation direction

  • Inventory applications using Laravel v8.5.9 or related framework dependencies.
  • Check official Laravel or project guidance for fixed versions or supported mitigations.
  • Eliminate deserialization of attacker-controlled PHP objects where application design permits.
  • Add compensating controls around endpoints that accept serialized input.
  • Prioritize dependency updates through normal test and deployment gates.

Validation and detection

  • Review composer.lock for laravel/framework version 8.5.9.
  • Map public routes and jobs that process serialized PHP data.
  • Search code for unserialize usage and framework paths handling serialized input.
  • Review logs for suspicious serialized object input without executing samples.
  • Confirm any remediation against vendor or project release notes.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-28254 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-28254Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.