Skip to content

Published 1.12.7 images ship frankenphp binary with several fixable CRITICAL/HIGH Go stdlib CVEs (go1.24.4) #2628

Description

@mohaelmrabet

Summary

Docker Scout flagged several fixable CRITICAL/HIGH vulnerabilities in the Go standard library (go1.24.4) linked into the published frankenphp binary, on top of the ones already discussed in #2559.

CVE Severity (CVSS) Module Fixable
CVE-2025-68121 10.0 CRITICAL golang/stdlib go1.24.4 yes
CVE-2026-39821 9.6 CRITICAL golang/stdlib go1.24.4 yes
CVE-2026-33818 7.5 HIGH golang/stdlib go1.24.4 yes
CVE-2025-61726 7.5 HIGH golang/stdlib go1.24.4 yes
CVE-2025-61725 7.5 HIGH golang/stdlib go1.24.4 yes

Found scanning dunglas/frankenphp:1.12.7-php8.5 (via a downstream image built FROM it) with Docker Scout.

Reproduction

docker scout cves dunglas/frankenphp:1.12.7-php8.5 --only-severity critical,high --only-fixed

or with Trivy:

trivy image --scanners vuln --severity CRITICAL,HIGH --ignore-unfixed dunglas/frankenphp:1.12.7-php8.5

Request

Similar to #2559: a Go toolchain bump (or rebuild against a newer go1.24.x/go1.25.x) in the next release would resolve these. Not asking for a dedicated release — just flagging so they're picked up in the next routine build, since they weren't part of the module list discussed in #2559.

Happy to close as a duplicate/false-positive if these are already known to not affect FrankenPHP's actual usage of these stdlib packages, same as the #2559 outcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions