Lucene search
K

4828 matches found

RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.14 views

CVE-2023-52783

In the Linux kernel, the following vulnerability has been resolved: net: wangxun: fix kernel panic due to null pointer When the device uses a custom subsystem vendor ID, the function wxswinit returns before the memory of 'wx-mactable' is allocated. The null pointer will causes the kernel panic...

4.4CVSS5.2AI score0.00208EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:9 a.m.19 views

CVE-2023-52774

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: protect device queue against concurrent access In dasdprofilestart the amount of requests on the device queue are counted. The access to the device queue is unprotected against concurrent access. With a lot of parallel...

4.4CVSS6.5AI score0.0024EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:7 a.m.24 views

CVE-2021-47492

In the Linux kernel, the following vulnerability has been resolved: mm, thp: bail out early in collapsefile for writeback page Currently collapsefile does not explicitly check PGwriteback, instead, pagehasprivate and trytoreleasepage are used to filter writeback pages. This does not work for xfs...

5.5CVSS6.4AI score0.0021EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:7 a.m.21 views

CVE-2021-47480

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won't be unloaded before SCSI host instance is...

6CVSS6.4AI score0.0021EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:6 a.m.17 views

CVE-2021-47462

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: do not allow illegal MPOLFNUMABALANCING | MPOLLOCAL in mbind syzbot reported access to unitialized memory in mbind 1 Issue came with commit bda420b98505 "numa balancing: migrate on fault among multiple bound nodes"...

5.5CVSS6.4AI score0.0018EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:2 a.m.32 views

CVE-2023-52872

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix race condition in status line change on dead connections gsmcleanupmux cleans up the gsm by closing all DLCIs, stopping all timers, removing the virtual tty devices and clearing the data queues. This procedure,...

4.1CVSS6.4AI score0.00172EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:5 a.m.2 views

SUSE CVE-2021-47229

In the Linux kernel, the following vulnerability has been resolved: PCI: aardvark: Fix kernel panic during PIO transfer Trying to start a new PIO transfer by writing value 0 in PIOSTART register when previous transfer has not yet completed which is indicated by value 1 in PIOSTART causes an...

5.5CVSS6.6AI score0.00226EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/05/23 3:5 a.m.2 views

SUSE CVE-2021-47276

In the Linux kernel, the following vulnerability has been resolved: ftrace: Do not blindly read the ip address in ftracebug It was reported that a bug on arm64 caused a bad ip address to be used for updating into a nop in ftraceinit, but the error path rightfully returned -EINVAL and not -EFAULT,...

5.5CVSS6.4AI score0.00236EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2024/05/23 12:0 a.m.4 views

PT-2024-27019

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a null pointer dereference in the Linux kernel when configuring 'power' and 'submit queues' concurrently, which can trigger a kernel panic. This occurs because de...

7.5CVSS5.5AI score0.00269EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2024/05/23 12:0 a.m.2 views

PT-2024-10407

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description The vulnerability is related to the handling of dissolved but not taken off from buddy pages in the Linux kernel's memory failure module. This can cause a kernel panic due to a bad page state...

5.5CVSS5.5AI score0.00225EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.1 views

kernel: ixgbe: Fix panic during XDP_TX with > 64 CPUs

A flaw was found in the Linux kernel's ixgbe network driver. On systems with more than 64 CPUs, XDPTX operations can cause a kernel panic due to an array-index-out-of-bounds access. The ixgbexdplockingkey variable can be incorrectly decremented to zero during ring reconfiguration, causing the...

5.7AI score0.00175EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.1 views

kernel: igc: Fix Kernel Panic during ndo_tx_timeout callback

A race condition was identified in the Intel “igc” network driver in the Linux kernel. Under specific heavy traffic and timing scenarios, such as when the transmit queue times out ndotxtimeout and the adapter reset path is invoked concurrently with device teardown or reinitialization, the driver...

5.8AI score0.00168EPSS
Exploits0References5
OSV
OSV
added 2024/05/22 9:15 a.m.1 views

DEBIAN-CVE-2021-47498

In the Linux kernel, the following vulnerability has been resolved: dm rq: don't queue request to blk-mq during DM suspend DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue. But blk-mq's unquiesce may come from outside events, such as elevator switch, updating nrrequests or...

5.5CVSS5.6AI score0.0021EPSS
Exploits0References1
OSV
OSV
added 2024/05/22 9:15 a.m.22 views

CVE-2021-47498

In the Linux kernel, the following vulnerability has been resolved: dm rq: don't queue request to blk-mq during DM suspend DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue. But blk-mq's unquiesce may come from outside events, such as elevator switch, updating nrrequests or...

5.5CVSS6.8AI score
Exploits0References4
OSV
OSV
added 2024/05/22 9:15 a.m.21 views

CVE-2021-47480

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won't be unloaded before SCSI host instance is...

5.5CVSS7AI score
Exploits0References8
NVD
NVD
added 2024/05/22 9:15 a.m.13 views

CVE-2021-47480

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won't be unloaded before SCSI host instance is...

5.5CVSS6.3AI score0.0021EPSS
Exploits0References8
OSV
OSV
added 2024/05/22 9:15 a.m.1 views

DEBIAN-CVE-2021-47480

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won't be unloaded before SCSI host instance is...

5.5CVSS5.3AI score0.0021EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/22 9:15 a.m.16 views

CVE-2021-47480

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won't be unloaded before SCSI host instance is...

5.5CVSS5.9AI score0.0021EPSS
Exploits0References10
OSV
OSV
added 2024/05/22 9:15 a.m.0 views

UBUNTU-CVE-2021-47498

In the Linux kernel, the following vulnerability has been resolved: dm rq: don't queue request to blk-mq during DM suspend DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue. But blk-mq's unquiesce may come from outside events, such as elevator switch, updating nrrequests or...

5.5CVSS6.2AI score0.0021EPSS
Exploits0References5
OSV
OSV
added 2024/05/22 9:15 a.m.1 views

UBUNTU-CVE-2021-47480

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won't be unloaded before SCSI host instance is...

5.5CVSS5.9AI score0.0021EPSS
Exploits0References11
Rows per page
Query Builder