Protection Mechanism Failure The advisory has been revoked - it doesn't affect any version of package golang-docs  (opens in a new tab)


Threat Intelligence

EPSS
1.14% (63rd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL9-GOLANGDOCS-9383757
  • published11 Mar 2025
  • disclosed6 Dec 2023

Introduced: 6 Dec 2023

CVE-2023-45285  (opens in a new tab)
CWE-693  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:9.

NVD Description

Note: Versions mentioned in the description apply only to the upstream golang-docs package and not the golang-docs package as distributed by RHEL.

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).