Debian Package Tracker
Register | Log in
Subscribe

urwid

Choose email to subscribe with

general
  • source: urwid (main)
  • version: 3.0.4-1
  • maintainer: Debian Python Team (DMD)
  • uploaders: Ian Ward [DMD]
  • arch: all any
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.1.2-1
  • oldstable: 2.1.2-4
  • stable: 2.6.16-1
  • testing: 3.0.4-1
  • unstable: 3.0.4-1
versioned links
  • 2.1.2-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.1.2-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.6.16-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.0.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python-urwid-doc
  • python3-urwid
action needed
A new upstream version is available: 4.0.5 high
A new upstream version 4.0.5 is available, you should consider packaging it.
Created: 2026-02-03 Last update: 2026-07-23 11:00
1 security issue in trixie high

There is 1 open security issue in trixie.

1 important issue:
  • CVE-2026-9323: The urwid web display backend (urwid/display/web.py) generates web session identifiers (urwid_id) in Screen.start() by concatenating two random.randrange(10**9) calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and the Mersenne Twister internal state is approximately 19,937 bits, so an attacker who observes approximately 334 session IDs (for example via the X-Urwid-ID HTTP response header) can fully reconstruct the internal state and predict all past and future session IDs (Path B). The same identifier is also used as the filename of a FIFO created in the world-listable /tmp directory (for example /tmp/urwid375487765176907690.in), so any local user on the host can list /tmp to enumerate active session tokens directly (Path A). With a valid session ID, an attacker can read the victim's terminal screen via the polling endpoint, inject keystrokes into the victim's session (yielding OS-level code execution with the session owner's privileges if the session runs a shell), and inject exit sequences or flood the FIFO to terminate or crash the session. A prior Bandit S311 warning on this usage was suppressed with # noqa: S311 rather than fixed
Created: 2026-07-19 Last update: 2026-07-19 07:00
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2026-9323: The urwid web display backend (urwid/display/web.py) generates web session identifiers (urwid_id) in Screen.start() by concatenating two random.randrange(10**9) calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and the Mersenne Twister internal state is approximately 19,937 bits, so an attacker who observes approximately 334 session IDs (for example via the X-Urwid-ID HTTP response header) can fully reconstruct the internal state and predict all past and future session IDs (Path B). The same identifier is also used as the filename of a FIFO created in the world-listable /tmp directory (for example /tmp/urwid375487765176907690.in), so any local user on the host can list /tmp to enumerate active session tokens directly (Path A). With a valid session ID, an attacker can read the victim's terminal screen via the polling endpoint, inject keystrokes into the victim's session (yielding OS-level code execution with the session owner's privileges if the session runs a shell), and inject exit sequences or flood the FIFO to terminate or crash the session. A prior Bandit S311 warning on this usage was suppressed with # noqa: S311 rather than fixed
Created: 2026-07-19 Last update: 2026-07-19 07:00
1 security issue in forky high

There is 1 open security issue in forky.

1 important issue:
  • CVE-2026-9323: The urwid web display backend (urwid/display/web.py) generates web session identifiers (urwid_id) in Screen.start() by concatenating two random.randrange(10**9) calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and the Mersenne Twister internal state is approximately 19,937 bits, so an attacker who observes approximately 334 session IDs (for example via the X-Urwid-ID HTTP response header) can fully reconstruct the internal state and predict all past and future session IDs (Path B). The same identifier is also used as the filename of a FIFO created in the world-listable /tmp directory (for example /tmp/urwid375487765176907690.in), so any local user on the host can list /tmp to enumerate active session tokens directly (Path A). With a valid session ID, an attacker can read the victim's terminal screen via the polling endpoint, inject keystrokes into the victim's session (yielding OS-level code execution with the session owner's privileges if the session runs a shell), and inject exit sequences or flood the FIFO to terminate or crash the session. A prior Bandit S311 warning on this usage was suppressed with # noqa: S311 rather than fixed
Created: 2026-07-19 Last update: 2026-07-19 07:00
1 security issue in bullseye high

There is 1 open security issue in bullseye.

1 important issue:
  • CVE-2026-9323: The urwid web display backend (urwid/display/web.py) generates web session identifiers (urwid_id) in Screen.start() by concatenating two random.randrange(10**9) calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and the Mersenne Twister internal state is approximately 19,937 bits, so an attacker who observes approximately 334 session IDs (for example via the X-Urwid-ID HTTP response header) can fully reconstruct the internal state and predict all past and future session IDs (Path B). The same identifier is also used as the filename of a FIFO created in the world-listable /tmp directory (for example /tmp/urwid375487765176907690.in), so any local user on the host can list /tmp to enumerate active session tokens directly (Path A). With a valid session ID, an attacker can read the victim's terminal screen via the polling endpoint, inject keystrokes into the victim's session (yielding OS-level code execution with the session owner's privileges if the session runs a shell), and inject exit sequences or flood the FIFO to terminate or crash the session. A prior Bandit S311 warning on this usage was suppressed with # noqa: S311 rather than fixed
Created: 2026-07-19 Last update: 2026-07-19 07:00
1 security issue in bookworm high

There is 1 open security issue in bookworm.

1 important issue:
  • CVE-2026-9323: The urwid web display backend (urwid/display/web.py) generates web session identifiers (urwid_id) in Screen.start() by concatenating two random.randrange(10**9) calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and the Mersenne Twister internal state is approximately 19,937 bits, so an attacker who observes approximately 334 session IDs (for example via the X-Urwid-ID HTTP response header) can fully reconstruct the internal state and predict all past and future session IDs (Path B). The same identifier is also used as the filename of a FIFO created in the world-listable /tmp directory (for example /tmp/urwid375487765176907690.in), so any local user on the host can list /tmp to enumerate active session tokens directly (Path A). With a valid session ID, an attacker can read the victim's terminal screen via the polling endpoint, inject keystrokes into the victim's session (yielding OS-level code execution with the session owner's privileges if the session runs a shell), and inject exit sequences or flood the FIFO to terminate or crash the session. A prior Bandit S311 warning on this usage was suppressed with # noqa: S311 rather than fixed
Created: 2026-07-19 Last update: 2026-07-19 07:00
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2026-03-31 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2026-03-04] urwid 3.0.4-1 MIGRATED to testing (Debian testing watch)
  • [2026-01-14] Accepted urwid 3.0.4-1 (source) into unstable (Boyuan Yang)
  • [2024-11-24] urwid 2.6.16-1 MIGRATED to testing (Debian testing watch)
  • [2024-11-18] Accepted urwid 2.6.16-1 (source) into unstable (Boyuan Yang)
  • [2024-07-16] urwid 2.6.15-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-10] Accepted urwid 2.6.15-1 (source) into unstable (Boyuan Yang)
  • [2024-06-19] urwid 2.6.14-1 MIGRATED to testing (Debian testing watch)
  • [2024-06-12] Accepted urwid 2.6.14-1 (source) into unstable (Boyuan Yang)
  • [2024-04-01] urwid 2.6.10-1 MIGRATED to testing (Debian testing watch)
  • [2024-04-01] urwid 2.6.10-1 MIGRATED to testing (Debian testing watch)
  • [2024-03-26] Accepted urwid 2.6.10-1 (source) into unstable (Boyuan Yang)
  • [2024-03-01] urwid 2.6.4-1 MIGRATED to testing (Debian testing watch)
  • [2024-02-24] Accepted urwid 2.6.4-1 (source) into unstable (Boyuan Yang)
  • [2024-02-16] urwid 2.5.2-1 MIGRATED to testing (Debian testing watch)
  • [2024-02-10] Accepted urwid 2.5.2-1 (source) into unstable (Boyuan Yang)
  • [2024-01-30] urwid 2.4.6-0.1 MIGRATED to testing (Debian testing watch)
  • [2024-01-24] Accepted urwid 2.4.6-0.1 (source) into unstable (Matthias Klose)
  • [2024-01-16] urwid 2.4.1-0.2 MIGRATED to testing (Debian testing watch)
  • [2024-01-11] Accepted urwid 2.4.1-0.2 (source) into unstable (Matthias Klose)
  • [2024-01-08] urwid 2.1.2-4.2 MIGRATED to testing (Debian testing watch)
  • [2024-01-04] Accepted urwid 2.4.1-0.1 (source) into experimental (Matthias Klose)
  • [2024-01-03] Accepted urwid 2.3.4-0.1 (source) into experimental (Matthias Klose)
  • [2024-01-03] Accepted urwid 2.1.2-4.2 (source) into unstable (Matthias Klose)
  • [2024-01-01] Accepted urwid 2.1.2-4.1 (source) into unstable (Matthias Klose)
  • [2022-12-03] urwid 2.1.2-4 MIGRATED to testing (Debian testing watch)
  • [2022-11-27] Accepted urwid 2.1.2-4 (source) into unstable (Jelmer Vernooij) (signed by: Jelmer Vernooij)
  • [2022-11-23] urwid 2.1.2-3 MIGRATED to testing (Debian testing watch)
  • [2022-11-18] Accepted urwid 2.1.2-3 (source) into unstable (Jochen Sprickerhof)
  • [2021-10-16] urwid 2.1.2-2 MIGRATED to testing (Debian testing watch)
  • [2021-10-10] Accepted urwid 2.1.2-2 (source) into unstable (Gordon Ball)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.0.4-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing