Lucene search
+L

23835 matches found

OSV
OSV
added 2025/06/18 10:15 a.m.12 views

UBUNTU-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.8CVSS6.5AI score0.00157EPSS
SaveExploits0References12
OSV
OSV
added 2025/06/18 10:15 a.m.11 views

UBUNTU-CVE-2025-38069

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

7.8CVSS6.4AI score0.00161EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.13 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.8CVSS6.1AI score0.00157EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.15 views

CVE-2025-38076 alloc_tag: allocate percpu counters for module tags dynamically

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...

0.00157EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 9:33 a.m.8 views

CVE-2025-38076 alloc_tag: allocate percpu counters for module tags dynamically

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...

6.4AI score
SaveExploits0References5
CVE
CVE
added 2025/06/18 9:33 a.m.50 views

CVE-2025-38076

CVE-2025-38076 concerns the Linux kernel vulnerability related to module unloading and allocation tags. The issue arises from a use-after-free risk when memory containing a module’s allocation tags remains alive after unloading, because percpu counters referenced by those tags could be freed by f...

7.8CVSS6.4AI score0.00157EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.10 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.5CVSS5.5AI score0.00162EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 9:33 a.m.94 views

CVE-2025-38071

CVE-2025-38071 affects the Linux kernel (x86/mm). Root cause: memblock_phys_alloc_range() may return 0 on failure when CONFIG_PHYSICAL_START=0x100000, causing memblock_phys_free() to mis-handle the first 4 MiB of memory and crash. The vulnerability is resolved in the kernel by checking the return...

5.5CVSS6.3AI score0.00162EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38071 x86/mm: Check return value from memblock_phys_alloc_range()

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...

6.7AI score
SaveExploits0References10
OSV
OSV
added 2025/06/18 9:33 a.m.8 views

CVE-2025-38070 ASoC: sma1307: Add NULL check in sma1307_setting_loaded()

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.25 views

CVE-2025-38069 PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 9:33 a.m.8 views

CVE-2025-38043 firmware: arm_ffa: Set dma_mask for ffa devices

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Set dmamask for ffa devices Set dmamask for FFA devices, otherwise DMA allocation using the device pointer lead to following warning: WARNING: CPU: 1 PID: 1 at kernel/dma/mapping.c:597 dmaallocattrs+0xe0/0x124...

6.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.20 views

CVE-2025-38043 firmware: arm_ffa: Set dma_mask for ffa devices

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Set dmamask for ffa devices Set dmamask for FFA devices, otherwise DMA allocation using the device pointer lead to following warning: WARNING: CPU: 1 PID: 1 at kernel/dma/mapping.c:597 dmaallocattrs+0xe0/0x124...

0.00166EPSS
SaveExploits0References6
CVE
CVE
added 2025/06/18 9:33 a.m.103 views

CVE-2025-38043

CVE-2025-38043 affects the Linux kernel firmware/arm_ffa path: a fix sets the dma_mask for FFA devices to prevent DMA allocation using a raw device pointer, which previously triggered a kernel warning “dma_alloc_attrs” in mapping.c. The vulnerability’s impact, per the description, is to avoid mis...

5.5CVSS6.5AI score0.00166EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.12 views

CVE-2025-38029

In the Linux kernel, the following vulnerability has been resolved: kasan: avoid sleepable page allocation from atomic context applytopterange enters the lazy MMU mode and then invokes kasanpopulatevmallocpte callback on each page table walk iteration. However, the callback can go into sleep when...

5.5CVSS5.1AI score0.0014EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.19 views

CVE-2025-38029 kasan: avoid sleepable page allocation from atomic context

In the Linux kernel, the following vulnerability has been resolved: kasan: avoid sleepable page allocation from atomic context applytopterange enters the lazy MMU mode and then invokes kasanpopulatevmallocpte callback on each page table walk iteration. However, the callback can go into sleep when...

0.0014EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 9:33 a.m.73 views

CVE-2025-38029

CVE-2025-38029 (Linux kernel) : The issue occurs in kasan when apply_to_pte_range enters lazy MMU mode and invokes kasan_populate_vmalloc_pte(), which can sleep while allocating a single page. This can crash in-context on certain arches (e.g., s390) when preemption is manipulated during lazy MMU ...

5.5CVSS6.3AI score0.0014EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 9:33 a.m.10 views

CVE-2025-38029 kasan: avoid sleepable page allocation from atomic context

In the Linux kernel, the following vulnerability has been resolved: kasan: avoid sleepable page allocation from atomic context applytopterange enters the lazy MMU mode and then invokes kasanpopulatevmallocpte callback on each page table walk iteration. However, the callback can go into sleep when...

5.8AI score
SaveExploits0References5
CVE
CVE
added 2025/06/18 9:28 a.m.99 views

CVE-2025-38027

The CVE-2025-38027 entry describes a Linux kernel vulnerability in the regulator max20086 code path. The root cause is that max20086_parse_regulators_dt() uses an on-stack array of struct of_regulator_match for matches and then relies on devm_of_regulator_put_matches(), which allocates a devm_of_...

7.1CVSS6.3AI score0.00174EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/06/18 9:28 a.m.15 views

CVE-2025-38023 nfs: handle failure of nfs_get_lock_context in unlock path

In the Linux kernel, the following vulnerability has been resolved: nfs: handle failure of nfsgetlockcontext in unlock path When memory is insufficient, the allocation of nfslockcontext in nfsgetlockcontext fails and returns -ENOMEM. If we mistakenly treat an nfs4unlockdata structure whose lctx...

0.00184EPSS
SaveExploits0References8
Rows per page
Query Builder