Skip to main content

Incorrect Authorization

CVE-2020-26223

Severity Medium
Score 6.5/10

Summary

Spree is a complete open source e-commerce solution built with Ruby on Rails. In Spree from version 3.7.0 before 3.7.13, 4.0.0 before 4.0.5, and 4.1.0 before 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.13, 4.0.5, or 4.1.12 depending on your used Spree version. Users of Spree < 3.7 are not affected.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • LOW
  • HIGH
  • NONE

CWE-863 - Incorrect Authorization

Authorization is a security mechanism performed by an application to grant or deny access to the requested resources by verifying the privileges of the user. When an application lacks effective authorization mechanisms, it enables unauthorized users to gain unintended privileges and illegitimate access to resources. Such a vulnerability may result in exposure of sensitive information, denial of service, arbitrary code execution, and complete system takeover.

Advisory Timeline

  • Published