graphprotocol / graphprotocol/graph-node
Docker image includes Debian perl-base packages with unresolved CVEs
@incrypto32 arbeitet bereits daran.
Seit 28.7.2026.
- Vorherrschende Sprache
- Rust
- Sterne
- 3.2k
- Forks
- 1.1k
- Ø Merge
- 4 T. 1 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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?
- Refresh the pinned Debian Bookworm runtime base.
- Upgrade the affected Perl packages when fixed Bookworm packages become
available. - Remove Perl from the final runtime image if it is not required by Graph Node.
- 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.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.