New Vulnerability Finding for X-Crypto and Go (Dec-2025)
Currently, I am working on buliding Fargate-Gitlab-Runner container image using https://gitlab-runner-custom-fargate-downloads.s3.amazonaws.com/latest/fargate-linux-amd64. Below is the Gitlab Container Scanning report on 1-Dec-2025.
| Vulnerability ID | Affected Library | Analysis & Reason |
|---|---|---|
|
CVE-2025-47914 CVE-2025-58181 |
golang.org/x/crypto |
Reason: The Fargate driver relies on the The Flaw: The version currently compiled into the binary ( Why it's there: The |
|
CVE-2025-58183 CVE-2025-58186 CVE-2025-58187 |
|
Reason: The Fargate driver is written in Go. When it was compiled into a binary, the compiler (Go Toolchain) embedded its standard library functions (like handling HTTP requests, parsing TAR files, and checking certificates) directly into the executable. The Flaw: The report shows the binary was built with Go 1.25.1. This specific version of Go contains critical bugs in Why it's there: The binary on S3 was built using the Go 1.25.1 compiler. It has not yet been rebuilt with the patched Go 1.25.3 compiler. |