diff --git a/data/osv/GO-2025-3465.json b/data/osv/GO-2025-3465.json
index e1787e4..4515761 100644
--- a/data/osv/GO-2025-3465.json
+++ b/data/osv/GO-2025-3465.json
@@ -46,7 +46,16 @@
]
}
],
- "ecosystem_specific": {}
+ "ecosystem_specific": {
+ "imports": [
+ {
+ "path": "k8s.io/kubernetes/pkg/kubelet/server",
+ "symbols": [
+ "InstallDefaultHandlers"
+ ]
+ }
+ ]
+ }
}
],
"references": [
diff --git a/data/osv/GO-2025-3829.json b/data/osv/GO-2025-3829.json
index a084524..9a8d4b6 100644
--- a/data/osv/GO-2025-3829.json
+++ b/data/osv/GO-2025-3829.json
@@ -23,7 +23,7 @@
"introduced": "0"
},
{
- "fixed": "28.0.0+incompatible"
+ "fixed": "25.0.13+incompatible"
}
]
}
diff --git a/data/reports/GO-2025-3465.yaml b/data/reports/GO-2025-3465.yaml
index f9e54e3..4c24682 100644
--- a/data/reports/GO-2025-3465.yaml
+++ b/data/reports/GO-2025-3465.yaml
@@ -10,6 +10,11 @@
- introduced: 1.32.0
- fixed: 1.32.2
vulnerable_at: 1.32.1
+ packages:
+ - package: k8s.io/kubernetes/pkg/kubelet/server
+ symbols:
+ - InstallDefaultHandlers
+ skip_fix: 'reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0'
summary: Node Denial of Service via kubelet Checkpoint API in k8s.io/kubernetes
cves:
- CVE-2025-0426
diff --git a/data/reports/GO-2025-3829.yaml b/data/reports/GO-2025-3829.yaml
index 5dbef95..bf84020 100644
--- a/data/reports/GO-2025-3829.yaml
+++ b/data/reports/GO-2025-3829.yaml
@@ -2,7 +2,7 @@
modules:
- module: github.com/docker/docker
versions:
- - fixed: 28.0.0+incompatible
+ - fixed: 25.0.13+incompatible
summary: Moby firewalld reload removes bridge network isolation in github.com/docker/docker
cves:
- CVE-2025-54410
@@ -11,6 +11,8 @@
references:
- advisory: https://github.com/moby/moby/security/advisories/GHSA-4vq8-7jfc-9cvp
- web: https://firewalld.org/documentation/howto/reload-firewalld.html
+notes:
+ - GHSA says version <28.0.0 is affected when initially published. However, since then, version 25.0.13 has since been published. Manual evaluation of the source received when using go get confirmed that the fix is in place.
source:
id: GHSA-4vq8-7jfc-9cvp
created: 2025-08-06T19:54:54.454402776Z