File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 6363 trivyignores : .trivyignore
6464 scanners : vuln
6565 format : table
66- severity : CRITICAL,HIGH
Original file line number Diff line number Diff line change @@ -61,3 +61,15 @@ CVE-2026-22184
6161# Go stdlib net/url: incorrect parsing of IPv6 host literals.
6262# CNI plugins do not parse user-supplied URLs.
6363CVE-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
You can’t perform that action at this time.
0 commit comments