data/reports: add GO-2025-3888
- data/reports/GO-2025-3888.yaml
Fixes golang/vulndb#3888
Change-Id: I74fb997fc5bbb215fc22f7d6f6b774ad54a8cfd4
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/696496
Auto-Submit: Ethan Lee <ethanalee@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Neal Patel <nealpatel@google.com>
diff --git a/data/osv/GO-2025-3888.json b/data/osv/GO-2025-3888.json
new file mode 100644
index 0000000..c66d8fb
--- /dev/null
+++ b/data/osv/GO-2025-3888.json
@@ -0,0 +1,86 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3888",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "CVE-2025-55198",
+ "GHSA-f9f8-9pmf-xv68"
+ ],
+ "summary": "Helm May Panic Due To Incorrect YAML Content in helm.sh/helm",
+ "details": "Helm May Panic Due To Incorrect YAML Content in helm.sh/helm",
+ "affected": [
+ {
+ "package": {
+ "name": "helm.sh/helm",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ },
+ {
+ "package": {
+ "name": "helm.sh/helm/v3",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ },
+ {
+ "fixed": "3.18.5"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {
+ "imports": [
+ {
+ "path": "helm.sh/helm/v3/pkg/chartutil",
+ "symbols": [
+ "processImportValues"
+ ]
+ },
+ {
+ "path": "helm.sh/helm/v3/pkg/lint/rules",
+ "symbols": [
+ "validateChartMaintainer"
+ ]
+ },
+ {
+ "path": "helm.sh/helm/v3/pkg/repo",
+ "symbols": [
+ "loadIndex"
+ ]
+ }
+ ]
+ }
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/helm/helm/security/advisories/GHSA-f9f8-9pmf-xv68"
+ },
+ {
+ "type": "FIX",
+ "url": "https://github.com/helm/helm/commit/ec5f59e2db56533d042a124f5bae54dd87b558e6"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3888",
+ "review_status": "REVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3888.yaml b/data/reports/GO-2025-3888.yaml
new file mode 100644
index 0000000..f8a9e0c
--- /dev/null
+++ b/data/reports/GO-2025-3888.yaml
@@ -0,0 +1,30 @@
+id: GO-2025-3888
+modules:
+ - module: helm.sh/helm
+ vulnerable_at: 2.17.0+incompatible
+ - module: helm.sh/helm/v3
+ versions:
+ - fixed: 3.18.5
+ vulnerable_at: 3.18.4
+ packages:
+ - package: helm.sh/helm/v3/pkg/chartutil
+ symbols:
+ - processImportValues
+ - package: helm.sh/helm/v3/pkg/lint/rules
+ symbols:
+ - validateChartMaintainer
+ - package: helm.sh/helm/v3/pkg/repo
+ symbols:
+ - loadIndex
+summary: Helm May Panic Due To Incorrect YAML Content in helm.sh/helm
+cves:
+ - CVE-2025-55198
+ghsas:
+ - GHSA-f9f8-9pmf-xv68
+references:
+ - advisory: https://github.com/helm/helm/security/advisories/GHSA-f9f8-9pmf-xv68
+ - fix: https://github.com/helm/helm/commit/ec5f59e2db56533d042a124f5bae54dd87b558e6
+source:
+ id: GHSA-f9f8-9pmf-xv68
+ created: 2025-08-15T17:52:52.495920551Z
+review_status: REVIEWED