We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc1d50 commit 9c6cb9fCopy full SHA for 9c6cb9f
.trivyignore
@@ -61,3 +61,15 @@ CVE-2026-22184
61
# Go stdlib net/url: incorrect parsing of IPv6 host literals.
62
# CNI plugins do not parse user-supplied URLs.
63
CVE-2026-25679
64
+
65
+# zlib: DoS via infinite loop in crc32_combine functions.
66
+# No code path in this product calls crc32_combine directly.
67
+CVE-2026-27171
68
69
+# Go stdlib html/template: URL escaping issue in meta content attribute.
70
+# CNI plugins do not generate or serve HTML.
71
+CVE-2026-27142
72
73
+# Go stdlib os: FileInfo can escape from a Root in ReadDir.
74
+# CNI plugins do not use the os.Root sandboxed filesystem API.
75
+CVE-2026-27139
0 commit comments