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

GHSA-4c5f-9mj4-m247 — core

Fix: open-feature/flagd#1840

GHSA-4c5f-9mj4-m247 is a security vulnerability in github.com/open-feature/flagd/core. A fix is available for github.com/open-feature/flagd/core — see the affected versions and patch details below.

flagd: Multiple Go Runtime CVEs Impact Security and Availability

Also known asGO-2026-4279
Published
Jan 5, 2026
Updated
Feb 3, 2026
Affected
3 pkgs
Patched
3 / 3
Exploits
None indexed
Exploitation data as of Feb 3, 2026 · OSV.dev, FIRST.org (EPSS)

Real-World Exposure

3 pkgs affected
🐹github.com/open-feature/flagd/core🐹github.com/open-feature/flagd/flagd-proxy🐹github.com/open-feature/flagd/flagd

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

Summary

In 2025, several vulnerabilities in the Go Standard Library were disclosed, impacting Go-based applications like flagd (the evaluation engine for OpenFeature). These CVEs primarily focus on Denial of Service (DoS) through resource exhaustion and Race Conditions in database handling.

CVE IDImpacted PackageSeverityDescription & Impact on flagd
CVE-2025-47907database/sql7.0 (High)Race Condition: Canceling a query during a Scan call can return data from the wrong query. Critical if flagd uses SQL-based sync providers (e.g., Postgres), potentially leading to incorrect flag configurations.
CVE-2025-61725net/mail7.5 (High)DoS: Inefficient complexity in ParseAddress. Attackers can provide crafted email strings with large domain literals to exhaust CPU if flagd parses email-formatted metadata.
CVE-2025-61723encoding/pem7.5 (High)DoS: Quadratic complexity when parsing invalid PEM inputs. Relevant if flagd loads TLS certificates or keys via PEM files from untrusted sources.
CVE-2025-61729crypto/x5097.5 (High)Resource Exhaustion: HostnameError.Error() lacks string concatenation limits. A malicious TLS certificate with thousands of hostnames could crash flagd during connection handshakes.
CVE-2025-58188net/httpMediumRequest Smuggling: Improper header handling in HTTP/1.1. Could allow attackers to bypass security filters positioned in front of flagd sync or evaluation APIs.
CVE-2025-58187archive/zipMediumDoS: Improper validation of malformed ZIP archives. Impacts flagd if configured to fetch and unpack zipped configuration bundles from remote providers.

Affected Packages

3 total 3 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/open-feature/flagd/coreall versions0.13.1go get github.com/open-feature/flagd/core@v0.13.1
🐹Gogithub.com/open-feature/flagd/flagd-proxyall versions0.8.2go get github.com/open-feature/flagd/flagd-proxy@v0.8.2
🐹Gogithub.com/open-feature/flagd/flagdall versions0.13.1go get github.com/open-feature/flagd/flagd@v0.13.1

Detection & mitigation playbook

Open-source dependency
  1. Detect

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

  2. Fix

    Update github.com/open-feature/flagd/core to 0.13.1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-4c5f-9mj4-m247 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-4c5f-9mj4-m247 can be triaged on real exposure rather than presence alone.

Tailored to GHSA-4c5f-9mj4-m247. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Summary In 2025, several vulnerabilities in the Go Standard Library were disclosed, impacting Go-based applications like flagd (the evaluation engine for OpenFeature). These CVEs primarily focus on Denial of Service (DoS) through resource exhaustion and Race Conditions in database handling. | CVE ID | Impacted Package | Severity | Description & Impact on flagd | | -- | -- | -- | -- | | CVE-2025-47907 | database/sql | 7.0 (High) | Race Condition: Canceling a query during a Scan call can return data from the wrong query. Critical if flagd uses SQL-based sync providers (e.g., Postgres), po
O3 Security · Impact-Aware SCA

Is GHSA-4c5f-9mj4-m247 in your dependencies?

O3 Security finds GHSA-4c5f-9mj4-m247 across Go dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-4c5f-9mj4-m247: core DoS | O3 Security