GHSA-mfqh-v96x-m264
Severity by source
CVSS:4.0/AV:L/AC:H/AT:N/PR:H/UI:P/VC:L/VI:L/VA:L/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:Clear
Replication is network-based (AV:N) but requires controlling a trusted master node (AC:H, PR:L); successful traversal writes outside the app boundary (S:C), impacting host confidentiality and integrity.
Primary rating from Vendor (CNA).
CVSS VectorVendor
CVSS:4.0/AV:L/AC:H/AT:N/PR:H/UI:P/VC:L/VI:L/VA:L/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:X/RE:L/U:Clear
Lifecycle Timeline
2Description PRE-NVD
AnalysisAI
Replication Fullsync in Apache Kvrocks fails to validate filenames transmitted from a master node to a replica during full synchronization, enabling path traversal to arbitrary filesystem locations. Deployments using Kvrocks master-replica replication are affected; standalone instances with no replication configured are not exposed. An attacker who controls or can impersonate a master node can cause a replica to read or write files outside its intended data directory - no public exploit has been identified and this CVE is not listed in the CISA KEV catalog at time of analysis.
Technical ContextAI
Apache Kvrocks is a Redis-protocol-compatible, distributed key-value store that uses RocksDB as its underlying storage engine, commonly deployed as a drop-in Redis replacement where persistence or higher write throughput is prioritized. Its Fullsync mechanism is a bulk replication mode triggered when a replica first connects to a master, or when incremental replication is no longer feasible; it transfers RocksDB SST (Sorted String Table) files from master to replica over the network. The vulnerability resides in this file transfer path: filenames supplied by the master are written to the replica's filesystem without sanitization, placing this flaw in the CWE-22 (Path Traversal) class. Because filenames are attacker-controlled in a trust-the-master model, sequences such as '../../' can escape the designated Kvrocks data directory. No CPE strings or CWE identifiers have been formally assigned by NVD at this time; the classification is inferred from the advisory title.
RemediationAI
Upgrade Apache Kvrocks to the patched version once released by the Apache Security Team - no confirmed fix version number is available in the current pre-NVD disclosure; monitor https://www.openwall.com/lists/oss-security/2026/06/25 and the Apache Kvrocks security page for the exact patched release. As immediate compensating controls, restrict access to the Kvrocks replication port to only known, trusted master node IP addresses using host-based firewall rules (iptables/nftables) or network segmentation - this prevents a rogue master from initiating a Fullsync. Disable replication entirely on instances that do not require it, since standalone deployments are not exposed to this attack surface. Note that restricting at the network layer does not mitigate the vulnerability if an existing trusted master is itself compromised.
Same weakness CWE-23 – Relative Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39334