VYPR

rpm package

suse/go1.23&distro=SUSE Linux Enterprise Module for Development Tools 15 SP7

pkg:rpm/suse/go1.23&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Development%20Tools%2015%20SP7

Vulnerabilities (5)

  • CVE-2025-47906Sep 18, 2025
    affected < 1.23.12-150000.1.40.1fixed 1.23.12-150000.1.40.1

    If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.

  • CVE-2025-47907Aug 7, 2025
    affected < 1.23.12-150000.1.40.1fixed 1.23.12-150000.1.40.1

    Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the ex

  • CVE-2025-4674Jul 29, 2025
    affected < 1.23.11-150000.1.37.1fixed 1.23.11-150000.1.37.1

    The go command may execute unexpected commands when operating in untrusted VCS repositories. This occurs when possibly dangerous VCS configuration is present in repositories. This can happen when a repository was fetched via one VCS (e.g. Git), but contains metadata for another V

  • CVE-2025-0913Jun 11, 2025
    affected < 1.23.10-150000.1.34.1fixed 1.23.10-150000.1.34.1

    os.OpenFile(path, os.O_CREATE|O_EXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with O_CREATE and O_EXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent loca

  • CVE-2025-4673MedJun 11, 2025
    affected < 1.23.10-150000.1.34.1fixed 1.23.10-150000.1.34.1

    Proxy-Authorization and Proxy-Authenticate headers persisted on cross-origin redirects potentially leaking sensitive information.