Lucene search
+L

15333 matches found

Ubuntu
Ubuntu
added 2025/10/01 1:59 p.m.11 views

USN-7789-1: Linux kernel (Oracle) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACP...

9.8CVSS7.6AI score0.01278EPSS
SaveExploits8
NVD
NVD
added 2025/10/01 12:15 p.m.15 views

CVE-2023-53513

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

5.5CVSS0.00135EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/01 12:15 p.m.19 views

CVE-2023-53487

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtasflash: allow user copy to flash block cache objects With hardened usercopy enabled CONFIGHARDENEDUSERCOPY=y, using the /proc/powerpc/rtas/firmwareupdate interface to prepare a system firmware update yields a BUG: kern...

7.8CVSS0.00153EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.8 views

CVE-2023-53450

In the Linux kernel, the following vulnerability has been resolved: ext4: remove a BUGON in ext4mbreleasegrouppa If a malicious fuzzer overwrites the ext4 superblock while it is mounted such that the sfirstdatablock is set to a very large number, the calculation of the block group can underflow,...

5.5CVSS0.00149EPSS
SaveExploits0References9
NVD
NVD
added 2025/10/01 12:15 p.m.8 views

CVE-2022-50428

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code that was actually merged, there are several ve...

5.5CVSS0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 12:15 p.m.10 views

UBUNTU-CVE-2023-53531

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/01 12:15 p.m.12 views

UBUNTU-CVE-2022-50428

In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code that was actually merged, there are several ve...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.20 views

UBUNTU-CVE-2023-53487

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtasflash: allow user copy to flash block cache objects With hardened usercopy enabled CONFIGHARDENEDUSERCOPY=y, using the /proc/powerpc/rtas/firmwareupdate interface to prepare a system firmware update yields a BUG: kern...

7.8CVSS5.9AI score0.00153EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.18 views

CVE-2023-53531 null_blk: fix poll request timeout handling

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...

7.8CVSS0.00141EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/01 11:46 a.m.61 views

CVE-2023-53531

CVE-2023-53531 affects the Linux kernel’s null_blk poll timeout handling. The provided details describe a race between null_timeout_rq() and null_poll() that can cause a NULL pointer dereference (address 0x8) and kernel panic during io_uring benchmarks on /dev/nullb0. The root cause is a race in ...

7.8CVSS6AI score0.00141EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/10/01 11:46 a.m.14 views

CVE-2023-53513 nbd: fix incomplete validation of ioctl arg

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

5.9AI score0.00135EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 11:46 a.m.7 views

CVE-2023-53513 nbd: fix incomplete validation of ioctl arg

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:46 a.m.54 views

CVE-2023-53513

The CVE-2023-53513 issue is a Linux kernel vulnerability where incomplete validation of the nbd ioctl arg can trigger an i_size overflow when the arg is coerced to int (arg cast in nbd_ioctl /nbd_add_socket). The root cause is insufficient validation of large ioctl arguments, allowing an overflow...

5.5CVSS6.1AI score0.00135EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/10/01 11:42 a.m.40 views

CVE-2023-53487

CVE-2023-53487 concerns the Linux kernel under POWERPC: the powerpc/rtas_flash path allowed a user to copy memory into flash_block_cache objects when hardened usercopy is enabled (CONFIG_HARDENED_USERCOPY=y). The flaw is triggered via the /proc/powerpc/rtas/firmware_update interface, causing a ke...

7.8CVSS6.1AI score0.00153EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.9 views

CVE-2023-53487 powerpc/rtas_flash: allow user copy to flash block cache objects

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtasflash: allow user copy to flash block cache objects With hardened usercopy enabled CONFIGHARDENEDUSERCOPY=y, using the /proc/powerpc/rtas/firmwareupdate interface to prepare a system firmware update yields a BUG: kern...

4.8AI score0.00153EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.13 views

CVE-2023-53487 powerpc/rtas_flash: allow user copy to flash block cache objects

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtasflash: allow user copy to flash block cache objects With hardened usercopy enabled CONFIGHARDENEDUSERCOPY=y, using the /proc/powerpc/rtas/firmwareupdate interface to prepare a system firmware update yields a BUG: kern...

0.00153EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:42 a.m.30 views

CVE-2023-53450

The CVE-2023-53450 entry concerns the Linux kernel ext4 subsystem. A malicious fuzzer that overwrites the ext4 superblock while mounted can set s_first_data_block to a very large value, causing the block-group calculation to underflow and trigger a BUG_ON. The fix changes the BUG_ON to ext4_warni...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.11 views

CVE-2023-53450 ext4: remove a BUG_ON in ext4_mb_release_group_pa()

In the Linux kernel, the following vulnerability has been resolved: ext4: remove a BUGON in ext4mbreleasegrouppa If a malicious fuzzer overwrites the ext4 superblock while it is mounted such that the sfirstdatablock is set to a very large number, the calculation of the block group can underflow,...

0.00149EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/01 11:42 a.m.32 views

CVE-2022-50434

CVE-2022-50434: Technical details (affected product/component, root cause, impact, versions, fix) are not present in the connected documents. Monitor for updates.

5.5CVSS6.5AI score0.00168EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.8 views

CVE-2022-50434 blk-mq: fix possible memleak when register 'hctx' failed

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix possible memleak when register 'hctx' failed There's issue as follows when do fault injection test: unreferenced object 0xffff888132a9f400 size 512: comm "insmod", pid 308021, jiffies 4324277909 age 509.733s hex dump...

6.8AI score
SaveExploits0References12
Rows per page
Query Builder