Skip to content

Commit 2db6af6

Browse files
1 parent 310a4eb commit 2db6af6

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-4c5f-9mj4-m247",
4+
"modified": "2026-01-05T15:07:46Z",
5+
"published": "2026-01-05T15:07:05Z",
6+
"aliases": [],
7+
"summary": "flagd: Multiple Go Runtime CVEs Impact Security and Availability",
8+
"details": "### Summary\nIn 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. \n\n| CVE ID | Impacted Package | Severity | Description & Impact on flagd |\n| -- | -- | -- | -- |\n| 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), potentially leading to incorrect flag configurations. |\n| CVE-2025-61725 | net/mail | 7.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. |\n| CVE-2025-61723 | encoding/pem | 7.5 (High) | DoS: Quadratic complexity when parsing invalid PEM inputs. Relevant if flagd loads TLS certificates or keys via PEM files from untrusted sources. |\n| CVE-2025-61729 | crypto/x509 | 7.5 (High) | Resource Exhaustion: HostnameError.Error() lacks string concatenation limits. A malicious TLS certificate with thousands of hostnames could crash flagd during connection handshakes. |\n| CVE-2025-58188 | net/http | Medium | Request Smuggling: Improper header handling in HTTP/1.1. Could allow attackers to bypass security filters positioned in front of flagd sync or evaluation APIs. |\n| CVE-2025-58187 | archive/zip | Medium | DoS: Improper validation of malformed ZIP archives. Impacts flagd if configured to fetch and unpack zipped configuration bundles from remote providers. |",
9+
"severity": [],
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Go",
14+
"name": "github.com/open-feature/flagd/core"
15+
},
16+
"ranges": [
17+
{
18+
"type": "ECOSYSTEM",
19+
"events": [
20+
{
21+
"introduced": "0"
22+
},
23+
{
24+
"fixed": "0.13.1"
25+
}
26+
]
27+
}
28+
]
29+
},
30+
{
31+
"package": {
32+
"ecosystem": "Go",
33+
"name": "github.com/open-feature/flagd/flagd-proxy"
34+
},
35+
"ranges": [
36+
{
37+
"type": "ECOSYSTEM",
38+
"events": [
39+
{
40+
"introduced": "0"
41+
},
42+
{
43+
"fixed": "0.8.2"
44+
}
45+
]
46+
}
47+
]
48+
},
49+
{
50+
"package": {
51+
"ecosystem": "Go",
52+
"name": "github.com/open-feature/flagd/flagd"
53+
},
54+
"ranges": [
55+
{
56+
"type": "ECOSYSTEM",
57+
"events": [
58+
{
59+
"introduced": "0"
60+
},
61+
{
62+
"fixed": "0.13.1"
63+
}
64+
]
65+
}
66+
]
67+
}
68+
],
69+
"references": [
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/open-feature/flagd/security/advisories/GHSA-4c5f-9mj4-m247"
73+
},
74+
{
75+
"type": "WEB",
76+
"url": "https://github.com/open-feature/flagd/pull/1840"
77+
},
78+
{
79+
"type": "PACKAGE",
80+
"url": "https://github.com/open-feature/flagd"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://github.com/open-feature/flagd/releases/tag/core%2Fv0.13.1"
85+
}
86+
],
87+
"database_specific": {
88+
"cwe_ids": [
89+
"CWE-20",
90+
"CWE-362",
91+
"CWE-400",
92+
"CWE-407",
93+
"CWE-444",
94+
"CWE-770"
95+
],
96+
"severity": "HIGH",
97+
"github_reviewed": true,
98+
"github_reviewed_at": "2026-01-05T15:07:05Z",
99+
"nvd_published_at": null
100+
}
101+
}

0 commit comments

Comments
 (0)