LiveActive security incident?Get immediate response
CVE Record

CVE-2020-24403: Incorrect permissions could lead to unauthorized modification of inventory source data via REST API

Magento version 2.4.0 and 2.3.5p1 (and earlier) are affected by an incorrect user permissions vulnerability within the Inventory component. This vulnerability could be abused by authenticated users with Inventory and Source permissions to make unauthorized changes to inventory source data via the REST API.

LowCVSS 2.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity Magento permissions issue. A logged-in user who already has Inventory and Source permissions could use the REST API to alter inventory source data beyond what their permissions should allow. The likely business impact is limited data integrity risk, such as inaccurate stock/source records, rather than system compromise or data theft.

Executive priority

Treat as a routine patch and access-control hygiene item, not an emergency. Prioritize if inventory integrity is business-critical or many users have inventory administration rights.

Technical view

CVE-2020-24403 is CWE-285 in Magento Commerce 2.4.0, 2.3.5p1 and earlier. The Inventory component enforced insufficient authorization on REST API operations, allowing authenticated high-privilege users with Inventory and Source permissions to make unauthorized inventory source modifications. CVSS 3.1 is 2.7 with integrity impact only.

Likely exposure

Exposure is limited to Magento Commerce deployments on 2.4.0, 2.3.5p1, or earlier where authenticated users hold Inventory and Source permissions and REST API access is available.

Exploitation context

The provided sources do not cite active exploitation, and this CVE is not marked KEV. Abuse requires an authenticated user with high privileges, reducing likelihood but still creating insider or compromised-account integrity risk.

Researcher notes

Evidence supports an authorization flaw in Magento Inventory REST API behavior with low CVSS impact. Sources do not provide exploit details, active exploitation, or specific remediation text in the supplied bundle, so validation should focus on version exposure, permissions, and Adobe guidance.

Mitigation direction

  • Review Adobe APSB20-59 for vendor-specified fixed versions and update guidance.
  • Upgrade affected Magento Commerce instances according to Adobe guidance.
  • Audit accounts with Inventory and Source permissions for least privilege.
  • Restrict REST API access paths where operationally feasible.
  • Monitor inventory source changes for unexpected authenticated-user activity.

Validation and detection

  • Inventory Magento Commerce versions and identify 2.4.0, 2.3.5p1, or earlier deployments.
  • Review role assignments for users with Inventory and Source permissions.
  • Confirm Adobe advisory remediation has been applied to affected environments.
  • Check logs for unusual REST API inventory source modification activity.
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 · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2020-24403 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
Low
CVSS
2.7 (3.1)
Known Exploited
No
Published

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

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
2.7CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.7Low
CVSS 3.1 vector shape for CVE-2020-24403Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AdobeMagento Commerceunspecified, unspecified, unspecifiedListed
Weakness

CWE details

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

CWE-285 · source CWE mapping

Improper Authorization

Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.