Is there an existing issue for this?
Current Behavior
The self-contained Lidarr payload in the public image lscr.io/linuxserver/lidarr:latest at digest sha256:bfec0ec2dc351fa5928379d785b08be395886f109393b9040ed7973bd1008060 includes .NET 8.0.12 runtime components.
Fixed patch releases are available:
The image label is 3.1.0.4875-ls38 and its creation timestamp is 2026-08-05T04:33:02.117520988Z. This is a bundled runtime maintenance report; no Lidarr application-level exploitability is claimed.
Expected Behavior
The current public image should include a self-contained Lidarr payload built with a supported, security-patched .NET 8 runtime.
Steps To Reproduce
- Inspect the immutable public image digest listed above for the
x86-64 platform.
- Scan it with Trivy 0.73.0 and Grype 0.116.1.
- Observe the embedded .NET 8.0.12 runtime components.
- Compare them with the fixed patch releases listed above.
The Dockerfile downloads the self-contained Lidarr 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 versions.
Container logs
Not applicable; the finding is present in the immutable image layers before container startup.
Suggested remediation
- Coordinate or consume a Lidarr release built with a current supported .NET 8 patch runtime.
- Rebuild the image with that release archive.
- Publish an immutable digest and verify that .NET 8.0.12 is absent.
Is there an existing issue for this?
Current Behavior
The self-contained Lidarr payload in the public image
lscr.io/linuxserver/lidarr:latestat digestsha256:bfec0ec2dc351fa5928379d785b08be395886f109393b9040ed7973bd1008060includes .NET 8.0.12 runtime components.Fixed patch releases are available:
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 8.0.12:8.0.21or newer fixes CVE-2025-55315; later .NET 8 patches include additional fixes.Microsoft.NETCore.App.Runtime.linux-musl-x64 8.0.12:8.0.29or newer fixes CVE-2026-47302, CVE-2026-50524, CVE-2026-50528, CVE-2026-50651, and CVE-2026-57108.The image label is
3.1.0.4875-ls38and its creation timestamp is2026-08-05T04:33:02.117520988Z. This is a bundled runtime maintenance report; no Lidarr application-level exploitability is claimed.Expected Behavior
The current public image should include a self-contained Lidarr payload built with a supported, security-patched .NET 8 runtime.
Steps To Reproduce
x86-64platform.The Dockerfile downloads the self-contained Lidarr 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 versions.Container logs
Suggested remediation