CVE-2025-58355
published 2025-09-04CVE-2025-58355: Soft Serve is a self-hostable Git server for the command line. In versions 0.9.1 and below, attackers can create or override arbitrary files with uncontrolled…
PriorityP350high7.7CVSS 3.1
AVNACLPRLUINSCCNIHAN
EPSS
0.32%
23.1th percentile
Soft Serve is a self-hostable Git server for the command line. In versions 0.9.1 and below, attackers can create or override arbitrary files with uncontrolled data through its SSH API. This issue is fixed in version 0.10.0.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| charmbracelet | soft-serve | < 0.10.0 | 0.10.0 |
| github.com | charmbracelet_soft-serve | >= 0 < 0.10.0 | 0.10.0 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Soft Serve vulnerable to arbitrary file writing through SSH API in github.com/charmbracelet/soft-serve
osv·2025-09-08
CVE-2025-58355 Soft Serve vulnerable to arbitrary file writing through SSH API in github.com/charmbracelet/soft-serve
Soft Serve vulnerable to arbitrary file writing through SSH API in github.com/charmbracelet/soft-serve
Soft Serve vulnerable to arbitrary file writing through SSH API in github.com/charmbracelet/soft-serve
GHSA
Soft Serve vulnerable to arbitrary file writing through SSH API
ghsa·2025-09-02
CVE-2025-58355 [HIGH] CWE-22 Soft Serve vulnerable to arbitrary file writing through SSH API
Soft Serve vulnerable to arbitrary file writing through SSH API
Attackers can create/override arbitrary files with uncontrolled data.
For a PoC, spin up an instance of soft-serve as explained in the README, and execute the following command:
```sh
ssh -p23231 localhost repo commit icecream -- --output=/tmp/pwned
```
It should have created a file in `/tmp/pwned`.
OSV
Soft Serve vulnerable to arbitrary file writing through SSH API
osv·2025-09-02
CVE-2025-58355 [HIGH] Soft Serve vulnerable to arbitrary file writing through SSH API
Soft Serve vulnerable to arbitrary file writing through SSH API
Attackers can create/override arbitrary files with uncontrolled data.
For a PoC, spin up an instance of soft-serve as explained in the README, and execute the following command:
```sh
ssh -p23231 localhost repo commit icecream -- --output=/tmp/pwned
```
It should have created a file in `/tmp/pwned`.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2025-09-04
Published