PYSEC-2026-1854

See a problem?
Import Source
https://github.com/pypa/advisory-database/blob/main/vulns/python-socketio/PYSEC-2026-1854.yaml
JSON Data
https://api.osv.dev/v1/vulns/PYSEC-2026-1854
Aliases
Published
2026-07-07T16:03:06.734448Z
Modified
2026-07-07T17:48:07.999163508Z
Severity
  • 6.4 (Medium) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L CVSS Calculator
Summary
python-socketio vulnerable to arbitrary Python code execution (RCE) through malicious pickle deserialization in certain multi-server deployments
Details

Summary

A remote code execution vulnerability in python-socketio versions prior to 5.14.0 allows attackers to execute arbitrary Python code through malicious pickle deserialization in multi-server deployments on which the attacker previously gained access to the message queue that the servers use for internal communications.

Details

When Socket.IO servers are configured to use a message queue backend such as Redis for inter-server communication, messages sent between the servers are encoded using the pickle Python module. When a server receives one of these messages through the message queue, it assumes it is trusted and immediately deserializes it.

The vulnerability stems from deserialization of messages using Python's pickle.loads() function. Having previously obtained access to the message queue, the attacker can send a python-socketio server a crafted pickle payload that executes arbitrary code during deserialization via Python's __reduce__ method.

Impact

This vulnerability only affects deployments with a compromised message queue. The attack can lead to the attacker executing random code in the context of, and with the privileges of a Socket.IO server process.

Single-server systems that do not use a message queue, and multi-server systems with a secure message queue are not vulnerable.

Remediation

In addition to making sure standard security practices are followed in the deployment of the message queue, users of the python-socketio package can upgrade to version 5.14.0 or newer, which remove the pickle module and use the much safer JSON encoding for inter-server messaging.

References

Affected packages

PyPI / python-socketio

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0.8.0
Fixed
5.14.0

Affected versions

0.*
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
1.*
1.0
1.1
1.2
1.3
1.4
1.4.1
1.4.2
1.4.3
1.4.4
1.5.0
1.5.1
1.6.0
1.6.1
1.6.2
1.6.3
1.7.0
1.7.1
1.7.2
1.7.3
1.7.4
1.7.5
1.7.6
1.7.7
1.8.0
1.8.1
1.8.2
1.8.3
1.8.4
1.9.0
2.*
2.0.0
2.1.0
2.1.1
2.1.2
3.*
3.0.0
3.0.1
3.1.0
3.1.1
3.1.2
4.*
4.0.0
4.0.1
4.0.2
4.0.3
4.1.0
4.2.0
4.2.1
4.3.0
4.3.1
4.4.0
4.5.0
4.5.1
4.6.0
4.6.1
5.*
5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.1.0
5.2.0
5.2.1
5.3.0
5.4.0
5.4.1
5.5.0
5.5.1
5.5.2
5.6.0
5.7.0
5.7.1
5.7.2
5.8.0
5.9.0
5.10.0
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4
5.12.0
5.12.1
5.13.0

Database specific

source
"https://github.com/pypa/advisory-database/blob/main/vulns/python-socketio/PYSEC-2026-1854.yaml"