In the Linux kernel, the following vulnerability has been resolved:
tomoyo: fix UAF write bug in tomoyo_write_control()
Since tomoyo_write_control() updates head->write_buf when write()
of long lines is requested, we need to fetch head->write_buf after
head->io_sem is held. Otherwise, concurrent write() requests can
cause use-after-free-write and double-free problems.
References
Configurations
Configuration 1 (hide)
|
History
11 Dec 2024, 17:36
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:6.8:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* |
|
CWE | CWE-416 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | () https://git.kernel.org/stable/c/2caa605079488da9601099fbda460cfc1702839f - Patch | |
References | () https://git.kernel.org/stable/c/2f03fc340cac9ea1dc63cbf8c93dd2eb0f227815 - Patch | |
References | () https://git.kernel.org/stable/c/3bfe04c1273d30b866f4c7c238331ed3b08e5824 - Patch | |
References | () https://git.kernel.org/stable/c/6edefe1b6c29a9932f558a898968a9fcbeec5711 - Patch | |
References | () https://git.kernel.org/stable/c/7d930a4da17958f869ef679ee0e4a8729337affc - Patch | |
References | () https://git.kernel.org/stable/c/a23ac1788e2c828c097119e9a3178f0b7e503fee - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Patch |
21 Nov 2024, 09:02
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
References | () https://git.kernel.org/stable/c/2caa605079488da9601099fbda460cfc1702839f - | |
References | () https://git.kernel.org/stable/c/2f03fc340cac9ea1dc63cbf8c93dd2eb0f227815 - | |
References | () https://git.kernel.org/stable/c/3bfe04c1273d30b866f4c7c238331ed3b08e5824 - | |
References | () https://git.kernel.org/stable/c/6edefe1b6c29a9932f558a898968a9fcbeec5711 - | |
References | () https://git.kernel.org/stable/c/7d930a4da17958f869ef679ee0e4a8729337affc - | |
References | () https://git.kernel.org/stable/c/a23ac1788e2c828c097119e9a3178f0b7e503fee - |
05 Nov 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jun 2024, 22:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
29 May 2024, 06:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
13 Mar 2024, 03:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
13 Mar 2024, 02:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
11 Mar 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
04 Mar 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-04 07:15
Updated : 2024-12-11 17:36
NVD link : CVE-2024-26622
Mitre link : CVE-2024-26622
CVE.ORG link : CVE-2024-26622
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free