← Back to browse · API

CVE-2025-60021

Severity
CRITICAL
CVSS
9.8
EPSS
0.24381
Risk score
47.73
CISA KEV
No
PoC
No
Published
2026-01-16
Modified
2026-02-26
First seen
2026-08-06
Aliases
CNVD-2026-09794, EUVD-2026-2933, GHSA-V93J-9RF6-JX2R
Products
Apache Apache bRPC >=1.11.0,<1.15.0, Apache Software Foundation:Apache bRPC 1.11.0 <1.15.0
Sources
cnvd CNVD-2026-09794
euvd EUVD-2026-2933

Description

Remote command injection vulnerability in heap profiler builtin service in Apache bRPC ((all versions < 1.15.0)) on all platforms allows attacker to inject remote command. Root Cause: The bRPC heap profiler built-in service (/pprof/heap) does not validate the user-provided extra_options parameter and executes it as a command-line argument. Attackers can execute remote commands using the extra_options parameter.. Affected scenarios: Use the built-in bRPC heap profiler service to perform jemalloc memory profiling. How to Fix: we provide two methods, you can choose one of them: 1. Upgrade bRPC to version 1.15.0. 2. Apply this patch ( https://github.com/apache/brpc/pull/3101 ) manually.

References