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.
総合評価: CVE-2025-0913 は低リスク(27.4/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.24%、15 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.24% | +0.23% |
| 2 | 2025-06-12 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 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 | タグ |
|---|---|
| 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 |