data/reports: add GO-2025-3652
- data/reports/GO-2025-3652.yaml
Fixes golang/vulndb#3652
Change-Id: Ic688533e9a55d7d501b18a241d75f08295f8aca7
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/669115
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
Auto-Submit: Neal Patel <nealpatel@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/data/osv/GO-2025-3652.json b/data/osv/GO-2025-3652.json
new file mode 100644
index 0000000..53fe5cd
--- /dev/null
+++ b/data/osv/GO-2025-3652.json
@@ -0,0 +1,54 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3652",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "CVE-2025-46342",
+ "GHSA-jrr2-x33p-6hvc"
+ ],
+ "summary": "Kyverno vulnerable to bypass of policy rules that use namespace selectors in match statements in github.com/kyverno/kyverno",
+ "details": "Kyverno vulnerable to bypass of policy rules that use namespace selectors in match statements in github.com/kyverno/kyverno",
+ "affected": [
+ {
+ "package": {
+ "name": "github.com/kyverno/kyverno",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ },
+ {
+ "fixed": "1.13.5"
+ },
+ {
+ "introduced": "1.14.0-alpha.1"
+ },
+ {
+ "fixed": "1.14.0"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/kyverno/kyverno/security/advisories/GHSA-jrr2-x33p-6hvc"
+ },
+ {
+ "type": "FIX",
+ "url": "https://github.com/kyverno/kyverno/commit/3ff923b7756e1681daf73849954bd88516589194"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3652",
+ "review_status": "UNREVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3652.yaml b/data/reports/GO-2025-3652.yaml
new file mode 100644
index 0000000..878163f
--- /dev/null
+++ b/data/reports/GO-2025-3652.yaml
@@ -0,0 +1,22 @@
+id: GO-2025-3652
+modules:
+ - module: github.com/kyverno/kyverno
+ versions:
+ - fixed: 1.13.5
+ - introduced: 1.14.0-alpha.1
+ - fixed: 1.14.0
+ vulnerable_at: 1.14.0-rc.1
+summary: |-
+ Kyverno vulnerable to bypass of policy rules that use namespace selectors in
+ match statements in github.com/kyverno/kyverno
+cves:
+ - CVE-2025-46342
+ghsas:
+ - GHSA-jrr2-x33p-6hvc
+references:
+ - advisory: https://github.com/kyverno/kyverno/security/advisories/GHSA-jrr2-x33p-6hvc
+ - fix: https://github.com/kyverno/kyverno/commit/3ff923b7756e1681daf73849954bd88516589194
+source:
+ id: GHSA-jrr2-x33p-6hvc
+ created: 2025-04-30T10:18:48.95401-04:00
+review_status: UNREVIEWED