Skip to content

Commit 1f92cf4

Browse files
authored
Merge pull request #705 from yeazelm/advisories_10_9_0
Add advisories for runc update
2 parents 44f25dc + 856226f commit 1f92cf4

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[advisory]
2+
id = "BRSA-fokfzmhxepqx"
3+
title = "runc CVE-2025-52881"
4+
cve = "CVE-2025-52881"
5+
severity = "high"
6+
description = "When applying LSM labels, a race condition could cause runc to write the process labels into a dummy tmpfs file which could result in applying incorrect LSM labels to the container process."
7+
8+
[[advisory.products]]
9+
package-name = "runc"
10+
patched-version = "1.2.7"
11+
patched-epoch = "1"
12+
13+
[updateinfo]
14+
author = "yeazelm"
15+
issue-date = 2025-11-05T09:28:38Z
16+
arches = ["x86_64", "aarch64"]
17+
version = "10.9.0"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[advisory]
2+
id = "BRSA-kvjmd7tqofdu"
3+
title = "runc CVE-2025-52565"
4+
cve = "CVE-2025-52565"
5+
severity = "high"
6+
description = "When masking files, runc will bind-mount the container's /dev/console to /dev/pts/$n but a symlink at /dev/pts/$n could force runc to bind-mount the target."
7+
8+
[[advisory.products]]
9+
package-name = "runc"
10+
patched-version = "1.2.7"
11+
patched-epoch = "1"
12+
13+
[updateinfo]
14+
author = "yeazelm"
15+
issue-date = 2025-11-05T09:28:38Z
16+
arches = ["x86_64", "aarch64"]
17+
version = "10.9.0"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[advisory]
2+
id = "BRSA-teob8iclrtit"
3+
title = "runc CVE-2025-31133"
4+
cve = "CVE-2025-31133"
5+
severity = "high"
6+
description = "When masking files, runc will bind-mount the container's /dev/null inode on top of the file which could be replaced with another procfs file."
7+
8+
[[advisory.products]]
9+
package-name = "runc"
10+
patched-version = "1.2.7"
11+
patched-epoch = "1"
12+
13+
[updateinfo]
14+
author = "yeazelm"
15+
issue-date = 2025-11-05T09:28:38Z
16+
arches = ["aarch64", "x86_64"]
17+
version = "10.9.0"

0 commit comments

Comments
 (0)