LiveActive security incident?Get immediate response
CVE Record

CVE-2020-26223: Authorization bypass in Spree

Spree is a complete open source e-commerce solution built with Ruby on Rails. In Spree from version 3.7 and before versions 3.7.13, 4.0.5, and 4.1.12, there is an authorization bypass vulnerability. The perpetrator could query the API v2 Order Status endpoint with an empty string passed as an Order token. This is patched in versions 3.7.11, 4.0.4, or 4.1.11 depending on your used Spree version. Users of Spree < 3.7 are not affected.

HighCVSS 7.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-26223 lets an authenticated attacker bypass authorization in affected Spree e-commerce deployments and access order status information through the Storefront API. The main business risk is customer order data exposure, not system takeover or service disruption. Public sources do not show known active exploitation.

Executive priority

Prioritize remediation for any live Spree storefront handling customer orders. The issue is high severity because it can expose sensitive order information, but sources do not support emergency active-exploitation claims.

Technical view

Affected Spree versions contain CWE-863 authorization bypass in the API v2 Order Status endpoint when an empty order token is supplied. CVSS 3.1 is 7.7, network reachable, low complexity, low privileges, no user interaction, changed scope, high confidentiality impact only.

Likely exposure

Exposure is likely for internet-facing Spree stores running versions 3.7.x, 4.0.x, or 4.1.x within the affected ranges. Spree versions earlier than 3.7 are stated as not affected. Risk depends on whether the API v2 Order Status endpoint is available.

Exploitation context

The source bundle describes the bypass condition but does not cite public exploit code, mass exploitation, or CISA KEV listing. Treat this as a realistic data-exposure flaw because it affects a public e-commerce API and requires only low privileges.

Researcher notes

There is a version detail discrepancy in the bundle: affected ranges list fixes before 3.7.13, 4.0.5, and 4.1.12, while the description also names 3.7.11, 4.0.4, and 4.1.11 as patched. Verify against the GitHub advisory before closing findings.

Mitigation direction

  • Upgrade Spree to a fixed version for the deployed branch.
  • Review the GitHub advisory and PR before production rollout.
  • Inventory all stores exposing Spree API v2 storefront routes.
  • Check vendor guidance where version range references appear inconsistent.
  • Monitor order status API access for unusual token failures.

Validation and detection

  • Confirm the deployed Spree version is outside affected ranges.
  • Verify API v2 Order Status requires a valid order token.
  • Review access logs for blank or missing order token requests.
  • Run regression tests covering order status authorization behavior.
  • Confirm Spree versions earlier than 3.7 are not flagged incorrectly.
Prepared
Confidence
medium
Sources
5

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-863: 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-26223 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.7 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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
spreespree>= 3.7.0, < 3.7.13, >= 4.0.0, < 4.0.5, >= 4.1.0, < 4.1.12Listed
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

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