---
id: CVE-2023-26051
aliases:
  - GHSA-r8qr-wwg3-2r85
  - PYSEC-2026-917
title: >-
  Saleor has Staff-Authenticated Error Message Information Disclosure
  Vulnerability via Python Exceptions
summary: >-
  Saleor has Staff-Authenticated Error Message Information Disclosure
  Vulnerability via Python Exceptions
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
vendor: saleor
product: saleor
ecosystem: pip
affected:
  - 'saleor >= 2.0.0, < 3.1.48'
  - 'saleor >= 3.11.0, < 3.11.12'
  - 'saleor >= 3.10.0, < 3.10.14'
  - 'saleor >= 3.9.0, < 3.9.27'
  - 'saleor >= 3.8.0, < 3.8.30'
  - 'saleor >= 3.7.0, < 3.7.59'
patched:
  - saleor 3.1.48
  - saleor 3.11.12
  - saleor 3.10.14
  - saleor 3.9.27
  - saleor 3.8.30
  - saleor 3.7.59
published: '2023-03-03'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-r8qr-wwg3-2r85'
references:
  - url: 'https://github.com/saleor/saleor/security/advisories/GHSA-r8qr-wwg3-2r85'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-26051'
  - url: >-
      https://github.com/saleor/saleor/commit/31bce881ccccf0d79a9b14ecb6ca3138d1edeec1
  - url: 'https://github.com/saleor/saleor'
  - url: 'https://github.com/saleor/saleor/releases/tag/3.1.48'
  - url: 'https://github.com/saleor/saleor/releases/tag/3.10.14'
  - url: 'https://github.com/saleor/saleor/releases/tag/3.11.12'
  - url: 'https://github.com/saleor/saleor/releases/tag/3.7.59'
  - url: 'https://github.com/saleor/saleor/releases/tag/3.8.30'
  - url: 'https://github.com/saleor/saleor/releases/tag/3.9.27'
tags:
  - osv
  - pip
epss: 0.00824
epssPercentile: 0.55647
ingestedAt: '2026-07-08T18:25:52.686Z'
---

## Overview

### Impact
Some internal Python exceptions are not handled properly and thus are returned in API as error messages. Some messages might contain sensitive information like user email address in staff-authenticated requests.

This issue has been patched in versions 3.1.48, 3.7.59, 3.8.30, 3.9.27, 3.10.14 and 3.11.12.

### Workarounds
None

### For more information
If you have any questions or comments about this advisory:
* Open a discussion at https://github.com/saleor/saleor/discussions
* Email us at [hello@saleor.io](mailto:hello@saleor.io)


## Affected packages

- `saleor >= 2.0.0, < 3.1.48`
- `saleor >= 3.11.0, < 3.11.12`
- `saleor >= 3.10.0, < 3.10.14`
- `saleor >= 3.9.0, < 3.9.27`
- `saleor >= 3.8.0, < 3.8.30`
- `saleor >= 3.7.0, < 3.7.59`

## Remediation

Upgrade to a patched release:

- `saleor 3.1.48`
- `saleor 3.11.12`
- `saleor 3.10.14`
- `saleor 3.9.27`
- `saleor 3.8.30`
- `saleor 3.7.59`
