@@ -125,41 +125,15 @@ vulnerabilities:
125125 purls :
126126 - " pkg:npm/fast-uri"
127127 expired_at : 2027-01-31
128+ - id : CVE-2026-75931
129+ purls :
130+ - " pkg:npm/fast-uri"
131+ expired_at : 2027-01-31
128132 - id : CVE-2026-69192
129133 purls :
130134 - " pkg:npm/ip-address"
131135 expired_at : 2027-01-31
132136
133- # CVE-2026-62901 is a DoS in System.Net.WebSockets (unchecked input for loop condition,
134- # CWE-606), fixed in .NET 9.0.19 / 10.0.11 (published 2026-08-11). The vulnerable runtime
135- # ships inside the PowerShell tarball the Dockerfile pins: 7.5.9 is the latest 7.5.x and
136- # bundles .NET 9.0.18; 7.6.4 bundles .NET 10.0.x < 10.0.11, so no published PowerShell
137- # release contains the fix yet. Prowler only invokes pwsh locally to run M365 module
138- # cmdlets; the image does not accept inbound WebSocket connections, so the DoS path is
139- # not reachable from the network. Remove this temporary suppression as soon as a
140- # PowerShell release shipping .NET 9.0.19+ is available.
141- - id : CVE-2026-62901
142- purls :
143- - " pkg:nuget/Microsoft.NETCore.App.Runtime.linux-x64"
144- - " pkg:nuget/Microsoft.NETCore.App.Runtime.linux-arm64"
145- expired_at : 2026-09-15
146-
147- # Modules compiled into the Trivy binary the images ship. The binary is pinned by version
148- # and verified by checksum in the Dockerfile; only a rebuild by its vendor moves these.
149- # CVE-2026-71556 affects go-git worktree operations that can follow symlinks outside a
150- # cloned repository. Trivy 0.73.0, the latest published release and the version the
151- # images ship, still pins that vulnerable version:
152- # https://github.com/aquasecurity/trivy/blob/v0.73.0/go.mod#L46
153- # Trivy main already contains the 5.19.2 fix, but no published release includes it yet:
154- # https://github.com/aquasecurity/trivy/commit/a2edba9a03987ba0d2ebc8212c1a9a1e6979497b
155- # Prowler invokes Trivy only with `fs` on an existing local path or with `image`; it does
156- # not ask Trivy to clone or mutate a Git worktree, so the affected path is not reachable.
157- # Remove this temporary suppression as soon as a fixed Trivy release is available.
158- - id : CVE-2026-71556
159- purls :
160- - " pkg:golang/github.com/go-git/go-git/v5"
161- expired_at : 2026-09-15
162-
163137 # CVE-2026-84304 is a DoS in grpc-go <= 1.83.0: a peer fragments a gRPC stream into
164138 # millions of tiny HTTP/2 DATA frames until the receiver runs out of heap. Fixed in
165139 # 1.83.1 (published 2026-09-01). Trivy 0.74.0, the latest published release and the
0 commit comments