AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-22857

CRITICAL · CVSS 9.8 EPSS 1.70% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-03-07 · 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. It may be remotely exploitable.

Public Exploit Signal

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

Detected Signals
exploit remote code execution arbitrary code execution code execution

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

CVE
CVE-2024-22857
Severity
CRITICAL
CVSS
9.8
EPSS
1.70%

Original NVD Description

Heap based buffer flow in zlog v1.1.0 to v1.2.17 in zlog_rule_new().The size of record_name is MAXLEN_PATH(1024) + 1 but file_path may have data upto MAXLEN_CFG_LINE(MAXLEN_PATH*4) + 1. So a check was missing in zlog_rule_new() while copying the record_name from file_path + 1 which caused the buffer overflow. An attacker can exploit this vulnerability to overwrite the zlog_record_fn record_func function pointer to get arbitrary code execution or potentially cause remote code execution (RCE).