---
id: CVE-2023-49080
aliases:
  - GHSA-h56g-gq9v-vc8r
  - PYSEC-2023-272
title: jupyter-server errors include tracebacks with path information
summary: jupyter-server errors include tracebacks with path information
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
vendor: jupyter-server
product: jupyter-server
ecosystem: pip
affected:
  - jupyter-server < 2.11.2
patched:
  - jupyter-server 2.11.2
published: '2023-12-05'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:04.390032842Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-h56g-gq9v-vc8r'
references:
  - url: >-
      https://github.com/jupyter-server/jupyter_server/security/advisories/GHSA-h56g-gq9v-vc8r
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-49080'
  - url: >-
      https://github.com/jupyter-server/jupyter_server/commit/0056c3aa52cbb28b263a7a609ae5f17618b36652
  - url: 'https://github.com/jupyter-server/jupyter_server'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/jupyter-server/PYSEC-2023-272.yaml
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/62LO7PPIAMLIDEKUOORXLHKLGA6QPL77
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FG2JWZI5KPUYMDPS53AIFTZJWZD3IT6I
tags:
  - osv
  - pip
epss: 0.00841
epssPercentile: 0.56397
ingestedAt: '2026-09-12T03:13:01.698Z'
---

## Overview

### Impact

Unhandled errors in API requests include traceback information, which can include path information. There is no known mechanism by which to trigger these errors without authentication, so the paths revealed are not considered particularly sensitive, given that the requesting user has arbitrary execution permissions already in the same environment.

### Patches

jupyter-server PATCHED_VERSION no longer includes traceback information in JSON error responses. For compatibility, the traceback field is present, but always empty.

### Workarounds

None

## Affected packages

- `jupyter-server < 2.11.2`

## Remediation

Upgrade to a patched release:

- `jupyter-server 2.11.2`
