Lucene search
+L

12875 matches found

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.10 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.25 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.99 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.125 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.18 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.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
CVE
CVE
added 2025/05/02 3:55 p.m.127 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
CVE
CVE
added 2025/05/02 3:55 p.m.93 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.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
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.34 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.12 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
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
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.20 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:54 p.m.107 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:02 a.m.15 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:00 a.m.13 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.01328EPSS
SaveExploits2References446
CNNVD
CNNVD
added 2025/05/02 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates from a memory allocation warning triggered when updating inline data in the ext4 file system...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.24 views

CVE-2022-49911

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: enforce documented limit to prevent allocating huge memory Daniel Xu reported that the hash:net,iface type of the ipset subsystem does not limit adding the same network with different interfaces to a set, which...

5.5CVSS0.00174EPSS
SaveExploits0References3
Rows per page
Query Builder