Lucene search
+L

13164 matches found

Debian CVE
Debian CVE
added 2025/07/25 2:32 p.m.16 views

CVE-2025-38433

In the Linux kernel, the following vulnerability has been resolved: riscv: fix runtime constant support for nommu kernels the runtimefixup32 function does not handle the case where val is zero correctly as might occur when patching a nommu kernel and referring to a physical address below the 4GiB...

5.5CVSS5.3AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:24 p.m.13 views

CVE-2025-38432

In the Linux kernel, the following vulnerability has been resolved: net: netpoll: Initialize UDP checksum field before checksumming commit f1fce08e63fe "netpoll: Eliminate redundant assignment" removed the initialization of the UDP checksum, which was wrong and broke netpoll IPv6 transmission due...

5.5CVSS5.4AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.10 views

CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

9.8CVSS5.5AI score0.00503EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 2:16 p.m.101 views

CVE-2025-38430

This CVE-2025-38430 affects the Linux kernel and is addressed by a patch that makes nfsd4_spo_must_allow() verify that the RPC procedure is NFSPROC4_COMPOUND. If the request is not a v4 compound, examining cstate could yield undefined results; the patch enforces the proper rq_procinfo for v4 comp...

9.8CVSS6.4AI score0.00503EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.27 views

CVE-2025-38429 bus: mhi: ep: Update read pointer only after buffer is written

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Update read pointer only after buffer is written Inside mhiepringaddelement, the read pointer rdoffset is updated before the buffer is written, potentially causing race conditions where the host sees an updated read...

10CVSS0.00389EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.9 views

CVE-2025-38428

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - check record size in imspcuflashfirmware The "len" variable comes from the firmware and we generally do trust firmware, but it's always better to double check. If the "len" is too large it could result in memory...

7.8CVSS6AI score0.00184EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 2:16 p.m.9 views

CVE-2025-38429 bus: mhi: ep: Update read pointer only after buffer is written

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Update read pointer only after buffer is written Inside mhiepringaddelement, the read pointer rdoffset is updated before the buffer is written, potentially causing race conditions where the host sees an updated read...

10CVSS6.6AI score
SaveExploits0References7
OSV
OSV
added 2025/07/25 2:16 p.m.10 views

CVE-2025-38426 drm/amdgpu: Add basic validation for RAS header

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add basic validation for RAS header If RAS header read from EEPROM is corrupted, it could result in trying to allocate huge memory for reading the records. Add some validation to header fields...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/07/25 2:16 p.m.103 views

CVE-2025-38426

Technical details about CVE-2025-38426 are not provided in the supplied documents. Open items reference the issue at a high level; monitor for updates from the OSV/OpenVAS/Tenable sources for concrete affected components, root cause, and fixes.

5.5CVSS6.3AI score0.0016EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.20 views

CVE-2025-38426

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add basic validation for RAS header If RAS header read from EEPROM is corrupted, it could result in trying to allocate huge memory for reading the records. Add some validation to header fields...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.15 views

CVE-2025-38425

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.24 views

CVE-2025-38424

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

7.8CVSS5.6AI score0.00183EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 2:16 p.m.119 views

CVE-2025-38424

The CVE-2025-38424 entry is supported by connected docs describing a Linux kernel vulnerability in perf sampling. Affected: perf component in the Linux kernel (ARM64 crash scenario). Root cause: perf could access userspace during teardown, specifically sampling during exit_mmap()’s tlb_finish_mmu...

7.8CVSS6.2AI score0.00183EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.22 views

CVE-2025-38424 perf: Fix sample vs do_exit()

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

7.8CVSS0.00183EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/25 2:16 p.m.75 views

CVE-2025-38423

CVE-2025-38423 — Linux kernel, ASoC: codecs: wcd9375. The issue occurs in the probe path where regulator supplies are obtained with devm_regulator_bulk_get() and could be freed twice if regulator_bulk_free() is called in error paths, leading to a potential double-free situation. The published fix...

7.8CVSS6.3AI score0.00166EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.17 views

CVE-2025-38423

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd9375: Fix double free of regulator supplies Driver gets regulator supplies in probe path with devmregulatorbulkget, so should not call regulatorbulkfree in error and remove paths to avoid double free...

7.8CVSS6.2AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.12 views

CVE-2025-38422

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices Maximum OTP and EEPROM size for hearthstone PCI1xxxx devices are 8 Kb and 64 Kb respectively. Adjust max size definitions and return correct EEPROM length based on...

7.8CVSS6.2AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 2:16 p.m.8 views

CVE-2025-38422 net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices Maximum OTP and EEPROM size for hearthstone PCI1xxxx devices are 8 Kb and 64 Kb respectively. Adjust max size definitions and return correct EEPROM length based on...

7.8CVSS7.4AI score
SaveExploits0References9
OSV
OSV
added 2025/07/25 2:16 p.m.9 views

CVE-2025-38421 platform/x86/amd: pmf: Use device managed allocations

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS6.2AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.9 views

CVE-2025-38421

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS6.1AI score0.00158EPSS
SaveExploits0
Rows per page
Query Builder