๐Ÿ” CVE Alert

CVE-2026-86242

HIGH 8.1

Unauthenticated RCE via Custom Plugin HTTP Path on Dynamically Linked Builds

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

Bifrost HTTP transport before 2.0.0 accepts an enabled custom plugin whose path is an HTTP URL through unauthenticated POST /api/plugins when management authentication is disabled (the default, governance.auth_config.is_enabled=false). The shared-object loader treats an http-prefixed path as a download URL, writes the body to a temporary .so, and passes it to Go's plugin.Open. After a successful open, optional Init runs immediately with the supplied config as the Bifrost process user. On documented dynamically linked builds (DYNAMIC=1 / no static-link flags), which the vendor requires for custom Go plugins, plugin.Open is expected to succeed and this is unauthenticated remote code execution. On the published statically linked Docker image, plugin.Open fails with Dynamic loading not supported, so that build class is only server-side request forgery. Attack complexity is High because the attacker cannot force RCE on the default static image and a loadable plugin must match the host Go version, OS, architecture, and linkage. The 1.6.x HTTP transport line through 1.6.11 does not contain the fix.

CWE CWE-94 CWE-306 CWE-284
Vendor maximhq
Product bifrost
Published Sep 6, 2026
Last Updated Sep 8, 2026
Stay Ahead of the Next One

Get instant alerts for maximhq bifrost

Be the first to know when new high vulnerabilities affecting maximhq bifrost are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

maximhq / Bifrost
0 < 2.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/maximhq/bifrost/security/advisories/GHSA-2qp8-4xgm-fw6g github.com: https://github.com/maximhq/bifrost/pull/5763 github.com: https://github.com/maximhq/bifrost/commit/e0057ff355f831c251eabe9d0e44f3a3748532c6 github.com: https://github.com/maximhq/bifrost/releases/tag/transports/v2.0.0 github.com: https://github.com/maximhq/bifrost

Credits

Or Peles JFrog Security Research