Lucene search
+L

965 matches found

OSV
OSV
added 2024/04/03 3:15 p.m.4 views

DEBIAN-CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS5.3AI score0.00248EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/04/02 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from a security flaw in allocpage...

5.5CVSS6.4AI score0.00254EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/03/27 4:25 a.m.21 views

SUSE CVE-2021-47177

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix sysfs leak in allociommu iommudevicesysfsadd is called before, so is has to be cleaned on subsequent errors...

5.5CVSS7.8AI score0.00238EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/03/26 5:19 p.m.35 views

CVE-2023-52622 ext4: avoid online resizing failures due to oversized flex bg

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbgsize, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARNO...

7.6AI score0.00243EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/26 3:43 p.m.79 views

CVE-2024-2452 Integer wraparound, under-allocation, and heap buffer overflow in Eclipse ThreadX NetX Duo __portable_aligned_alloc()

In Eclipse ThreadX NetX Duo before 6.4.0, if an attacker can control parameters of portablealignedalloc could cause an integer wrap-around and an allocation smaller than expected. This could cause subsequent heap buffer overflows...

7CVSS8.5AI score0.00902EPSS
SaveExploits1References3
CVE
CVE
added 2024/03/26 3:43 p.m.82 views

CVE-2024-2452

In Eclipse ThreadX NetX Duo prior to 6.4.0, an attacker who can control parameters of the __portable_aligned_alloc() function may trigger an integer wrap-around with an under-sized allocation, enabling subsequent heap buffer overflows. Affected software: Eclipse ThreadX NetX Duo (pre-6.4.0). Root...

9.8CVSS7.2AI score0.00902EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2024/03/26 12:00 a.m.21 views

Eclipse ThreadX NetX Duo 输入验证错误漏洞

Eclipse ThreadX NetX Duo is an IPv4 and IPv6 dual network stack for Eclipse ThreadX open source. A security vulnerability exists in Eclipse ThreadX NetX Duo versions prior to 6.4.0, which stems from a vulnerability that allows attackers to cause a buffer overflow via the function...

9.8CVSS7AI score0.00902EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/25 10:15 a.m.6 views

DEBIAN-CVE-2021-47177

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix sysfs leak in allociommu iommudevicesysfsadd is called before, so is has to be cleaned on subsequent errors...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/03/25 12:00 a.m.10 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 the Linux kernel, which stems from a security issue with allociommu in iommu/vt-d...

5.5CVSS6AI score0.00238EPSS
SaveExploits0References9
OSV
OSV
added 2024/03/15 9:15 p.m.11 views

CVE-2021-47132

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix skforwardmemory corruption on retransmission MPTCP skforwardmemory handling is a bit special, as such field is protected by the msk socket spinlock, instead of the plain socket lock. Currently we have a code path...

7.1CVSS5.6AI score0.00479EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/01 10:15 p.m.6 views

DEBIAN-CVE-2021-47075

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmetallocctrl When creating ctrl in nvmetallocctrl, if the cntlidmin is larger than cntlidmax of the subsystem, and jumps to the "outfreechangednslist" label, but the ctrl-sqs lack of be freed. Fix this...

5.3CVSS5.7AI score0.00905EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/03/01 4:07 a.m.10 views

SUSE CVE-2021-47002

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

5.5CVSS7.8AI score0.00236EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/02/29 12:00 a.m.7 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from a post-release reuse issue with devmspialloc...

7.8CVSS8AI score0.00245EPSS
SaveExploits0References12
attackerkb
attackerkb
added 2024/02/28 9:15 a.m.11 views

CVE-2021-47002

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

5.5CVSS5.9AI score0.00236EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/28 9:15 a.m.14 views

CVE-2021-47002

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.8 views

DEBIAN-CVE-2020-36785

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Fix use after free in atomispalloccssstatbufs The "s3abuf" is freed along with all the other items on the "asd-s3astats" list. It leads to a double free and a use after free...

7.8CVSS4.9AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.22 views

UBUNTU-CVE-2021-47002

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null pointer dereference in svcrqstfree When allocpagesnode returns null in svcrqstalloc, the null rqscratchpage pointer will be dereferenced when calling putpage in svcrqstfree. Fix it by adding a null check...

5.5CVSS5.9AI score0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/26 4:27 p.m.3 views

DEBIAN-CVE-2023-52472

In the Linux kernel, the following vulnerability has been resolved: crypto: rsa - add a check for allocation failure Static checkers insist that the mpialloc allocation can fail so add a check to prevent a NULL dereference. Small allocations like this can't actually fail in current kernels, but...

5.5CVSS5.8AI score0.00272EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/26 4:27 p.m.5 views

DEBIAN-CVE-2023-52470

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the allocworkqueue return value in radeoncrtcinit check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

5.5CVSS5.3AI score0.00292EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/02/26 12:00 a.m.10 views

Linux kernel security vulnerabilities

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 the Linux kernel that stems from a NULL pointer dereference problem in the return value of allocworkqueue in radeoncrtcinit...

5.5CVSS6.5AI score0.00292EPSS
SaveExploits0References9
Rows per page
Query Builder