Lucene search
+L

11076 matches found

NVD
NVD
added 2024/05/21 4:15 p.m.28 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...

5.5CVSS5.2AI score0.00208EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 4:15 p.m.5 views

DEBIAN-CVE-2023-52787

In the Linux kernel, the following vulnerability has been resolved: blk-mq: make sure active queue usage is held for biointegrityprep blkintegrityunregister can come if queue usage counter isn't held for one bio with integrity prepared, so this request may be completed with calling...

5.5CVSS5AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.26 views

CVE-2023-52770

In the Linux kernel, the following vulnerability has been resolved: f2fs: split initial and dynamic conditions for extentcache Let's allocate the extentcache tree without dynamic conditions to avoid a missing condition causing a panic as below. create a file w/ a compressed flag disable the...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 4:15 p.m.3 views

DEBIAN-CVE-2023-52770

In the Linux kernel, the following vulnerability has been resolved: f2fs: split initial and dynamic conditions for extentcache Let's allocate the extentcache tree without dynamic conditions to avoid a missing condition causing a panic as below. create a file w/ a compressed flag disable the...

5.5CVSS5.5AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-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...

5.5CVSS5AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52763

In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DATdata. The i3cmasterbusinit function may attach the I2C devices before the I3C bus initialization. In this flow, the DAT allocentry will be used before the DAT init...

5.5CVSS5.1AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.32 views

CVE-2023-52759

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.5AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.29 views

CVE-2023-52791

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

5.5CVSS6AI score0.0024EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.24 views

CVE-2023-52763

In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DATdata. The i3cmasterbusinit function may attach the I2C devices before the I3C bus initialization. In this flow, the DAT allocentry will be used before the DAT init...

5.5CVSS5.5AI score0.00236EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.22 views

CVE-2023-52848

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop metainode's page cache in f2fsputsuper syzbot reports a kernel bug as below: F2FS-fs loop1: detect filesystem reference count leak during umount, type: 10, count: 1 kernel BUG at fs/f2fs/super.c:1639! CPU: 0 PID...

5.5CVSS5.9AI score0.00236EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.13 views

UBUNTU-CVE-2023-52770

In the Linux kernel, the following vulnerability has been resolved: f2fs: split initial and dynamic conditions for extentcache Let's allocate the extentcache tree without dynamic conditions to avoid a missing condition causing a panic as below. create a file w/ a compressed flag disable the...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

UBUNTU-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,...

7.8CVSS5.7AI score0.00179EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

UBUNTU-CVE-2023-52848

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop metainode's page cache in f2fsputsuper syzbot reports a kernel bug as below: F2FS-fs loop1: detect filesystem reference count leak during umount, type: 10, count: 1 kernel BUG at fs/f2fs/super.c:1639! CPU: 0 PID...

5.5CVSS5.7AI score0.00236EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.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,...

7.8CVSS5.6AI score0.00179EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 4:15 p.m.12 views

UBUNTU-CVE-2023-52797

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

5.5CVSS5.7AI score0.0028EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.29 views

UBUNTU-CVE-2023-52763

In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DATdata. The i3cmasterbusinit function may attach the I2C devices before the I3C bus initialization. In this flow, the DAT allocentry will be used before the DAT init...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 4:15 p.m.19 views

UBUNTU-CVE-2023-52750

In the Linux kernel, the following vulnerability has been resolved: arm64: Restrict CPUBIGENDIAN to GNU as or LLVM IAS 15.x or newer Prior to LLVM 15.0.0, LLVM's integrated assembler would incorrectly byte-swap NOP when compiling for big-endian, and the resulting series of bytes happened to match...

5.5CVSS5.9AI score0.0024EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 4:15 p.m.25 views

UBUNTU-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...

5.5CVSS5.8AI score0.00208EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.25 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...

5.5CVSS5.5AI score0.0024EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.21 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...

5.5CVSS5.8AI score0.00208EPSS
SaveExploits0References4
Rows per page
Query Builder