Lucene search
K

461 matches found

Cvelist
Cvelist
added 2024/12/29 11:30 a.m.19 views

CVE-2024-56730 net/9p/usbg: fix handling of the failed kzalloc() memory allocation

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

0.00173EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.1 views

SUSE CVE-2024-56681

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

5.3CVSS7.8AI score0.00228EPSS
Exploits0References17
NVD
NVD
added 2024/12/28 10:15 a.m.5 views

CVE-2024-56681

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

5.5CVSS0.00228EPSS
Exploits0References11
OSV
OSV
added 2024/12/28 10:15 a.m.0 views

DEBIAN-CVE-2024-56681

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

5.5CVSS5.6AI score0.00228EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.15 views

CVE-2024-56697 drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

0.00198EPSS
Exploits0References3
CVE
CVE
added 2024/12/28 9:46 a.m.1502 views

CVE-2024-56681

In CVE-2024-56681, the Linux kernel vulnerability concerns the crypto/bcm driver: the ahash_hmac_init function did not account for errors from the underlying ahash_init, potentially returning OK when the init failed (e.g., -ENOMEM). The issue is fixed by adding an error check to ensure ahash_hmac...

5.5CVSS6.5AI score0.00228EPSS
Exploits0References11Affected Software1
OSV
OSV
added 2024/12/28 9:46 a.m.6 views

CVE-2024-56681 crypto: bcm - add error check in the ahash_hmac_init function

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

5.5CVSS6.2AI score0.00228EPSS
Exploits0References14
NVD
NVD
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56584

In the Linux kernel, the following vulnerability has been resolved: iouring/tctx: work around xastore allocation error issue syzbot triggered the following WARNON: WARNING: CPU: 0 PID: 16 at iouring/tctx.c:51 iouringfree+0xfa/0x140 iouring/tctx.c:51 which is the WARNONONCE!xaempty&tctx-xa; sanity...

5.5CVSS0.00231EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/12/27 2:50 p.m.10 views

CVE-2024-56584 io_uring/tctx: work around xa_store() allocation error issue

In the Linux kernel, the following vulnerability has been resolved: iouring/tctx: work around xastore allocation error issue syzbot triggered the following WARNON: WARNING: CPU: 0 PID: 16 at iouring/tctx.c:51 iouringfree+0xfa/0x140 iouring/tctx.c:51 which is the WARNONONCE!xaempty&tctx-xa; sanity...

0.00231EPSS
Exploits0References6
CVE
CVE
added 2024/12/27 2:50 p.m.2329 views

CVE-2024-56584

CVE-2024-56584 concerns the Linux kernel: a flaw in io_uring/tctx could leave tctx->xa head non-NULL after xa_store() allocation failures, even when there are no entries. Syzbot WARN_ON_ONCE(!xa_empty(&tctx->xa)) could trigger during final put of an io_uring_task. The available documents de...

5.5CVSS6.5AI score0.00231EPSS
Exploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 2:50 p.m.9 views

CVE-2024-56584

In the Linux kernel, the following vulnerability has been resolved: iouring/tctx: work around xastore allocation error issue syzbot triggered the following WARNON: WARNING: CPU: 0 PID: 16 at iouring/tctx.c:51 iouringfree+0xfa/0x140 iouring/tctx.c:51 which is the WARNONONCE!xaempty&tctx-xa; sanity...

5.5CVSS5.7AI score0.00231EPSS
Exploits0
OSV
OSV
added 2024/12/27 2:50 p.m.8 views

CVE-2024-56584 io_uring/tctx: work around xa_store() allocation error issue

In the Linux kernel, the following vulnerability has been resolved: iouring/tctx: work around xastore allocation error issue syzbot triggered the following WARNON: WARNING: CPU: 0 PID: 16 at iouring/tctx.c:51 iouringfree+0xfa/0x140 iouring/tctx.c:51 which is the WARNONONCE!xaempty&tctx-xa; sanity...

5.5CVSS6.1AI score0.00231EPSS
Exploits0References8
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

DEBIAN-CVE-2024-56535

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: coex: check NULL return of kmalloc in btcfwsetmonreg kmalloc may fail, return value might be NULL and will cause NULL pointer dereference. Add check NULL return of kmalloc in btcfwsetmonreg...

5.5CVSS5.5AI score0.00246EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/11/22 12:0 a.m.3 views

QNAP Notes Station 安全漏洞

QNAP Notes Station 3 is a private cloud notes software that runs on QNAP NAS devices and supports real-time multi-person collaboration, version control, data encryption and snapshot backup. QNAP Notes Station 3 suffers from a Resource Privilege Assignment Error vulnerability that stems from the...

8.4CVSS6.8AI score0.00177EPSS
Exploits0References1
OSV
OSV
added 2024/11/08 6:15 a.m.1 views

DEBIAN-CVE-2024-50209

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a check for memory allocation allocpbl can return error when memory allocation fails. Driver is not checking the status on one of the instances...

7.8CVSS5.7AI score0.00215EPSS
Exploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.1 views

DEBIAN-CVE-2024-50120

In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3reconfigure, after duplicating ctx-password and ctx-password2 with kstrdup, we need to check for allocation failures. If ses-password allocation fails, return -ENOMEM. If...

5.5CVSS5.7AI score0.00214EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.19 views

CVE-2024-49884 ext4: fix slab-use-after-free in ext4_split_extent_at()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-use-after-free in ext4splitextentat We hit the following use-after-free: ================================================================== BUG: KASAN: slab-use-after-free in ext4splitextentat+0xba8/0xcc0 Read of...

0.00265EPSS
Exploits0References9
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.8 views

nouveau/dmem: handle kcalloc() allocation failure

...

5.5CVSS7.3AI score0.00225EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/08/08 2:20 a.m.3 views

SUSE CVE-2024-42241

In the Linux kernel, the following vulnerability has been resolved: mm/shmem: disable PMD-sized page cache if needed For shmem files, it's possible that PMD-sized page cache can't be supported by xarray. For example, 512MB page cache on ARM64 when the base page size is 64KB can't be supported by...

5.5CVSS6.3AI score0.00211EPSS
Exploits0References10
Amazon
Amazon
added 2024/08/06 12:0 a.m.40 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer CVE-2022-48627 In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: disallow timeout for anonymous sets CVE-2023-526...

7.8CVSS7.3AI score0.00278EPSS
Exploits0
Rows per page
Query Builder