ghsa-33pr-m977-5w97
Vulnerability from github
Published
2025-09-02 19:43
Modified
2025-09-04 13:52
Severity ?
Summary
Soft Serve vulnerable to arbitrary file writing through SSH API
Details
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
.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/charmbracelet/soft-serve" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.10.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-58355" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2025-09-02T19:43:03Z", "nvd_published_at": "2025-09-04T10:42:32Z", "severity": "HIGH" }, "details": "Attackers can create/override arbitrary files with uncontrolled data.\n\nFor a PoC, spin up an instance of soft-serve as explained in the README, and execute the following command:\n\n```sh\nssh -p23231 localhost repo commit icecream -- --output=/tmp/pwned\n```\n\nIt should have created a file in `/tmp/pwned`.", "id": "GHSA-33pr-m977-5w97", "modified": "2025-09-04T13:52:03Z", "published": "2025-09-02T19:43:03Z", "references": [ { "type": "WEB", "url": "https://github.com/charmbracelet/soft-serve/security/advisories/GHSA-33pr-m977-5w97" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58355" }, { "type": "PACKAGE", "url": "https://github.com/charmbracelet/soft-serve" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Soft Serve vulnerable to arbitrary file writing through SSH API" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.