Name
CVE-2025-0913
Description
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.
CWEs
Published Date
Updated Date
Workaround
-
Advisories
https://go.dev/cl/672396Issue Tracking
https://go.dev/issue/73702Issue Tracking
https://pkg.go.dev/vuln/GO-2025-3750Vendor Advisory
Analysis#
Vulnerability Ratings#
5.5
CVSSv31
NaN
other
Others affected components#
Name
Project
Project Version
Version
Status
openwrt
master
1.24.13-r1
Not Affected
openwrt
master
1.26.4-r1
Not Affected
openwrt
openwrt-25.12
1.24.13-r1
Not Affected
openwrt
openwrt-25.12
1.26.4-r1
Not Affected
yocto
kirkstone
1.17.13
Not Affected
yocto
kirkstone
1.17.13
Not Affected
yocto
master
1.26.4
Not Affected
yocto
master
1.26.4
Not Affected