๐Ÿ” CVE Alert

CVE-2026-84700

HIGH 8.6

Pika Unauthenticated Replication Access via Internal Protobuf Port

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

PikiwiDB (Pika) v3.5.7 exposes an internal protobuf replication server on a port derived from the client port plus 2000 (e.g. 11221 when the default client port 9221 is used) that does not authenticate incoming requests. Although requirepass is intended to gate replication โ€” a slave presents it as masterauth inside its MetaSync request โ€” only the MetaSync handler (HandleMetaSyncRequest) validates it; the frame dispatcher (DealMessage) does not require a completed or attempted MetaSync before routing other message types to their handlers. As a result, an unauthenticated remote attacker can connect directly to the replication port and issue TrySync, DBSync, BinlogSync, and RemoveSlaveNode requests, obtaining the full-sync snapshot and live write stream and removing replica nodes, even when requirepass is configured.

CWE CWE-306
Vendor openatomfoundation
Product pikiwidb
Published Sep 2, 2026
Stay Ahead of the Next One

Get instant alerts for openatomfoundation pikiwidb

Be the first to know when new high vulnerabilities affecting openatomfoundation pikiwidb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
Low

Affected Versions

OpenAtomFoundation / pikiwidb
0 โ‰ค 4.0.4-alpha

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/OpenAtomFoundation/pikiwidb github.com: https://github.com/OpenAtomFoundation/pikiwidb/issues/3270 github.com: https://github.com/OpenAtomFoundation/pikiwidb/blob/v3.5.7/src/pika_repl_server_conn.cc vulncheck.com: https://www.vulncheck.com/advisories/pika-unauthenticated-replication-access-via-internal-protobuf-port

Credits

George Chen