Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐹 Go
Not in CISA KEV

GHSA-hg79-fw4p-25p8 volcano

Fix: volcano-sh/volcano@45a4347

GHSA-hg79-fw4p-25p8 is a CWE-770 vulnerability in volcano.sh/volcano. A fix is available for volcano.sh/volcano — see the affected versions and patch details below.

Volcano Scheduler Denial of Service via Unbounded Response from Elastic Service/extender Plugin

Also known asCVE-2025-32777GO-2025-3656
Published
Apr 30, 2025
Updated
May 6, 2025
Affected
5 pkgs
Patched
5 / 5
Exploits
None indexed
Exploitation data as of Sep 20, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • A successful exploit gives an attacker total control of the affected component, not partial access.
  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-hg79-fw4p-25p8.

EPSS Exploitation Probability

via FIRST.org ↗
0.5%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs39th percentile — riskier than 39% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Real-World Exposure

5 pkgs affected
🐹volcano.sh/volcano🐹volcano.sh/volcano🐹volcano.sh/volcano🐹volcano.sh/volcano🐹volcano.sh/volcano

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Go packages — download data is not available via public APIs for these ecosystems.

Description

Impact

This issue allows an attacker who has compromised either the Elastic service or the extender plugin to cause denial of service of the scheduler. This is a privilege escalation, because Volcano users may run their Elastic service and extender plugins in separate pods or nodes from the scheduler. In the Kubernetes security model, node isolation is a security boundary, and as such an attacker is able to cross that boundary in Volcano's case if they have compromised either the vulnerable services or the pod/node in which they are deployed. The scheduler will become unavailable to other users and workloads in the cluster. The scheduler will either crash with an unrecoverable OOM panic or freeze while consuming excessive amounts of memory.

Workarounds

No

Affected Packages

5 total 5 fixed
EcosystemPackageVulnerable rangeFix
🐹Govolcano.sh/volcanoall versions1.9.1go get volcano.sh/volcano@v1.9.1
🐹Govolcano.sh/volcano1.10.0-alpha.0&&< 1.10.21.10.2go get volcano.sh/volcano@v1.10.2
🐹Govolcano.sh/volcano1.11.0-network-topology-preview.0&&< 1.11.0-network-topology-preview.31.11.0-network-topology-preview.3go get volcano.sh/volcano@v1.11.0-network-topology-preview.3
🐹Govolcano.sh/volcano1.11.0&&< 1.11.21.11.2go get volcano.sh/volcano@v1.11.2
🐹Govolcano.sh/volcano1.12.0-alpha.0&&< 1.12.0-alpha.21.12.0-alpha.2go get volcano.sh/volcano@v1.12.0-alpha.2

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for volcano.sh/volcano, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update volcano.sh/volcano to 1.9.1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-hg79-fw4p-25p8 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-hg79-fw4p-25p8 can be triaged on real exposure rather than presence alone.

Tailored to GHSA-hg79-fw4p-25p8. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Impact This issue allows an attacker who has compromised either the Elastic service or the extender plugin to cause denial of service of the scheduler. This is a privilege escalation, because Volcano users may run their Elastic service and extender plugins in separate pods or nodes from the scheduler. In the Kubernetes security model, node isolation is a security boundary, and as such an attacker is able to cross that boundary in Volcano's case if they have compromised either the vulnerable services or the pod/node in which they are deployed. The scheduler will become unavailable to other
O3 Security · Impact-Aware SCA

Is GHSA-hg79-fw4p-25p8 in your dependencies?

O3 Security finds GHSA-hg79-fw4p-25p8 across Go dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-hg79-fw4p-25p8: volcano PrivEsc | O3 Security