Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Docker image includes Debian perl-base packages with unresolved CVEs

オープン
#6,686 コメント 1 件 リアクション 1 件 担当者 1 名 GitHub で見る

@incrypto32 がすでに取り組んでいます。

2026年7月28日 から。

評価

この issue はまだ評価されていません。

説明

Summary

The official graphprotocol/graph-node:v0.41.0 container image uses Debian
Bookworm as its runtime base:

https://github.com/graphprotocol/graph-node/blob/v0.41.0/docker/Dockerfile

A container scan reports that the runtime image includes Debian's perl-base
package and flags the following publicly disclosed vulnerabilities:

  • CVE-2026-12087
  • CVE-2026-48959
  • CVE-2026-48961
  • CVE-2026-48962

The current Graph Node Dockerfile also appears to use a dated Debian Bookworm
runtime base:

https://github.com/graphprotocol/graph-node/blob/master/docker/Dockerfile

Request

Would the maintainers consider one of the following?

  1. Refresh the pinned Debian Bookworm runtime base.
  2. Upgrade the affected Perl packages when fixed Bookworm packages become
    available.
  3. Remove Perl from the final runtime image if it is not required by Graph Node.
  4. Publish a rebuilt image after the relevant Debian updates become available.

Reproduction

The installed packages can be inspected with:

docker run --rm --entrypoint sh graphprotocol/graph-node:v0.41.0 -c \
  'cat /etc/os-release; dpkg-query -W perl-base perl libsocket-perl libio-compress-perl 2>/dev/null || true'
Upstream status

Debian is already tracking these issues:

https://security-tracker.debian.org/tracker/CVE-2026-12087
https://security-tracker.debian.org/tracker/CVE-2026-48959
https://security-tracker.debian.org/tracker/CVE-2026-48961
https://security-tracker.debian.org/tracker/CVE-2026-48962
The underlying fixes are already available upstream:

Socket fix:
https://github.com/Perl/perl5/commit/de19a0b0ad1900fef976c5c1400bd8f11ec6c6cb
IO::Compress fixes:
https://github.com/pmqs/IO-Compress/commit/68db44076f4c1a86a2ffe53a958eac6cabaf72e2
https://github.com/pmqs/IO-Compress/commit/33c89d03d6e746ed2ead4f2f6570d47864c61bc7
https://github.com/pmqs/IO-Compress/commit/f2db247bf90d4cc7ee2710be384946081f3b4610
Thank you for maintaining the Graph Node container images.

主要言語
Rust
スター
3.2k
フォーク
1.1k
平均マージ
4日 1時間
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

graphprotocol/graph-node のほかの issue

graphprotocol/graph-node の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。