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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-frf2-c9q3-qg9mCVE reference · x_refsource_CONFIRM
- https://github.com/PrestaShop/PrestaShop/commit/709d9afab7bdba1de5d7225a40e4f28c35975909CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
