Insecure digital certificates In golang-1.15
Description
Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module proxy and are fetching modules directly (i.e. GOPROXY=off).
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | - | ||
go | 1.20.12 | ||
rpm rhel8 | 0:1.20.12-1.module+el8.9.0+21033+5795bdf6 | ||
rpm rhel9 | 0:1.20.12-1.el9_3 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.