VYPR

filepath

by Go

CVEs (2)

  • CVE-2023-45283HigNov 9, 2023
    risk 0.49cvss 7.5epss 0.03

    The filepath package does not recognize paths with a \??\ prefix as special. On Windows, a path beginning with \??\ is a Root Local Device path equivalent to a path beginning with \\?\. Paths with a \??\ prefix may be used to access arbitrary locations on the system. For…

  • CVE-2022-30632HigAug 10, 2022
    risk 0.49cvss 7.5epss 0.02

    Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.