Bug Report: CVE-2026-2673 (HIGH) in latest image blocking container updates
Describe the bug
The anirdev/slink:latest Docker image currently ships with OpenSSL 3.5.5, which contains a HIGH severity vulnerability (CVE-2026-2673). This is blocking automated container update pipelines that perform vulnerability scanning (e.g. Dockhand with Grype/Trivy) from pulling the new image.
Vulnerability details
The HIGH severity OpenSSL CVE is the primary blocker — a fix is available in OpenSSL 3.5.6.
Environment
- Image:
anirdev/slink:latest (Alpine 3.23)
- Scanner: Grype + Trivy
- Total packages scanned: 142
Expected behavior
The published image should be rebuilt against a base that includes OpenSSL 3.5.6 so that the HIGH CVE is resolved.
Steps to reproduce
- Pull
anirdev/slink:latest
- Run a Grype or Trivy vulnerability scan against the image
- Observe CVE-2026-2673 flagged as HIGH severity
Possible fix
Rebuilding the Docker image against an updated Alpine 3.23 base (or bumping the OpenSSL dependency directly) should resolve the HIGH CVE, as the patch is already available in OpenSSL 3.5.6.
Thanks for maintaining this project!
Bug Report: CVE-2026-2673 (HIGH) in
latestimage blocking container updatesDescribe the bug
The
anirdev/slink:latestDocker image currently ships with OpenSSL 3.5.5, which contains a HIGH severity vulnerability (CVE-2026-2673). This is blocking automated container update pipelines that perform vulnerability scanning (e.g. Dockhand with Grype/Trivy) from pulling the new image.Vulnerability details
The HIGH severity OpenSSL CVE is the primary blocker — a fix is available in OpenSSL 3.5.6.
Environment
anirdev/slink:latest(Alpine 3.23)Expected behavior
The published image should be rebuilt against a base that includes OpenSSL 3.5.6 so that the HIGH CVE is resolved.
Steps to reproduce
anirdev/slink:latestPossible fix
Rebuilding the Docker image against an updated Alpine 3.23 base (or bumping the OpenSSL dependency directly) should resolve the HIGH CVE, as the patch is already available in OpenSSL 3.5.6.
Thanks for maintaining this project!