Skip to main content

Improper Input Validation

CVE-2022-39275

Severity Medium
Score 4.3/10

Summary

Saleor is a headless, GraphQL commerce platform. In affected versions 2.0.x through 3.1.23, 3.2.x through 3.2.13, 3.3.x through 3.3.25, 3.4.x through 3.4.23, 3.5.x through 3.5.22, 3.6.x through 3.6.17, 3.7.x through 3.7.16, some GraphQL mutations were not properly checking the ID type input which allowed to access database objects that the authenticated user may not be allowed to access. This vulnerability can be used to expose the following information: Estimating database row counts from tables with a sequential primary key or Exposing staff user and customer email addresses and full name through the "assignNavigation()" mutation. Users are advised to upgrade.

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

CWE-20 - Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Advisory Timeline

  • Published