LiveActive security incident?Get immediate response
CVE Record

CVE-2020-26224: Improper Access Control in PrestaShop

In PrestaShop before version 1.7.6.9 an attacker is able to list all the orders placed on the website without being logged by abusing the function that allows a shopping cart to be recreated from an order already placed. The problem is fixed in 1.7.6.9.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets an unauthenticated person view orders from a vulnerable PrestaShop store by misusing a cart recreation feature. The main business risk is customer order confidentiality, not system takeover. The vendor fixed it in PrestaShop 1.7.6.9.

Executive priority

Prioritize remediation for any public PrestaShop store below 1.7.6.9 because the issue can expose customer order data without login. It is high urgency for e-commerce privacy and trust, even though the supplied sources do not show confirmed active exploitation.

Technical view

CVE-2020-26224 is improper access control in PrestaShop versions 1.4.10.0 through before 1.7.6.9. The CVSS 3.1 vector is AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, reflecting remotely reachable, unauthenticated confidentiality impact through order listing via cart recreation logic.

Likely exposure

Internet-facing PrestaShop storefronts running versions from 1.4.10.0 up to, but not including, 1.7.6.9 are the stated exposure. The sources do not identify other affected products or modules.

Exploitation context

The provided sources describe unauthenticated order listing, but do not provide evidence of active exploitation. CISA KEV status in the bundle is false, so treat exploitation as plausible from exposure characteristics, not confirmed in the supplied evidence.

Researcher notes

The evidence supports a confidentiality-only access control issue in core PrestaShop, fixed in 1.7.6.9. Avoid assuming broader impact beyond order disclosure unless local testing proves it. Use controlled validation focused on version, patch presence, and safe access-control checks.

Mitigation direction

  • Upgrade affected PrestaShop installations to version 1.7.6.9 or later.
  • Review the PrestaShop security advisory for vendor-specific remediation details.
  • Prioritize internet-facing stores that process customer orders.
  • If upgrade timing is constrained, check vendor guidance before applying compensating controls.

Validation and detection

  • Inventory all PrestaShop instances and confirm exact running versions.
  • Verify affected instances are no longer below version 1.7.6.9.
  • Confirm the vendor fix commit or equivalent patched code is present.
  • Review application logs for unusual unauthenticated access to order or cart recreation flows.
Prepared
Confidence
high
Sources
4

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-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-26224 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
3Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2020-26224Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PrestaShopPrestaShop>= 1.4.10.0 < 1.7.6.9Listed
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

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