Lucene search
+L

2499 matches found

OSV
OSV
added 2024/06/19 2:15 p.m.4 views

DEBIAN-CVE-2024-38596

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

4.7CVSS6AI score0.00186EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.18 views

CVE-2024-38596

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

4.7CVSS6.3AI score0.00186EPSS
SaveExploits0References31
OSV
OSV
added 2024/06/19 2:15 p.m.11 views

UBUNTU-CVE-2024-38596

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

4.7CVSS6.1AI score0.00186EPSS
SaveExploits0References32
Cvelist
Cvelist
added 2024/06/19 1:45 p.m.29 views

CVE-2024-38596 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

0.00186EPSS
SaveExploits0References9
CVE
CVE
added 2024/06/19 1:45 p.m.186 views

CVE-2024-38596

CVE-2024-38596 is a Linux kernel vulnerability in af_unix data races between unix_release_sock/unix_stream_sendmsg. The races occur because sk_shutdown is written atomically by unix_release_sock() (WRITE_ONCE) but read non‑atomically by unix_stream_sendmsg(), triggering a KCSAN data race (BUG: KC...

4.7CVSS6.4AI score0.00186EPSS
SaveExploits0References13Affected Software1
OSV
OSV
added 2024/06/19 1:45 p.m.17 views

CVE-2024-38596 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races in unixreleasesock/unixstreamsendmsg A data-race condition has been identified in afunix. In one data path, the write function unixreleasesock atomically writes to sk-skshutdown using WRITEONCE. However, on...

4.7CVSS5.9AI score0.00186EPSS
SaveExploits0References16
OSV
OSV
added 2024/06/12 11:33 a.m.30 views

SUSE-SU-2024:2008-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47548: Fixed a possible array out-of=bounds bsc1225506 - CVE-2022-48689: Fixed data-race in lruaddfn bsc1223959 - CVE-2022-48691: Fixed memory leak in...

9.8CVSS8.7AI score0.17563EPSS
SaveExploits8References1162
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.4 views

kernel: net: bridge: data races indata-races in br_handle_frame_finish()

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

7CVSS6.4AI score0.0019EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/01 2:22 a.m.4 views

SUSE CVE-2024-36938

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

4.7CVSS6.3AI score0.00244EPSS
SaveExploits0References16
RedHat Linux
RedHat Linux
added 2024/05/31 3:51 p.m.4 views

kernel: net: bridge: data races indata-races in br_handle_frame_finish()

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

7CVSS6.4AI score0.0019EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.23 views

CVE-2024-36938

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

5.5CVSS6.3AI score0.00244EPSS
SaveExploits0References26
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.24 views

CVE-2024-36938 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

6.7AI score0.00244EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.38 views

CVE-2024-36938 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueue Fix NULL pointer data-races in skpsockskbingressenqueue which syzbot reported 1. 1 BUG: KCSAN: data-race in skpsockdrop / skpsockskbingressenqueue write to...

6.3AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/29 11:22 a.m.17 views

CLSA-2024-1716981762 Fix of 17 CVEs

CVE-url: https://ubuntu.com/security/CVE-2022-48673 - net/smc: Fix possible access to freed memory in link clear CVE-url: https://ubuntu.com/security/CVE-2024-35997 - HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up CVE-url: https://ubuntu.com/security/CVE-2023-52752 - smb: client:...

7.8CVSS6.7AI score0.00279EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/29 11:12 a.m.23 views

CLSA-2024-1716981167 Fix of 17 CVEs

CVE-url: https://ubuntu.com/security/CVE-2022-48673 - net/smc: Fix possible access to freed memory in link clear CVE-url: https://ubuntu.com/security/CVE-2024-35997 - HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up CVE-url: https://ubuntu.com/security/CVE-2023-52752 - smb: client:...

7.8CVSS6.8AI score0.00279EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/05/28 12:0 a.m.8 views

openSUSE Security Advisory (openSUSE-SU-2024:0143-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS10AI score0.0097EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/27 1:0 p.m.3 views

OPENSUSE-SU-2024:0143-1 Security update for libqt5-qtnetworkauth

This update for libqt5-qtnetworkauth fixes the following issues: - CVE-2024-36048: Fixed data race and poor seeding in generateRandomString boo1224782...

9.8CVSS9.6AI score0.0097EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2024/05/25 12:0 a.m.11 views

openSUSE Security Advisory (openSUSE-SU-2024:0138-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS10AI score0.0097EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/24 4:1 p.m.10 views

OPENSUSE-SU-2024:0138-1 Security update for qt6-networkauth

This update for qt6-networkauth fixes the following issues: - CVE-2024-36048: Fixed data race and poor seeding in generateRandomString boo1224782...

9.8CVSS7AI score0.0097EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2024/05/24 7:0 a.m.3 views

netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()

...

7CVSS7.3AI score0.00213EPSS
SaveExploits0
Rows per page
Query Builder