Lucene search
+L

13117 matches found

OSV
OSV
added 2025/05/02 3:56 p.m.12 views

CVE-2023-53143 ext4: fix another off-by-one fsmap error on 1k block filesystems

In the Linux kernel, the following vulnerability has been resolved: ext4: fix another off-by-one fsmap error on 1k block filesystems Apparently syzbot figured out that issuing this FSMAP call: struct fsmaphead cmd = .fmhcount = ...; .fmhkeys = .fmrdevice = / ext4 dev /, .fmrphysical = 0, ,...

5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.10 views

CVE-2023-53143

In the Linux kernel, the following vulnerability has been resolved: ext4: fix another off-by-one fsmap error on 1k block filesystems Apparently syzbot figured out that issuing this FSMAP call: struct fsmaphead cmd = .fmhcount = ...; .fmhkeys = .fmrdevice = / ext4 dev /, .fmrphysical = 0, ,...

5.5CVSS5.3AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.16 views

CVE-2023-53142

In the Linux kernel, the following vulnerability has been resolved: ice: copy last block omitted in icegetmoduleeeprom icegetmoduleeeprom is broken since commit e9c9692c8a81 "ice: Reimplement module reads used by ethtool" In this refactor, icegetmoduleeeprom reads the eeprom in blocks of size 8...

7.8CVSS5.8AI score0.00204EPSS
SaveExploits0
CVE
CVE
added 2025/05/02 3:56 p.m.105 views

CVE-2023-53141

CVE-2023-53141 is a Linux kernel vulnerability described in the Unity/Nessus materials. The issue is in ila_xlat_nl_cmd_get_mapping() for IPv6 ila (used by netlink): it can generate an empty skb, which would trigger a sanity check. The fix is to return an error code instead of generating an empty...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.33 views

CVE-2023-53139

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: add null check of devmkmallocarray in fdpncii2creaddeviceproperties devmkmallocarray may fails, fwvsccfg might be null and cause out-of-bounds write in devicepropertyreadu8array later...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:56 p.m.11 views

CVE-2023-53139 nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: add null check of devmkmallocarray in fdpncii2creaddeviceproperties devmkmallocarray may fails, fwvsccfg might be null and cause out-of-bounds write in devicepropertyreadu8array later...

6.1AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.9 views

CVE-2023-53140

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Remove the /proc/scsi/$procname directory earlier Remove the /proc/scsi/$procname directory earlier to fix a race condition between unloading and reloading kernel modules. This fixes a bug introduced in 2009 by commit...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
CVE
CVE
added 2025/05/02 3:56 p.m.100 views

CVE-2023-53139

The CVE-2023-53139 issue is in the Linux kernel’s NFC FDP code: it adds a null check for devm_kmalloc_array in fdp_nci_i2c_read_device_properties. If devm_kmalloc_array fails and fw_vsc_cfg is NULL, an out-of-bounds write can occur in device_property_read_u8_array. The vulnerability is addressed ...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.47 views

CVE-2023-53138

In the Linux kernel, the following vulnerability has been resolved: net: caif: Fix use-after-free in cfusbldevicenotify syzbot reported use-after-free in cfusbldevicenotify 1. This causes a stack trace like below: BUG: KASAN: use-after-free in cfusbldevicenotify+0x7c9/0x870 net/caif/caifusb.c:138...

7.8CVSS5.8AI score0.00181EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.15 views

CVE-2023-53137

Removed by vendor...

7.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.13 views

CVE-2023-53136

In the Linux kernel, the following vulnerability has been resolved: afunix: fix struct pid leaks in OOB support syzbot reported struct pid leak 1. Issue is that queueoob calls maybeaddcreds which potentially holds a reference on a pid. But skb-destructor is not set either directly or by calling...

7.1CVSS5.6AI score0.0018EPSS
SaveExploits0
CVE
CVE
added 2025/05/02 3:56 p.m.91 views

CVE-2023-53135

The CVE-2023-53135 entry describes a Linux kernel vulnerability in riscv where, if CONFIG_FRAME_POINTER is unset, the stack unwinding function walk_stackframe may read the stack non-atomically in imprecise unwinding mode, enabling a KASAN-detected stack-out-of-bounds condition. The identified fix...

7.1CVSS6.3AI score0.00181EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/02 3:56 p.m.15 views

CVE-2023-53134 bnxt_en: Avoid order-5 memory allocation for TPA data

In the Linux kernel, the following vulnerability has been resolved: bnxten: Avoid order-5 memory allocation for TPA data The driver needs to keep track of all the possible concurrent TPA GRO/LRO completions on the aggregation ring. On P5 chips, the maximum number of concurrent TPA is 256 and the...

5.7AI score
SaveExploits0References9
OSV
OSV
added 2025/05/02 3:56 p.m.13 views

CVE-2023-53132 scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix mpi3mrhbaport memory leak in mpi3mrremove Free mpi3mrhbaport at .remove...

6AI score0.00174EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.10 views

CVE-2023-53133

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

5.5CVSS5.6AI score0.00177EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.10 views

CVE-2023-53131

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:56 p.m.9 views

CVE-2023-53131 SUNRPC: Fix a server shutdown leak

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.9AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.40 views

CVE-2023-53130

Removed by vendor...

5.6AI score
SaveExploits0
CVE
CVE
added 2025/05/02 3:56 p.m.97 views

CVE-2023-53128

CVE-2023-53128 affects the Linux kernel via a memory-leak in the SCSI mpi3mr driver (throttle_groups). The issue is resolved by adding a missing kfree(), as documented in multiple sources (Linux kernel patch notes and related advisories). The provided materials do not specify affected kernel vers...

5.5CVSS6.6AI score0.00174EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:56 p.m.39 views

CVE-2023-53127

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix expander node leak in mpi3mrremove Add a missing resource clean up in .remove...

5.5CVSS5.3AI score0.00174EPSS
SaveExploits0
Rows per page
Query Builder