Lucene search
+L

24023 matches found

CVE
CVE
added 2025/06/18 11:02 a.m.35 views

CVE-2022-50128

The PT-2025-26054 entry details a Linux kernel vulnerability in the android binder component: saving a pointer to a VMA outside the mmap lock can lead to stale pointers after VMA teardown. Affected software is the Linux kernel (binder component). The root cause is unsafe VMA pointer handling in t...

6.5AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/06/18 11:02 a.m.8 views

CVE-2022-50087 firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails

In the Linux kernel, the following vulnerability has been resolved: firmware: armscpi: Ensure scpiinfo is not assigned if the probe fails When scpi probe fails, at any point, we need to ensure that the scpiinfo is not set and will remain NULL until the probe succeeds. If it is not taken care, the...

5.9AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.20 views

CVE-2022-50087 firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails

In the Linux kernel, the following vulnerability has been resolved: firmware: armscpi: Ensure scpiinfo is not assigned if the probe fails When scpi probe fails, at any point, we need to ensure that the scpiinfo is not set and will remain NULL until the probe succeeds. If it is not taken care, the...

7.8CVSS0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:01 a.m.100 views

CVE-2022-50055

The CVE-2022-50055 entry pertains to the Linux kernel vulnerability in the iavf driver: Fix adminq error handling. The issue arises in iavf_alloc_asq_bufs/iavf_alloc_arq_bufs where DMA-coherent memory is allocated for the VF mailbox, and DMA regions for ASQ/ARQ were not freed if configuration err...

5.5CVSS6.5AI score0.00165EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.20 views

CVE-2022-50055 iavf: Fix adminq error handling

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavfallocasqbufs/iavfallocarqbufs allocates with dmaalloccoherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error happens during configuration of ASQ/ARQ registers. Witho...

0.00165EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.20 views

CVE-2022-50025 cxl: Fix a memory leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmapzalloc must be balanced by a corresponding bitmapfree in the error handling path of afuallocateirqs...

0.00166EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.17 views

CVE-2022-49997 net: lantiq_xrx200: restore buffer if memory allocation failed

In the Linux kernel, the following vulnerability has been resolved: net: lantiqxrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again, the system panics in the buildskb function when...

7.5CVSS0.00383EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 11:00 a.m.50 views

CVE-2022-49997

The CVE-2022-49997 issue affects the Linux kernel, specifically the net: lantiq_xrx200 driver. Root cause: when memory allocation fails, an invalid buffer address can be stored; using the descriptor again may cause a panic in build_skb(), resulting in an availability impact. Supported documents i...

7.5CVSS6.7AI score0.00383EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.19 views

CVE-2022-49997

In the Linux kernel, the following vulnerability has been resolved: net: lantiqxrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again, the system panics in the buildskb function when...

7.5CVSS5.4AI score0.00383EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:00 a.m.10 views

CVE-2022-49997 net: lantiq_xrx200: restore buffer if memory allocation failed

In the Linux kernel, the following vulnerability has been resolved: net: lantiqxrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again, the system panics in the buildskb function when...

7.5CVSS6.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.18 views

CVE-2022-49961

In the Linux kernel, the following vulnerability has been resolved: bpf: Do markchainprecision for ARGCONSTALLOCSIZEORZERO Precision markers need to be propagated whenever we have an ARGCONST style argument, as the verifier cannot consider imprecise scalars to be equivalent for the purposes of...

7.1CVSS5.5AI score0.00231EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:00 a.m.87 views

CVE-2022-49950

CVE-2022-49950 affects the Linux kernel: a bug in misc: fastrpc where the probe session-duplication overflow increments the session count even when no sessions are available, allowing memory corruption beyond the fixed-size slab-allocated fastrpc_session array during open(). This was fixed in the...

7.8CVSS7.1AI score0.00215EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.15 views

CVE-2022-49950 misc: fastrpc: fix memory corruption on open

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on open The probe session-duplication overflow check incremented the session count also when there were no more available sessions so that memory beyond the fixed-size slab-allocated session...

7.8CVSS6.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.22 views

CVE-2022-49950 misc: fastrpc: fix memory corruption on open

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on open The probe session-duplication overflow check incremented the session count also when there were no more available sessions so that memory beyond the fixed-size slab-allocated session...

7.8CVSS0.00215EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.17 views

CVE-2022-49947 binder: fix alloc->vma_vm_mm null-ptr dereference

In the Linux kernel, the following vulnerability has been resolved: binder: fix alloc-vmavmmm null-ptr dereference Syzbot reported a couple issues introduced by commit 44e602b4e52f "binderalloc: add missing mmaplock calls when using the VMA", in which we attempt to acquire the mmaplock when...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 10:15 a.m.10 views

CVE-2025-38076

In the Linux kernel, the following vulnerability has been resolved: alloctag: allocate percpu counters for module tags dynamically When a module gets unloaded it checks whether any of its tags are still in use and if so, we keep the memory containing module's allocation tags alive until all tags...

7.8CVSS0.00157EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 10:15 a.m.12 views

AZL-72713 CVE-2025-38071 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Check return value from memblockphysallocrange At least with CONFIGPHYSICALSTART=0x100000, if there is 4 MiB of contiguous free memory available at this point, the kernel will crash and burn because memblockphysallocrange...

5.5CVSS6.6AI score0.00162EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 10:15 a.m.12 views

CVE-2025-38071

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Check return value from memblockphysallocrange At least with CONFIGPHYSICALSTART=0x100000, if there is 4 MiB of contiguous free memory available at this point, the kernel will crash and burn because memblockphysallocrange...

5.5CVSS0.00162EPSS
SaveExploits0References7
OSV
OSV
added 2025/06/18 10:15 a.m.3 views

DEBIAN-CVE-2025-38071

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Check return value from memblockphysallocrange At least with CONFIGPHYSICALSTART=0x100000, if there is 4 MiB of contiguous free memory available at this point, the kernel will crash and burn because memblockphysallocrange...

5.5CVSS5.5AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.10 views

AZL-63983 CVE-2025-38071 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Check return value from memblockphysallocrange At least with CONFIGPHYSICALSTART=0x100000, if there is 4 MiB of contiguous free memory available at this point, the kernel will crash and burn because memblockphysallocrange...

5.5CVSS6.6AI score0.00162EPSS
SaveExploits0References1
Rows per page
Query Builder