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 applicationsUpgrade SLES:15.3
go1.24-race
to version 1.24.4-150000.1.26.1 or higher.
Note: Versions mentioned in the description apply only to the upstream go1.24-race
package and not the go1.24-race
package as distributed by SLES
.
See How to fix?
for SLES:15.3
relevant fixed versions and status.
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 location, OpenFile would create a file in that location. OpenFile now always returns an error when the O_CREATE and O_EXCL flags are both set and the target path is a symlink.