VYPR

rpm package

opensuse/go1.26&distro=openSUSE Leap 15.6

pkg:rpm/opensuse/go1.26&distro=openSUSE%20Leap%2015.6

Vulnerabilities (5)

  • CVE-2026-27142MedMar 6, 2026
    affected < 1.26.1-150000.1.6.1fixed 1.26.1-150000.1.6.1

    Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value "refresh". A new GODEBUG setting has been added, htmlmetacontenturlescape, which can be used to disable escap

  • CVE-2026-27139LowMar 6, 2026
    affected < 1.26.1-150000.1.6.1fixed 1.26.1-150000.1.6.1

    On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary

  • CVE-2026-27138MedMar 6, 2026
    affected < 1.26.1-150000.1.6.1fixed 1.26.1-150000.1.6.1

    Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash programs that are either directly verifying X.509 certificate chains, or those that use TLS.

  • CVE-2026-27137HigMar 6, 2026
    affected < 1.26.1-150000.1.6.1fixed 1.26.1-150000.1.6.1

    When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.

  • CVE-2026-25679HigMar 6, 2026
    affected < 1.26.1-150000.1.6.1fixed 1.26.1-150000.1.6.1

    url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.