Lucene search
+L

2490 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: af_unix: Fix data-race around unix_tot_inflight

A data race condition was found in the Linux kernel's AFUNIX socket implementation. The unixtotinflight variable is modified under spinlockunixgclock but read without synchronization in unixreleasesock. This was detected by KCSAN Kernel Concurrency Sanitizer. The fix adds READONCE to ensure prope...

6AI score0.00192EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.4 views

kernel: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in sndhdacregmapsync The variable codec-regmap is often protected by the lock codec-regmaplock when is accessed. However, it is accessed without holding the lock...

5.5CVSS6.8AI score0.00146EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: RDMA/irdma: Fix data race on CQP request done

A race condition was identified in the RDMA/irdma subsystem of the Linux kernel affecting how completion queue pair CQP requests are processed. The cqprequest-requestdone memory location is accessed without appropriate synchronization in the irdmahandlecqpop function while it is concurrently...

5.8AI score0.00168EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: af_unix: Fix data-races around user->unix_inflight

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

4.7CVSS6.8AI score0.0011EPSS
SaveExploits0References5
Amazon
Amazon
added 2024/04/30 12:0 a.m.10 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr...

9.8CVSS6.7AI score0.00828EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/04/28 12:0 a.m.35 views

RHEL 7 / 8 : OpenShift Virtualization 4.9.0 RPMs (RHSA-2021:4103)

The remote Redhat Enterprise Linux 7 / 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:4103 advisory. OpenShift Virtualization is Red Hat's virtualization solution designed for Red Hat OpenShift Container Platform. This advisory contains...

7.5CVSS7.2AI score0.0473EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2024/04/25 12:0 a.m.7 views

PT-2024-26835

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description A missing lock when picking a channel in the smb3 module of the Linux kernel has been identified. This issue was spotted by Coverity, which reported a data race condition due to the missing loc...

7.5CVSS5.4AI score0.00164EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/20 2:8 a.m.5 views

SUSE CVE-2024-26862

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignoreoutgoing ignoreoutgoing is read locklessly from devqueuexmitnit and packetgetsockopt Add appropriate READONCE/WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in devqueuexmitn...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.3 views

SUSE CVE-2024-26861

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receivingcounter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair-receivingcounter.counter. Use READONCE and WRITEONCE annotations to mark the data rac...

5.5CVSS6.4AI score0.00177EPSS
SaveExploits0References16
Tenable Nessus
Tenable Nessus
added 2024/04/19 12:0 a.m.46 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS : Linux kernel vulnerabilities (USN-6740-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6740-1 advisory. Wei Chen discovered that a race condition existed in the TIPC protocol implementation in the Linux kernel, leading to a null...

7.8CVSS7.8AI score0.01377EPSS
SaveExploits4References16
RedhatCVE
RedhatCVE
added 2024/04/17 7:28 p.m.37 views

CVE-2024-26862

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignoreoutgoing ignoreoutgoing is read locklessly from devqueuexmitnit and packetgetsockopt Add appropriate READONCE/WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in devqueuexmitn...

4.7CVSS6.9AI score0.00208EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 7:28 p.m.28 views

CVE-2024-26861

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receivingcounter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair-receivingcounter.counter. Use READONCE and WRITEONCE annotations to mark the data rac...

4.1CVSS6.9AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 5:54 p.m.43 views

CVE-2024-26904

A data race vulnerability in the btrfsuseblockrsv function in the Linux kernel's btrfs filesystem code has been resolved. This issue led to inconsistent block reserve management, potentially causing data corruption or other filesystem errors. Mitigation Mitigation for this issue is either not...

5.5CVSS7AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 5:54 p.m.30 views

CVE-2024-26905

A flaw was found in the btrfs filesystem, which involves data races when accessing reserved block reserves. These data races can lead to unpredictable behavior or system crashes. Mitigation Mitigation for this issue is either not available or the currently available options do not meet the Red Ha...

5.5CVSS6.1AI score
SaveExploits0References4
NVD
NVD
added 2024/04/17 11:15 a.m.26 views

CVE-2024-26862

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignoreoutgoing ignoreoutgoing is read locklessly from devqueuexmitnit and packetgetsockopt Add appropriate READONCE/WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in devqueuexmitn...

4.7CVSS7.3AI score0.00208EPSS
SaveExploits0References9
OSV
OSV
added 2024/04/17 11:15 a.m.3 views

DEBIAN-CVE-2024-26862

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignoreoutgoing ignoreoutgoing is read locklessly from devqueuexmitnit and packetgetsockopt Add appropriate READONCE/WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in devqueuexmitn...

4.7CVSS5.1AI score0.00208EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/17 11:15 a.m.14 views

CVE-2024-26861

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receivingcounter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair-receivingcounter.counter. Use READONCE and WRITEONCE annotations to mark the data rac...

4.7CVSS7.4AI score0.00177EPSS
SaveExploits0References9
OSV
OSV
added 2024/04/17 11:15 a.m.3 views

DEBIAN-CVE-2024-26861

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receivingcounter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair-receivingcounter.counter. Use READONCE and WRITEONCE annotations to mark the data rac...

4.7CVSS5.5AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.3 views

UBUNTU-CVE-2024-26861

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receivingcounter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair-receivingcounter.counter. Use READONCE and WRITEONCE annotations to mark the data rac...

4.7CVSS6.1AI score0.00177EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.33 views

CVE-2024-26861

In the Linux kernel, the following vulnerability has been resolved: wireguard: receive: annotate data-race around receivingcounter.counter Syzkaller with KCSAN identified a data-race issue when accessing keypair-receivingcounter.counter. Use READONCE and WRITEONCE annotations to mark the data rac...

4.7CVSS6.3AI score0.00177EPSS
SaveExploits0References24
Rows per page
Query Builder