Lucene search
+L

13114 matches found

CVE
CVE
added 2025/07/09 10:42 a.m.68 views

CVE-2025-38242

In CVE-2025-38242, Linux kernel mm/userfaultfd: fix race between userfaultfd_move and swap cache. The description documents two race types: a) a BUG_ON when filemap lookup returns NULL and folio is added to the swap cache, and b) a race where a folio is changed after lookup causing RSS counter co...

7.8CVSS6.6AI score0.00113EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/09 10:42 a.m.7 views

CVE-2025-38242 mm: userfaultfd: fix race of userfaultfd_move and swap cache

In the Linux kernel, the following vulnerability has been resolved: mm: userfaultfd: fix race of userfaultfdmove and swap cache This commit fixes two kinds of races, they may have different results: Barry reported a BUGON in commit c50f8e6053b0, we may see the same BUGON if the filemap lookup...

7.8CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.16 views

CVE-2025-38242 mm: userfaultfd: fix race of userfaultfd_move and swap cache

In the Linux kernel, the following vulnerability has been resolved: mm: userfaultfd: fix race of userfaultfdmove and swap cache This commit fixes two kinds of races, they may have different results: Barry reported a BUGON in commit c50f8e6053b0, we may see the same BUGON if the filemap lookup...

7.8CVSS0.00113EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.16 views

CVE-2025-38241 mm/shmem, swap: fix softlockup with mTHP swapin

In the Linux kernel, the following vulnerability has been resolved: mm/shmem, swap: fix softlockup with mTHP swapin Following softlockup can be easily reproduced on my test machine with: echo always /sys/kernel/mm/transparenthugepage/hugepages-64kB/enabled swapon /dev/zram0 zram0 is a 48G swap...

0.00096EPSS
SaveExploits0References2
CVE
CVE
added 2025/07/09 10:42 a.m.46 views

CVE-2025-38241

CVE-2025-38241 affects the Linux kernel in mm/shmem and swap paths, causing a soft lockup with mTHP swapin due to a conflict between readahead-ordered folios in swap cache and the swapin folio allocation. The issue occurs when a 10G swap device (e.g., zram) is used with THP and cgroup memory limi...

5.5CVSS6.5AI score0.00096EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/07/09 10:42 a.m.9 views

CVE-2025-38239 scsi: megaraid_sas: Fix invalid node index

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix invalid node index On a system with DRAM interleave enabled, out-of-bound access is detected: megaraidsas 0000:3f:00.0: requested/available msix 128/128 pollqueue 0 ------------ cut here ------------ UBSAN:...

7.3CVSS6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/07/09 10:42 a.m.88 views

CVE-2025-38238

The CVE-2025-38238 issue affects the Linux kernel SCSI fnic driver, where a crash could occur when both FDMI RHBA and RPA requests time out and a frame is reused to send ABTS, leading to a double-free on completion. The fix allocates separate frames for RHBA and RPA and updates the ABTS handling ...

8.8CVSS6.5AI score0.00184EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/09 12:0 a.m.5 views

PT-2025-28880 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The cxl cper handle prot err function makes assumptions about the type and binding of devices identified in records, potentially leading to crashes. Specifically, the function...

6.2AI score0.00129EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/07/09 12:0 a.m.3 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 that stems from the groupcpusevenly function not handling null pointers correctly, which could lead to a kernel crash...

5.5CVSS6.3AI score0.0014EPSS
SaveExploits0References4
NVD
NVD
added 2025/07/08 8:15 a.m.13 views

CVE-2025-38236

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS0.00252EPSS
SaveExploits1References9
OSV
OSV
added 2025/07/08 7:42 a.m.5 views

CVE-2025-38237 media: platform: exynos4-is: Add hardware sync wait to fimc_is_hw_change_mode()

In the Linux kernel, the following vulnerability has been resolved: media: platform: exynos4-is: Add hardware sync wait to fimcishwchangemode In fimcishwchangemode, the function changes camera modes without waiting for hardware completion, risking corrupted data or system hangs if subsequent...

7.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/08 7:42 a.m.12 views

CVE-2025-38237

In the Linux kernel, the following vulnerability has been resolved: media: platform: exynos4-is: Add hardware sync wait to fimcishwchangemode In fimcishwchangemode, the function changes camera modes without waiting for hardware completion, risking corrupted data or system hangs if subsequent...

5.5CVSS5.6AI score0.00141EPSS
SaveExploits0
CVE
CVE
added 2025/07/08 7:42 a.m.71 views

CVE-2025-38237

CVE-2025-38237 pertains to the Linux kernel, specifically the media: platform: exynos4-is code path. The issue arises in fimc_is_hw_change_mode(), where camera mode changes occur without waiting for hardware completion, risking data corruption or system hangs if subsequent operations race with ha...

5.5CVSS6.7AI score0.00141EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/07/08 7:35 a.m.723 views

CVE-2025-38236

CVE-2025-38236 concerns a Linux kernel af_unix use-after-free involving consecutive consumed OOB skbs in unix_stream_read_generic(), triggered when OOB data is read but the corresponding skb remains on the recv queue. The root cause is the handling of consumed OOB skbs and the SO_PEEK_OFF path, w...

7.8CVSS6.4AI score0.00252EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2025/07/08 7:35 a.m.7 views

CVE-2025-38236 af_unix: Don't leave consecutive consumed OOB skbs.

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS6.6AI score
SaveExploits0References12
CNNVD
CNNVD
added 2025/07/08 12:0 a.m.2 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 that stems from not properly handling continuously consumed OOB skbs, which could lead to reuse after release...

7.8CVSS7.1AI score0.00252EPSS
SaveExploits1References6
F5 Networks
F5 Networks
added 2025/07/07 1:58 p.m.20 views

K000152448: Linux kernel vulnerability CVE-2023-0386

Security Advisory Description A flaw was found in the Linux kernel, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel’s OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount. This uid mapping bug...

7.8CVSS6.6AI score0.0788EPSS
SaveExploits14
BDU FSTEC
BDU FSTEC
added 2025/07/07 12:0 a.m.8 views

The vulnerability in the ioctl.c component of the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the ioctl.c component in the Linux operating system’s kernel is related to integer overflow. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References11Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/07/07 12:0 a.m.15 views

The vulnerability of the hugetlb.c component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the hugetlb.c component in the Linux operating system’s kernel is related to the insufficient use of the assert function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References11Affected Software4
RedhatCVE
RedhatCVE
added 2025/07/06 2:14 p.m.13 views

CVE-2025-38232

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

7CVSS6.3AI score0.00142EPSS
SaveExploits0References4
Rows per page
Query Builder