Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2025-64522

Soft Serve is vulnerable to SSRF through its Webhooks
Back to all
CVE

CVE-2025-64522

Soft Serve is vulnerable to SSRF through its Webhooks

SUMMARY

We have identified and verified an SSRF vulnerability where webhook URLs are not validated, allowing repository administrators to create webhooks targeting internal services, private networks, and cloud metadata endpoints.

AFFECTED COMPONENTS (VERIFIED)

  1. Webhook Creation (pkg/ssh/cmd/webhooks.go:125)
  2. Backend CreateWebhook (pkg/backend/webhooks.go:17)
  3. Backend UpdateWebhook (pkg/backend/webhooks.go:122)
  4. Webhook Delivery (pkg/webhook/webhook.go:97)

IMPACT

This vulnerability allows repository administrators to perform SSRF attacks, potentially enabling:

a) Cloud Metadata Theft - Access AWS/Azure/GCP credentials via 169.254.169.254

b) Internal Network Access - Target localhost and private networks (10.x, 192.168.x, 172.16.x)

c) Port Scanning - Enumerate internal services via response codes and timing

d) Data Exfiltration - Full HTTP responses stored in webhook delivery logs

e) Internal API Access - Call internal admin panels and Kubernetes endpoints

PROOF OF CONCEPT

Simple example demonstrating localhost access:

ssh localhost webhook create my-repo http://127.0.0.1:8080/internal \
    --events push --active

then push to trigger.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.1
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
C
H
U
9.1
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L

Related Resources

No items found.

References

https://github.com/charmbracelet/soft-serve/security/advisories/GHSA-vwq2-jx9q-9h9f, https://nvd.nist.gov/vuln/detail/CVE-2025-64522, https://github.com/charmbracelet/soft-serve/commit/bb73b9a0eea0d902da4811420535842a4f9aae3b, https://github.com/charmbracelet/soft-serve, https://github.com/charmbracelet/soft-serve/releases/tag/v0.11.1

Severity

9.1

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
9.1
EPSS Probability
0.00047%
EPSS Percentile
0.14667%
Introduced Version
0,v0.0.0-20231027212647-0f41cab26632,v0.7.0,v0.0.0-20231025183711-08463237cade
Fix Available
0.11.1,v0.0.0-20251110133209-bb73b9a0eea0,v0.11.1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading