Description
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.
Published: 2026-09-02
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

PikiwiDB (Pika) v3.5.7 accepts incoming replication connections on a port derived from the client port plus 2000, and these connections are not authenticated except for a single handler that checks the requirepass password. Because the frame dispatcher does not enforce this check before routing other message types, an attacker can send replication control commands such as TrySync, DBSync, BinlogSync, and RemoveSlaveNode without any credentials, allowing download of a full‑sync snapshot, subscription to the live write stream, and deletion of replica nodes, thereby exposing the entire database and disrupting replication. This is a classic authentication bypass (CWE‑306).

Affected Systems

The vulnerability affects OpenAtomFoundation PikiwiDB (Pika) version 3.5.7. The replication server module that derives the listening port from the client port and exposes it without authentication is the only component impacted.

Risk and Exploitability

The CVSS v3 score is 8.8, indicating high severity. The EPSS score is not available, so the current probability of exploitation is uncertain, although the exploit path is straightforward: an attacker needs only network reachability to the internal protobuf port (for example, 11221 when the client uses 9221) and can send privileged replication commands without credentials. The vulnerability is not listed in CISA’s KEV catalog, but the lack of authentication makes it an attractive target for attackers.

Generated by OpenCVE AI on September 2, 2026 at 03:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PikiwiDB to the latest patch that enforces authentication on the replication port.
  • If an upgrade is delayed, block external access to the replication port with firewall or security group rules.
  • Deploy monitoring to detect unexpected replication commands such as TrySync or RemoveSlaveNode and investigate promptly.

Generated by OpenCVE AI on September 2, 2026 at 03:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Pika Unauthenticated Replication Access via Internal Protobuf Port
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L'}

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-02T00:37:55.082Z

Reserved: 2026-09-01T23:24:28.318Z

Link: CVE-2026-84700

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T01:17:25.137

Modified: 2026-09-02T01:17:25.137

Link: CVE-2026-84700

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T04:00:09Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function