Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-62943 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

btrbk is a tool for creating snapshots and remote backups of Btrfs subvolumes. From 0.29.0 until 0.32.7, btrbk's ssh_filter_btrbk.sh constructs allow_stream_match with a start anchor but without an end-of-string anchor for the complete command. A user restricted through an authorized_keys forced command can append a trailing pipe command after a valid btrbk command prefix, bypassing the allowlist and executing arbitrary commands with the privileges of the backup-target SSH account. Deployments that do not use ssh_filter_btrbk.sh in authorized_keys are not affected. This issue is fixed in version 0.32.7.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')[email protected]

Affected Products

ProductVersions
btrbk
>= 0.29.0, <= 0.32.6 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.32.7moderate efforthttps://github.com/digint/btrbk/releases/tag/v0.32.7
  • Workaround:low effort

    Remove ssh_filter_btrbk.sh from authorized_keys and use alternative access controls, such as a dedicated backup user with limited filesystem permissions or network segmentation.

  • Workaround:low effort

    Configure your backup server as a "fetch-only backup source" instead of a "backup target".

  • Mitigation:low effort

    Audit your authorized_keys configurations using ssh_filter_btrbk.sh.

  • Mitigation:low effort

    Restrict SSH access to trusted clients only.

  • Mitigation:low effort

    Monitor SSH command execution logs and btrbk logs for suspicious activity.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-62943
NVD Published Date:
Sep 18, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]