Cyber Posture

CVE-2026-31048

CriticalRCE

Published: 13 April 2026

Published
13 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0009 25.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-31048 is a critical-severity Code Injection (CWE-94) vulnerability. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires timely remediation of known flaws like CVE-2026-31048 in Pyro's pickle protocol to prevent arbitrary code execution.

prevent

Mandates validation of information inputs such as crafted pickled string messages to block code injection attacks.

prevent

Enforces secure configuration settings for Pyro to disable or restrict the vulnerable pickle protocol as outlined in security documentation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Why these techniques?

Remote unauthenticated RCE via malicious pickle deserialization in network-exposed Pyro server directly enables T1190 (Exploit Public-Facing Application) for initial access and T1059.006 (Python) for arbitrary code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

An issue in the <code>pickle</code> protocol of Pyro v3.x allows attackers to execute arbitrary code via supplying a crafted pickled string message.

Deeper analysisAI

CVE-2026-31048 is a critical vulnerability in the pickle protocol implementation of Pyro v3.x, a Python remote object communication library. The flaw allows attackers to execute arbitrary code by supplying a crafted pickled string message, classified under CWE-94 (code injection). It has a CVSS v3.1 base score of 9.8, reflecting its network accessibility, low attack complexity, lack of required privileges or user interaction, and high impact on confidentiality, integrity, and availability.

Remote, unauthenticated attackers can exploit this vulnerability over the network by sending a maliciously crafted pickled message to a Pyro v3.x server. Successful exploitation leads to arbitrary code execution on the target system with the privileges of the Pyro process, potentially enabling full system compromise.

Mitigation details are outlined in the GitHub Security Advisory GHSA-7625-w9h5-83rv, the affected code in Pyro/protocol.py (lines 672-711), and Pyro3 security documentation (section 9, lines 341-346), which likely discuss secure configuration or upgrades to address the pickle protocol risks. The vulnerability was published on 2026-04-13.

Details

CWE(s)

CVEs Like This One

CVE-2025-54550Shared CWE-94
CVE-2026-39891Shared CWE-94
CVE-2026-25153Shared CWE-94
CVE-2026-7466Shared CWE-94
CVE-2026-25481Shared CWE-94
CVE-2024-57609Shared CWE-94
CVE-2026-26216Shared CWE-94
CVE-2025-53890Shared CWE-94
CVE-2026-26030Shared CWE-94
CVE-2026-6110Shared CWE-94

References