Untriaged
Permalink
CVE-2026-45695
9.8 CRITICAL
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): High (H)
- Integrity (I): High (H)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): High (H)
Activity log
- Created suggestion
Kopia: Unauthenticated RCE via SSH ProxyCommand Injection when --insecure --without-password is used
Kopia is a cross-platform backup tool for Windows, macOS, and Linux with fast incremental backups, client-side end-to-end encryption, compression, and data deduplication. Prior to 0.23.0, Kopia's HTTP server started with --without-password accepts unauthenticated requests to /api/v1/repo/exists and forwards attacker-supplied SFTP storage configuration to blob.NewStorage, where externalSSH: true and sshArguments containing -oProxyCommand=<cmd> can cause exec.CommandContext("ssh") to invoke the command through OpenSSH. This issue is fixed in version 0.23.0.
References
-
https://github.com/kopia/kopia/security/advisories/GHSA-2q4c-3mrw-63c3 x_refsource_CONFIRM
-
https://github.com/kopia/kopia/pull/5354 x_refsource_MISC
-
https://github.com/kopia/kopia/releases/tag/v0.23.0 x_refsource_MISC
Affected products
kopia
- ==< 0.23.0
Matching in nixpkgs
pkgs.kopia
Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication
Package maintainers
-
@kilyanni Nikolas Kilian <nix@nkilian.org>
-
@nadir-ishiguro nadir-ishiguro
-
@bbigras Bruno Bigras <bigras.bruno@gmail.com>