Skip to content

chore(deps): update dependency python-socketio to v5.16.2 [security]#198

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/pypi-python-socketio-vulnerability
Open

chore(deps): update dependency python-socketio to v5.16.2 [security]#198
renovate[bot] wants to merge 1 commit into
devfrom
renovate/pypi-python-socketio-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
python-socketio ==5.15.0==5.16.2 age confidence

python-socketio: Binary attachment accumulation can cause denial of service

CVE-2026-48804 / GHSA-5w7q-77mv-v69f

More information

Details

Impact

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. 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.

Patches

Version 5.16.2 takes the following measures to address this issue:

  • Binary packets are only accepted from authenticated clients.
  • When a client disconnects, the server checks if there is a partial binary message being held for the client and deletes it.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

miguelgrinberg/python-socketio (python-socketio)

v5.16.2: Release 5.16.2

Compare Source

See CHANGES.md for release notes.

v5.16.1: Release 5.16.1

Compare Source

See CHANGES.md for release notes.

v5.16.0: Release 5.16.0

Compare Source

See CHANGES.md for release notes.

v5.15.1: Release 5.15.1

Compare Source

See CHANGES.md for release notes.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants