SEPTEMBER 26, 2026
Live Feed
Back to database
Case File

CVE-2022-35411

CRITICAL · CVSS 9.8 EPSS 46.14% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-07-08 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. Public exploit code or proof-of-concept references have been detected in its references. Its EPSS score suggests a 46.1% probability of exploitation in the next 30 days. It may be remotely exploitable.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
External Security References

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2022-35411
Severity
CRITICAL
CVSS
9.8
EPSS
46.14%

Original NVD Description

rpc.py through 0.6.0 allows Remote Code Execution because an unpickle occurs when the "serializer: pickle" HTTP header is sent. In other words, although JSON (not Pickle) is the default data format, an unauthenticated client can cause the data to be processed with unpickle.