Remote command execution In golang-1.25
Description
Arbitrary file write using cgo pkg-config directive in cmd/go Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content.
The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pkg-config command. An attacker can provide a "--log-file" argument to this directive, causing pkg-config to write to an attacker-controlled location.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 14 | 1.25.6-1 | ||
debian 13 | - | ||
go | 1.24.12 | ||
debian 11 | - | ||
debian 12 | - | ||
rpm rhel9 | 0:1.25.8-1.el9_7 | ||
rpm rhel10 | 0:1.25.8-1.el10_1 | ||
rpm rhel8 | - | - | |
rpm rhel9.6 | 0:1.25.8-1.el9_6 | ||
rpm rhel10.0 | 0:1.25.8-1.el10_0 |
1-10 of 13
10
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.