LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47952: python jsonpickle 2.0.0 Remote Code Execution via py/repr

python jsonpickle 2.0.0 contains a remote code execution vulnerability that allows attackers to execute arbitrary Python commands by deserializing malicious JSON payloads containing py/repr objects. Attackers can craft JSON strings with py/repr directives that invoke the eval function during deserialization to execute arbitrary code.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-47952 is a critical remote code execution issue in python jsonpickle 2.0.0. If an application deserializes attacker-controlled JSON containing py/repr objects, code may run on the server. Treat this as urgent for any internet-facing or partner-facing service that accepts JSON and uses jsonpickle.

Executive priority

High priority if jsonpickle 2.0.0 exists in externally reachable applications. The potential business impact is full compromise of confidentiality, integrity, and availability. Assign urgent dependency review and remediation ownership, but avoid declaring active exploitation unless new intelligence confirms it.

Technical view

The reported flaw is unsafe deserialization in jsonpickle 2.0.0 involving py/repr handling. Malicious JSON can cause eval-like behavior during deserialization, enabling arbitrary Python command execution. The source bundle maps this to CWE-502 and CWE-94 with CVSS 9.8. No affected versions beyond 2.0.0 are stated in the provided sources.

Likely exposure

Exposure depends on whether applications use python jsonpickle 2.0.0 to decode JSON from untrusted users, APIs, queues, files, or integrations. Highest concern is services reachable over a network that deserialize external input. Systems not using jsonpickle, not on 2.0.0, or only processing trusted data are less likely exposed.

Exploitation context

An ExploitDB reference exists, so public exploit information is available. The provided bundle does not show CISA KEV listing or confirmed active exploitation. Attack feasibility appears high from the CVSS vector: network access, low complexity, no privileges, and no user interaction.

Researcher notes

Evidence is strong for vulnerability existence and severity in jsonpickle 2.0.0, including CVE, VulnCheck, and ExploitDB references. The provided sources do not name a patched version or confirm active exploitation. Validate real exposure by tracing deserialization boundaries, not only by package presence.

Mitigation direction

  • Inventory Python applications for jsonpickle usage and version 2.0.0.
  • Prioritize internet-facing, API, worker, and integration services handling external JSON.
  • Check jsonpickle project and vendor advisories for fixed versions or official guidance.
  • Do not deserialize untrusted JSON with jsonpickle until remediated.
  • Restrict affected endpoints and processing paths where immediate upgrade is not possible.
  • Review Red Hat advisories if relying on Red Hat-packaged components.

Validation and detection

  • Search dependency manifests, lockfiles, containers, and SBOMs for jsonpickle 2.0.0.
  • Confirm whether code paths call jsonpickle deserialization on untrusted input.
  • Map exposed APIs, queues, file imports, and partner feeds to affected code paths.
  • Check runtime environments for bundled or vendored jsonpickle copies.
  • Review logs for unexpected deserialization errors or suspicious Python execution indicators.
Prepared
Confidence
medium
Sources
9

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-47952 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

3CVSS vectors
5Timeline events
2ADP providers
8Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total

CVSS vector scores

3 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9VulnCheck
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9redhat-SADP
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2021-47952Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPpython-jsonpickle: python-jsonpickle: Arbitrary Code Execution via Malicious JSON Deserialization
other:Red Hat severity ratingcvssV3_1
  • 2026-05-16T16:01:30.205Z: Reported to Red Hat.
  • 2026-05-16T15:26:06.248Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Jsonpicklepython jsonpickle2.0.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.