Cyber Resilience

CVE-2023-48725

HighPublic PoC

Published: 07 March 2024

Published
07 March 2024
Modified
04 November 2025
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3174 96.9th percentile
Risk Priority 33 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-48725 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Netgear Rax30 Firmware. Its CVSS base score is 7.2 (High).

Operationally, ranked in the top 3.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A stack-based buffer overflow vulnerability exists in the JSON Parsing getblockschedule() functionality of Netgear RAX30 firmware versions 1.0.11.96 and 1.0.7.78. Tracked as CVE-2023-48725 with a CVSS 3.1 score of 7.2, the flaw stems from improper handling of crafted input and is also associated with CWE-121 and CWE-787. A specially crafted HTTP request can trigger memory corruption that leads to code execution.

An authenticated attacker with network access can exploit the issue by sending a malicious HTTP request to the affected device. Successful exploitation grants the attacker the ability to execute arbitrary code with full impact on confidentiality, integrity, and availability.

Netgear has published a security advisory for the post-authentication stack overflow on the RAX30 (PSV-2023-0160) that is referenced alongside detailed technical analysis from Talos Intelligence.

The EPSS score remains near 0.32 with no material change between its recorded peak and current value.

EU & UK References

Vulnerability details

A stack-based buffer overflow vulnerability exists in the JSON Parsing getblockschedule() functionality of Netgear RAX30 1.0.11.96 and 1.0.7.78. A specially crafted HTTP request can lead to code execution. An attacker can make an authenticated HTTP request to trigger this vulnerability.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

netgear
rax30 firmware
1.0.11.96, 1.0.7.78

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-787

Out-of-bounds writes that corrupt control flow or inject shellcode are rendered non-executable by the same memory protections.

References