Skip to content

[BUG] Refresh the self-contained Lidarr payload from .NET 8.0.12 #133

Description

@Feberdin

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Inspect the immutable public image digest listed above for the x86-64 platform.
  2. Scan it with Trivy 0.73.0 and Grype 0.116.1.
  3. Observe the embedded .NET 8.0.12 runtime components.
  4. 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

  1. Coordinate or consume a Lidarr release built with a current supported .NET 8 patch runtime.
  2. Rebuild the image with that release archive.
  3. Publish an immutable digest and verify that .NET 8.0.12 is absent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions