Bug 2516178 - CVE-2026-48804 python-flask-socketio: python-socketio: Denial of Service via binary attachment accumulation [fedora-all]
Summary: CVE-2026-48804 python-flask-socketio: python-socketio: Denial of Service via ...
Keywords:
Status: CLOSED DUPLICATE of bug 2516177
Alias: None
Product: Fedora
Classification: Fedora
Component: python-flask-socketio
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Ben Beasley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["d6a2edb6-5ae2-4b23-97b4-e...
Depends On:
Blocks: CVE-2026-48804
TreeView+ depends on / blocked
 
Reported: 2026-08-14 20:26 UTC by Joel Chamberlain
Modified: 2026-08-16 14:40 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-08-16 14:40:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joel Chamberlain 2026-08-14 20:26:47 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

python-socketio is a Python implementation of the Socket.IO realtime client and server. The python-socketio server stores binary `EVENT` and `ACK` messages in memory while it waits to receive their binary attachments. Once all the attachments are received, these messages are then processed. Prior to version 5.16.4, an attacker can submit a binary message and intentionally omit sending one or more of its attachments to cause the message along with the partial list of received attachments to stay in memory for a long time. Version 5.16.4 takes the following measures to address this issue: Binary packets are only accepted from authenticated clients and, when a client disconnects, the server checks if there is a partial binary message being held for the client and deletes it.

Comment 1 Ben Beasley 2026-08-16 14:40:56 UTC
This bug was filed against the wrong package. See bug 2516177 instead.

*** This bug has been marked as a duplicate of bug 2516177 ***


Note You need to log in before you can comment on or make changes to this bug.