Cyber Resilience

CVE-2025-63651

HighPublic PoC

Published: 29 January 2026

Published
29 January 2026
Modified
19 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0122 79.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-63651 is a high-severity Use After Free (CWE-416) vulnerability in Monkey-Project Monkey. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 20.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-63651 is a use-after-free vulnerability in the mk_string_char_search function within mk_core/mk_string.c of the Monkey web server at commit f37e984. The flaw is tracked under CWE-416 and carries a CVSS 3.1 base score of 7.5 reflecting network attackability without credentials or user interaction.

An unauthenticated remote attacker can trigger the condition by submitting a crafted HTTP request, resulting in a denial-of-service crash of the server process. The EPSS score remains flat at 0.0122 with no material increase after disclosure.

Public references point to a security advisory and the upstream issue tracker for further details on affected versions and any available remediation steps. No information on observed in-the-wild exploitation is provided.

EU & UK References

Vulnerability details

A use-after-free in the mk_string_char_search function (mk_core/mk_string.c) of monkey commit f37e984 allows attackers to cause a Denial of Service (DoS) via sending a crafted HTTP request to the server.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Use-after-free in public-facing Monkey web server directly enables remote unauthenticated exploitation via crafted HTTP request for DoS impact.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-63652Same product: Monkey-Project Monkey
CVE-2025-63656Same product: Monkey-Project Monkey
CVE-2025-63655Same product: Monkey-Project Monkey
CVE-2025-63657Same product: Monkey-Project Monkey
CVE-2025-63649Same product: Monkey-Project Monkey
CVE-2025-63658Same product: Monkey-Project Monkey
CVE-2025-63653Same product: Monkey-Project Monkey
CVE-2025-63650Same product: Monkey-Project Monkey
CVE-2026-31972Shared CWE-416
CVE-2025-70968Shared CWE-416

Affected Assets

monkey-project
monkey
≤ 1.8.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mandates identification, reporting, and timely remediation of the use-after-free flaw in the Monkey web server's mk_string_char_search function to prevent exploitation.

prevent

Implements memory protection mechanisms such as address space layout randomization and stack canaries to mitigate use-after-free vulnerabilities exploited by crafted HTTP requests.

preventdetect

Provides denial-of-service protections to limit the impact of service crashes or interruptions caused by the use-after-free triggered by malicious HTTP requests.

References