惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
Y
Y Combinator Blog
月光博客
月光博客
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
小众软件
小众软件
H
Help Net Security
Last Week in AI
Last Week in AI
B
Blog RSS Feed
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog

Blog | Orca Security

Langflow RCE Actively Exploited to Deploy Cryptominers on AI Infrastructure Orca MCP: When Text Stops Scaling Kubernetes Compliance Tools: Automating CIS Benchmarks Risk-Based Vulnerability Management for the Cloud: A 2026 Guide Private Cloud Security: Top Risks and Best Practices (2026) What Is Generative AI in Cybersecurity? Best Vulnerability Management Tools and Software in 2026 2026 State of Application Security Report Recap: What the Data Says and What Security Teams Should Do About It AI Security for Sensitive Data: Best Practices and Guidelines Best AI Code Security Solutions 2026: How to Secure AI-Generated Code From Platform to Program: How to Ensure Your Cloud Security Solution Delivers Best AI Cybersecurity Providers 2026: A Buyer's Guide to AI-Powered Security Platforms Join Orca Security at Black Hat USA 2026 CNAPP Tools That Reduce Security Tool Sprawl: CNAPP vs. Dedicated Solutions What Is Container Runtime Security? A Practical Guide 2026 What Is Application Security Testing? Tools and Types What Is Managed Cloud Security? A Practical Guide What Is SaaS Security Posture Management? SSPM Guide Top 10 Cloud Security Standards for Compliance What is the MIT License? Compliance and Comparisons AI Agents vs. Agentless Security vs. Agent-based Security 144 Mastra npm Packages Compromised via Supply Chain Attack The Complete Guide to LLM Security: Risks, Best Practices, and Solutions Cloud Security LIVE 2026: Top 10 Takeaways Practitioners Can Use Now Cloud Security LIVE 2026: Top 10 Takeaways CISOs Can Use Now (and What to Do Next) How Orca Traced an nginx Flaw to 1.45 Million Tengine Servers All Running Vulnerable Code What to Look for in Container Security Tools Cloud Application Security Best Practices for DevSecOps Cloud Security Tools: 10 Types Explained for Teams What Is NIST CSF? Framework 2.0 Explained
Critical Unauthenticated RCE in Kopia Backup via SSH Prox...
The Orca Security Team · 2026-05-26 · via Blog | Orca Security

A critical vulnerability (CVE-2026-45695, CVSS 9.8) was disclosed affecting Kopia, the open-source backup and restore tool, allowing attackers to achieve unauthenticated remote code execution via SSH command-line argument injection. Due to the potential for full system compromise without any authentication, immediate patching is required.

Technical Overview

The issue originates from Kopia’s HTTP server API endpoint /api/v1/repo/exists, where insufficient input validation on SFTP storage configuration fields leads to SSH ProxyCommand injection. When the Kopia server is started with the –without-password flag and the repository backend uses SFTP with external SSH enabled, user-supplied fields are passed directly into an SSH command line. The code splits incoming arguments using only literal space characters and completely lacks a proper tokenizer, quote handling controls, or strict input validation allowlists. By sending a single crafted HTTP request containing -oProxyCommand=<cmd> tokens in the storage configuration fields, attackers can force OpenSSH to execute arbitrary shell commands before any network connection is attempted, completely bypassing the intended SFTP workflow.

No authentication is required to exploit this issue. The attack requires only that the Kopia server be reachable over the network and running in passwordless mode, a configuration that some administrators use for convenience in internal environments.

Affected Versions and Environments

The following components are affected: Kopia HTTP server, versions 0.22.3 and earlier. Kopia is widely used by individuals, enterprises, and managed service providers for backing up data to cloud storage (S3, GCS, Azure Blob), SFTP servers, and local filesystems. Environments where the Kopia server is started with –without-password and bound to non-loopback interfaces are directly exploitable, particularly when the SFTP backend with external SSH is configured. Self-hosted Kopia deployments behind reverse proxies without additional authentication layers are also at risk.

Users should upgrade to version 0.23.0 or later immediately. Version 0.23.0 introduces a breaking change that prevents the server from starting with –insecure and –without-password on non-loopback interfaces. Administrators who cannot upgrade immediately should ensure that Kopia servers are not exposed on non-loopback interfaces without authentication, bind the server to localhost (127.0.0.1) only, and place any externally-accessible Kopia instances behind an authenticating reverse proxy. An escape hatch flag (–allow-extremely-dangerous-unauthenticated-server-on-the-network) exists for isolated environments, but its use is strongly discouraged.

Current Threat Status

At the time of writing, the vulnerability was responsibly disclosed by security researcher Daniele Berardinelli, and the fix has been merged via GitHub PR #5354 with an associated GitHub Security Advisory (GHSA-2q4c-3mrw-63c3). No public proof-of-concept exploit code has been identified, though the simplicity of the attack vector (a single HTTP request) means weaponization is straightforward. Regardless, the severity and ease of exploitation make this vulnerability high risk, especially in internet-facing deployments. Successful exploitation could allow attackers to execute arbitrary commands as the Kopia process user, access or exfiltrate all backup data managed by the server, and potentially pivot to compromise additional infrastructure, leading to service disruption, data exposure, or full infrastructure compromise.

How can Orca help?

Orca enables customers to quickly identify assets running vulnerable versions of Kopia, understand their exposure in context — including internet accessibility, runtime reachability, and asset criticality — and prioritize remediation based on real risk rather than CVSS alone. Orca’s platform highlights affected assets directly in the newItem view, helping security teams focus on the most critical remediation paths first.