AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-52079

MEDIUM · CVSS 6.8 EPSS 0.69% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2023-12-28 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.8. It affects Java. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2023-52079
Severity
MEDIUM
CVSS
6.8
EPSS
0.69%
Java

Original NVD Description

msgpackr is a fast MessagePack NodeJS/JavaScript implementation. Prior to 1.10.1, when decoding user supplied MessagePack messages, users can trigger stuck threads by crafting messages that keep the decoder stuck in a loop. The fix is available in v1.10.1. Exploits seem to require structured cloning, replacing the 0x70 extension with your own (that throws an error or does something other than recursive referencing) should mitigate the issue.