Lucene search
+L

2184 matches found

UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.11 views

CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.5CVSS5.8AI score0.00167EPSS
SaveExploits0References19
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.31 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.00192EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.8 views

CVE-2022-50699 selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()

In the Linux kernel, the following vulnerability has been resolved: selinux: enable use of both GFPKERNEL and GFPATOMIC in convertcontext The following warning was triggered on a hardware environment: SELinux: Converting 162 SID table entries... BUG: sleeping function called from invalid context ...

6.3AI score
SaveExploits0References7
OSV
OSV
added 2025/12/24 10:32 a.m.9 views

CVE-2025-68358 btrfs: fix racy bitfield write in btrfs_clear_space_info_full()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

6.5AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.28 views

PT-2025-53199

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/msm/dpu subsystem. Specifically, a missing check for a null pointer after a kzalloc call can lead to a null pointer dereference within the drm...

7.8CVSS7.3AI score0.00853EPSS
SaveExploits2References896
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from updating rates in an atomic context, which may result in an RCU warning...

6.2AI score0.0025EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a call to a potentially sleepy function in an atomic context that could lead to a kernel error...

6.1AI score0.00175EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.30 views

PT-2025-52929

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.10.0 1 Description The Linux kernel contained an issue where the convert context function, called within a critical section, could potentially cause a process to sleep while allocating memory using GFP KERNEL...

7.8CVSS6.5AI score0.00853EPSS
SaveExploits2References893
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.11 views

PT-2025-52964

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a race condition within the vmci host poll function that can lead to a general protection fault GPF. This issue occurs due to non-atomic reads of vmci host...

7.8CVSS6.2AI score0.00853EPSS
SaveExploits2References899
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a non-atomic read or write to a bit field, which could lead to data corruption...

5.5CVSS6.1AI score0.00167EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/17 12:30 a.m.7 views

SUSE CVE-2025-40348

In the Linux kernel, the following vulnerability has been resolved: slab: Avoid race on slab-objexts in allocslabobjexts If two competing threads enter allocslabobjexts and one of them fails to allocate the object extension vector, it might override the valid slab-objexts allocated by the other...

6.4AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/17 12:26 a.m.8 views

SUSE CVE-2025-68174

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: enhance kfd process check in switch partition current switch partition only check if kfdprocessestable is empty. kfdprcessestable entry is deleted in kfdprocessnotifierrelease, but kfdprocess tear down is in...

5.5CVSS6.4AI score0.00128EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/17 12:23 a.m.6 views

SUSE CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

5.5CVSS6.5AI score0.00367EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/17 12:23 a.m.4 views

SUSE CVE-2025-68321

In the Linux kernel, the following vulnerability has been resolved: pagepool: always add GFPNOWARN for ATOMIC allocations Driver authors often forget to add GFPNOWARN for page allocation from the datapath. This is annoying to users as OOMs are a fact of life, and we pretty much expect network Rx ...

7.5CVSS6.5AI score0.00394EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 6:31 p.m.7 views

EUVD-2025-203809

In the Linux kernel, the following vulnerability has been resolved: pagepool: always add GFPNOWARN for ATOMIC allocations Driver authors often forget to add GFPNOWARN for page allocation from the datapath. This is annoying to users as OOMs are a fact of life, and we pretty much expect network Rx ...

6AI score0.00394EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/16 6:31 p.m.7 views

EUVD-2025-203810

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

5.9AI score0.00367EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/16 4:16 p.m.9 views

CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS0.00367EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/16 4:16 p.m.4 views

CVE-2025-68321

In the Linux kernel, the following vulnerability has been resolved: pagepool: always add GFPNOWARN for ATOMIC allocations Driver authors often forget to add GFPNOWARN for page allocation from the datapath. This is annoying to users as OOMs are a fact of life, and we pretty much expect network Rx ...

7.5CVSS0.00394EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.4 views

CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS5.4AI score0.00367EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/16 4:16 p.m.4 views

UBUNTU-CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS5.7AI score0.00367EPSS
SaveExploits0References22
Rows per page
Query Builder