Lucene search
+L

12797 matches found

NVD
NVD
added 2025/05/02 4:15 p.m.12 views

CVE-2023-53038

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc in lpfcsli4cgnparamsread If kzalloc fails in lpfcsli4cgnparamsread, then we rely on lpfcreadobject's routine to NULL check pdata. Currently, an early return error is thrown from lpfcreadobject to protect...

5.5CVSS0.00189EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/02 4:15 p.m.2 views

DEBIAN-CVE-2023-53038

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc in lpfcsli4cgnparamsread If kzalloc fails in lpfcsli4cgnparamsread, then we rely on lpfcreadobject's routine to NULL check pdata. Currently, an early return error is thrown from lpfcreadobject to protect...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.8 views

UBUNTU-CVE-2023-53134

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.5CVSS6.1AI score0.00176EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/02 4:15 p.m.4 views

UBUNTU-CVE-2023-53099

In the Linux kernel, the following vulnerability has been resolved: firmware: xilinx: don't make a sleepable memory allocation from an atomic context The following issue was discovered using lockdep: 6.691371 BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.24 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...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/02 3:56 p.m.97 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
CVE
CVE
added 2025/05/02 3:56 p.m.124 views

CVE-2023-53134

CVE-2023-53134 is a Linux kernel issue affecting the bnxt_en driver where 4K-page systems could experience memory-allocation failure when tracking concurrent TPA (GRO/LRO) completions on 4K pages (up to 256 on P5). The root cause was an order-5 allocation for TPA data. The patch changes allocatio...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.17 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...

0.00176EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/02 3:56 p.m.14 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
CVE
CVE
added 2025/05/02 3:55 p.m.124 views

CVE-2023-53107

CVE-2023-53107 concerns the Linux kernel veth/XDP path, specifically a use-after-free in XDP_REDIRECT triggered via AF_XDP. The root cause was a bug in veth_xdp_rcv_skb introduced by commit 718a18a0c8a6 that could call kmalloc to expand headroom when headroom

7.8CVSS6.5AI score0.00191EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/02 3:55 p.m.7 views

CVE-2023-53099 firmware: xilinx: don't make a sleepable memory allocation from an atomic context

In the Linux kernel, the following vulnerability has been resolved: firmware: xilinx: don't make a sleepable memory allocation from an atomic context The following issue was discovered using lockdep: 6.691371 BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209...

6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.24 views

CVE-2023-53099 firmware: xilinx: don't make a sleepable memory allocation from an atomic context

In the Linux kernel, the following vulnerability has been resolved: firmware: xilinx: don't make a sleepable memory allocation from an atomic context The following issue was discovered using lockdep: 6.691371 BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209...

0.00143EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/02 3:55 p.m.90 views

CVE-2023-53099

CVE-2023-53099 concerns a Linux kernel issue where a sleepable memory allocation was performed from an atomic context in the Xilinx firmware driver, triggering a lockdep-detected “sleeping function called from invalid context” condition. The advisory notes the root cause is in firmware: xilinx an...

5.5CVSS6.6AI score0.00143EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.33 views

CVE-2023-53090 drm/amdkfd: Fix an illegal memory access

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix an illegal memory access In the kfdwaitonevents function, the kfdeventwaiter structure is allocated by alloceventwaiters, but the event field of the waiter structure is not initialized; When copyfromuser fails in...

7.8CVSS0.002EPSS
SaveExploits0References7
OSV
OSV
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53061 ksmbd: fix possible refcount leak in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.19 views

CVE-2023-53061 ksmbd: fix possible refcount leak in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2open Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posixaclrelease...

0.00188EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/02 3:55 p.m.78 views

CVE-2023-53061

CVE-2023-53061 affects the Linux kernel (ksmbd) and describes a refcount leak in smb2_open() where the reference count of acls can leak if memory allocation fails. The fix adds the missing posix_acl_release() to prevent the leak. Connected documents confirm the vulnerability was addressed in the ...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/05/02 3:54 p.m.106 views

CVE-2023-53038

CVE-2023-53038 concerns the Linux kernel: in scsi lpfc, the function lpfc_sli4_cgn_params_read() may encounter a kzalloc() failure, after which lpfc_read_object() dereferences pdata without a NULL check. The published fix changes the error code path from -ENODEV to -ENOMEM to reflect allocation f...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/05/02 2:2 a.m.13 views

SUSE CVE-2025-37793

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix null-ptr-deref in avscomponentprobe devmkasprintf returns NULL when memory allocation fails. Currently, avscomponentprobe does not check for this case, which results in a NULL pointer dereference...

5.5CVSS7.8AI score0.00176EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.12 views

PT-2025-18863 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.15.36 Description: A vulnerability in the Linux kernel has been resolved, where a sleepable memory allocation was made from an atomic context in the Xilinx firmware. The issue was discovered using lockdep and ...

8.8CVSS7.4AI score0.01327EPSS
SaveExploits2References446
Rows per page
Query Builder