Loading...
Skip to main content

CVE-2022-24086

CRITICAL
Actively Exploited

Magento improper input validation vulnerability

Published February 17, 2022Updated October 22, 2025Source: osv

What Should I Do?

Patch Immediately

This vulnerability is confirmed under active exploitation (CISA KEV). Patch within 24-48 hours if possible.

Summary

Adobe Commerce versions 2.4.3-p1 (and earlier) and 2.3.7-p2 (and earlier) are affected by an improper input validation vulnerability during the checkout process. Exploitation of this issue does not require user interaction and could result in arbitrary code execution.

Remediation

Upgrade to the fixed version using your package manager.

Composer
Update magento/community-edition to 2.4.3-p2 or later
composer require "magento/community-edition:^2.4.3-p2"
Composer
Update magento/community-edition to 2.3.7-p3 or later
composer require "magento/community-edition:^2.3.7-p3"

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

Affected Packages (2)

PackageEcosystemAffectedFixed In
magento/community-edition
packagist
2.4.0, 2.4.0-p1, 2.4.1, 2.4.1-p1 (+5 more)2.4.3-p2
magento/community-edition
packagist
2.3.3-p1, 2.3.4, 2.3.4-p2, 2.3.5 (+7 more)2.3.7-p3

Vulnerability Classification

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

  • CWE-20
    Improper Input ValidationMITRE

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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:H

Frequently Asked Questions

What is CVE-2022-24086?
Magento improper input validation 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-2022-24086?
CVE-2022-24086 affects magento/community-edition. This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, meaning it is being actively exploited in the wild. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2022-24086 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Known Exploited Vulnerability

This vulnerability is in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild.

Remediation deadline: March 1, 2022

Also Known As

GHSA-f8fv-f786-9933
BIT-magento-2022-24086

Related CVEs

Check if you're affected

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

Scan Your Dependencies