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.
Conclusion & alert: CVE-2025-0913 is rated Low Risk (22.4/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.01%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2025-06-12 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.5 | 3.1 | MEDIUM |
|
1.8 | 3.6 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-0913: 1 source package rows (go); 130 state rows across 2 repos (3.22-community, edge-community); fixed 2, open 128. | https://security.alpinelinux.org/vuln/CVE-2025-0913 |
debian
|
unimportant | CVE-2025-0913 unimportant priority: Debian including 3 source packages (golang-1.15, golang-1.19, golang-1.24), 3 status rows across 3 suites (bookworm, bullseye, trixie): resolved 3. | https://security-tracker.debian.org/tracker/CVE-2025-0913 |
suse
|
medium | CVE-2025-0913 severity moderate: SUSE including 115 source package names (1.23.10-2.7.6:go1.23-1.23.10-150000.1.34.1, 1.23.10-2.7.6:go1.23-doc-1.23.10-150000.1.34.1, …), 493 product×package rows across 34 product lines (Container bci/golang, Container suse/sl-micro/6.0/baremetal-os-container, … (34 product lines)): Fixed 386, Known Not Affected 107. | https://www.suse.com/security/cve/CVE-2025-0913/ |
ubuntu
|
medium | CVE-2025-0913 medium priority: Ubuntu including 15 source packages (golang, golang-1.10, …), 108 status rows across 10 suites (bionic, focal, jammy, noble, oracular, plucky, questing, trusty, upstream, xenial): DNE 57, ignored 30, needs-triage 21. | https://ubuntu.com/security/CVE-2025-0913 |
| URL | Tags |
|---|---|
| https://go.dev/cl/672396 | Issue Tracking |
| https://go.dev/issue/73702 | Issue Tracking |
| https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A | Mailing List |
| https://pkg.go.dev/vuln/GO-2025-3750 | Vendor Advisory |