Commit Graph

3 Commits

Author SHA1 Message Date
RHEL Packaging Agent
d2e82d2f8c Fix CVE-2026-9323: use secure random session identifiers in web display
Backport upstream commit 1a2fda3 to replace insecure
PRNG-based session identifiers with cryptographically secure
UUIDs in the web display module. The patch replaces
`import random` with `import uuid`, uses `uuid.uuid4().hex`
for generating session IDs, and updates the pipe name prefix
to `urwid_` for consistency with upstream.

CVE: CVE-2026-9323
Upstream patches:
 - 1a2fda3470.patch
Resolves: RHEL-212562

This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-07-21 08:34:03 +00:00
James Antill
40a43e2e56 Auto sync2gitlab import of python-urwid-1.3.1-4.el8.src.rpm 2022-05-26 13:47:02 -04:00
James Antill
ce4ac266b2 Initial c8s branch. 2022-05-26 13:46:58 -04:00