Lucene search
+L

2586 matches found

Cvelist
Cvelist
added 2025/07/25 12:53 p.m.17 views

CVE-2025-38383 mm/vmalloc: fix data race in show_numa_info()

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

0.00113EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.10 views

CVE-2025-38383

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

4.7CVSS4.9AI score0.00113EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.6 views

CVE-2025-38383

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

4.7CVSS5.7AI score0.00113EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/25 12:00 a.m.6 views

PT-2025-30783 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A data race was identified in the show numa info function within the vmalloc.c file. The issue stems from concurrent read and write access to m-private by multiple CPUs, leading to a...

6.2AI score0.00113EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.4 views

SUSE CVE-2025-38337

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS6.4AI score0.00164EPSS
SaveExploits0References23
OSV
OSV
added 2025/07/10 9:15 a.m.3 views

DEBIAN-CVE-2025-38337

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS5.5AI score0.00164EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/10 9:15 a.m.9 views

CVE-2025-38337

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS0.00164EPSS
SaveExploits0References10
OSV
OSV
added 2025/07/10 9:15 a.m.7 views

AZL-64986 CVE-2025-38337 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS6.3AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 9:15 a.m.7 views

UBUNTU-CVE-2025-38337

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS6.1AI score0.00164EPSS
SaveExploits0References42
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.6 views

CVE-2025-38337

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

5.5CVSS5.5AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2025/07/10 8:15 a.m.102 views

CVE-2025-38337

CVE-2025-38337 : Linux kernel data-race in jbd2_journal_dirty_metadata leading to potential null dereference of handle->h_transaction. The issue arises because handle may be NULL and is not checked before dereferencing, allowing a data race between jbd2_journal_dirty_metadata and ext4/jbd2 han...

5.5CVSS6.4AI score0.00164EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/10 8:15 a.m.21 views

CVE-2025-38337 jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38337 jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2journaldirtymetadata Since handle-htransaction may be a NULL pointer, so we should change it to call ishandleabortedhandle first before dereferencing it. And the following data-race w...

6AI score
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/07/10 12:00 a.m.8 views

PT-2025-29059

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the jbd2 journal dirty metadata function, resulting in a data race and potential null pointer dereference. The issue stems from a missing data-race...

5.5CVSS6.8AI score0.00164EPSS
SaveExploits0
Amazon
Amazon
added 2025/07/10 12:00 a.m.28 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: schhfsc: Fix qlen accounting bug when using peek in hfscenqueue CVE-2025-38000 In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu read protection for procfs content...

7.8CVSS6.4AI score0.00411EPSS
SaveExploits0
Amazon
Amazon
added 2025/06/23 12:00 a.m.16 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: schhfsc: Fix qlen accounting bug when using peek in hfscenqueue CVE-2025-38000 In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Address reentrant enqueue adding class to eltree...

7.8CVSS6.8AI score0.00453EPSS
SaveExploits3
RedhatCVE
RedhatCVE
added 2025/06/20 6:44 p.m.11 views

CVE-2025-38037

In the Linux kernel, the following vulnerability has been resolved: vxlan: Annotate FDB data races The 'used' and 'updated' fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to reports such as 1. Can be reproduced using 2. Suppress these reports by...

1.9CVSS6.9AI score0.00191EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 5:38 p.m.8 views

CVE-2025-38048

In the Linux kernel, the following vulnerability has been resolved: virtioring: Fix data race by tagging eventtriggered as racy for KCSAN syzbot reports a data-race when accessing the eventtriggered, here is the simplified stack when the issue occurred:...

7CVSS7.1AI score0.00119EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:39 a.m.11 views

CVE-2022-50145

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...

7CVSS7AI score0.00174EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.8 views

SUSE CVE-2022-49967

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpfjitlimit. While reading bpfjitlimit, it can be changed concurrently via sysctl, WRITEONCE in doprocdoulongvecminmax. The size of bpfjitlimit is long, so we need to add a paired READONCE to avoid...

5.5CVSS6.5AI score0.00123EPSS
SaveExploits0References4
Rows per page
Query Builder