S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Aug 30, 2026

CVE-2026-45695 Scanner

CVE-2026-45695 Scanner - Remote Code Execution vulnerability in Kopia Server

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
2.1k
Times Used
continuous scan runs
6.1k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-45695
9.8
CVSScritical
Exploitable remotely over the internet · no authentication required.

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.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
kopiaby kopia
< 0.23.0
Updated Sep 9, 2026View on NVD →
Detail

Kopia Server is a backup software used frequently by individuals and businesses for managing and securing backup data. It is deployed in server mode, often within containers, to facilitate secure backup solutions across networks. Kopia enables users to manage large data backups efficiently and is often integrated into broader data management solutions. The software is crucial in industries that require regular backups, such as IT and data analytics firms, to ensure data integrity and availability. Kopia is sometimes used in environments without direct internet access, relying on local network services for backup operations.

The Remote Code Execution (RCE) vulnerability in Kopia Server prior to version 0.23.0 allows attackers to execute arbitrary commands remotely. This security flaw arises when the server is configured with the --without-password flag and exposes the vulnerable /api/v1/repo/exists endpoint. Exploiting this vulnerability could lead to unauthorized control over the server, bypassing authentication mechanisms. Since the issue stems from improper argument parsing within SSH command invocation, an attacker can manipulate command execution parameters, compromising the server.

The vulnerability is located at the /api/v1/repo/exists endpoint, particularly when the server operates with an insecure configuration. Attackers can exploit the server's configuration to inject malicious SSH commands through specially crafted requests. By passing specific sshArguments, such as the -oProxyCommand, attackers trigger undesired command execution paths. The vulnerable setup involves the improper handling and validation of user-supplied input, which is interpolated into critical command processing functions, leading to execution of arbitrary code.

If malicious actors exploit this vulnerability, it could result in severe repercussions, including unauthorized server control and data compromise. Attackers gaining access to execute commands as the server process might escalate privileges, alter configuration settings, or extract sensitive backup data. Full host compromise is a significant risk, where attackers could manipulate server operations or disrupt services provided by the server. Beyond unauthorized data access, an exploited server could be used to launch further attacks within the network, escalating the threat.

REFERENCES

Solution Advice
  • Upgrade to Kopia Server version 0.23.0 or later to address the vulnerability.
  • Avoid exposing instances configured with the --without-password flag to untrusted networks.
  • Ensure all endpoints are secured using strong authentication mechanisms to prevent unauthorized access.
  • Regularly review and update server configurations to mitigate potential security risks.
  • Implement logging and monitoring solutions to detect suspicious activities on the server.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-45695 Scanner - Remote Code Execution vulnerability in Kopia Server | S4E