Lucene search
+L

2591 matches found

EUVD
EUVD
added 2025/12/27 12:40 a.m.8 views

EUVD-2025-205461

NanoMQ MQTT Broker NanoMQ is an Edge Messaging Platform. Prior to version 0.24.2, there is a classical data racing issue about sub info list which could result in heap use after free crash. This issue has been patched in version 0.24.2...

7.5CVSS6.3AI score0.00368EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/12/27 12:00 a.m.9 views

PT-2025-53615

Name of the Vulnerable Software and Affected Versions NanoMQ versions prior to 0.24.2 Description NanoMQ MQTT Broker contains a data racing issue related to the sub info list, potentially leading to a heap use after free crash. Recommendations Update to version 0.24.2 or later...

7.5CVSS6.7AI score0.00368EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2025/12/25 1:59 p.m.12 views

CVE-2023-53998

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on dataavail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.5 views

SUSE CVE-2023-54006

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-54006

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE f...

5.6AI score0.00215EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2022-55797

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

6AI score0.00243EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50764

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

0.00243EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.14 views

CVE-2023-54072

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocati...

6.2AI score0.002EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2023-54072

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocati...

6.3AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:05 p.m.6 views

CVE-2022-50764 ipv6/sit: use DEV_STATS_INC() to avoid data-races

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 1:05 p.m.30 views

CVE-2022-50764 ipv6/sit: use DEV_STATS_INC() to avoid data-races

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

0.00243EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 12:23 p.m.26 views

CVE-2023-54072

Technical details for CVE-2023-54072 are not provided in the supplied documents; the connected OSV entries list many CVEs but do not include this one. Monitor for updates.

6AI score0.002EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.30 views

CVE-2023-54072 ALSA: pcm: Fix potential data race at PCM memory allocation helpers

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocati...

0.002EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:23 p.m.14 views

CVE-2023-54072 ALSA: pcm: Fix potential data race at PCM memory allocation helpers

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential data race at PCM memory allocation helpers The PCM memory allocation helpers have a sanity check against too many buffer allocations. However, the check is performed without a proper lock and the allocati...

6.2AI score
SaveExploits0References9
NVD
NVD
added 2025/12/24 11:15 a.m.7 views

CVE-2023-54006

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

0.00215EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.7 views

CVE-2023-54006

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

5.7AI score0.00215EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 11:15 a.m.5 views

UBUNTU-CVE-2023-54006

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

5.7AI score0.00215EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/24 10:55 a.m.21 views

CVE-2023-54006

CVE-2023-54006 affects the Linux kernel af_unix path. It is a data race where unix_tot_inflight is written under a spin_lock but read locklessly by unix_release_sock; the fix is to use READ_ONCE() for unix_tot_inflight. The description (and multiple advisories) indicate a KCSAN-detected race betw...

6AI score0.00215EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.36 views

CVE-2023-54006 af_unix: Fix data-race around unix_tot_inflight.

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

0.00215EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2025/12/24 9:04 a.m.11 views

atm/fore200e: Fix possible data race in fore200e_open()

...

4.7CVSS6.7AI score0.00188EPSS
SaveExploits0
Rows per page
Query Builder