Is there an existing issue for this?
Current Behavior
The self-contained Prowlarr payload in the public image lscr.io/linuxserver/prowlarr:latest at digest sha256:1295cff29d10b486c0d8324d1559a552140a5932bf8b3d87e398654414f63f92 includes Microsoft.NETCore.App.Runtime.linux-musl-x64 8.0.27.
.NET 8.0.29 or newer contains fixes for CVE-2026-47302, CVE-2026-50524, CVE-2026-50528, CVE-2026-50651, and CVE-2026-57108.
The image label is 2.5.2.5491-ls156 and its creation timestamp is 2026-08-05T06:14:51.668160191Z. This is a bundled runtime maintenance report; no Prowlarr application-level exploitability is claimed.
Expected Behavior
The current public image should include a self-contained Prowlarr payload built with .NET 8.0.29 or a newer supported patch release.
Steps To Reproduce
- Inspect the immutable public image digest listed above for the
x86-64 platform.
- Scan it with Trivy 0.73.0.
- Observe
Microsoft.NETCore.App.Runtime.linux-musl-x64 8.0.27.
- Compare it with the fixed .NET 8.0.29 patch line.
The Dockerfile downloads the self-contained Prowlarr release archive, so the runtime is part of that payload rather than a separately installed Alpine package.
Environment
- OS: Public image artifact; detected base is Alpine 3.24.1
- How docker service was installed: Not applicable; reproduction operates on the public registry artifact and does not require a running container
CPU architecture
x86-64
Docker creation
Not applicable; no container needs to be created to reproduce the embedded runtime version.
Container logs
Not applicable; the finding is present in the immutable image layers before container startup.
Suggested remediation
- Coordinate or consume a Prowlarr release built with .NET 8.0.29 or newer.
- Rebuild the image with that release archive.
- Publish an immutable digest and verify that .NET 8.0.27 is absent.
Is there an existing issue for this?
Current Behavior
The self-contained Prowlarr payload in the public image
lscr.io/linuxserver/prowlarr:latestat digestsha256:1295cff29d10b486c0d8324d1559a552140a5932bf8b3d87e398654414f63f92includesMicrosoft.NETCore.App.Runtime.linux-musl-x64 8.0.27..NET 8.0.29 or newer contains fixes for CVE-2026-47302, CVE-2026-50524, CVE-2026-50528, CVE-2026-50651, and CVE-2026-57108.
The image label is
2.5.2.5491-ls156and its creation timestamp is2026-08-05T06:14:51.668160191Z. This is a bundled runtime maintenance report; no Prowlarr application-level exploitability is claimed.Expected Behavior
The current public image should include a self-contained Prowlarr payload built with .NET 8.0.29 or a newer supported patch release.
Steps To Reproduce
x86-64platform.Microsoft.NETCore.App.Runtime.linux-musl-x64 8.0.27.The Dockerfile downloads the self-contained Prowlarr release archive, so the runtime is part of that payload rather than a separately installed Alpine package.
Environment
CPU architecture
x86-64
Docker creation
Not applicable; no container needs to be created to reproduce the embedded runtime version.Container logs
Suggested remediation