Lucene search
+L

19397 matches found

OSV
OSV
•added 2025/12/24 10:55 a.m.•13 views

CVE-2023-54007 vmci_host: fix a race condition in vmci_host_poll() causing GPF

In the Linux kernel, the following vulnerability has been resolved: vmcihost: fix a race condition in vmcihostpoll causing GPF During fuzzing, a general protection fault is observed in vmcihostpoll. general protection fault, probably for non-canonical address 0xdffffc0000000019: 0000 1 PREEMPT SM...

6.2AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2025/12/24 10:33 a.m.•37 views

CVE-2025-68727 ntfs3: Fix uninit buffer allocated by __getname()

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by getname Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN...

0.00193EPSS
SaveExploits0References7
OSV
OSV
•added 2025/12/24 10:33 a.m.•9 views

CVE-2025-68727 ntfs3: Fix uninit buffer allocated by __getname()

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by getname Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN...

6.5AI score
SaveExploits0References10
attackerkb
attackerkb
•added 2025/12/24 10:33 a.m.•7 views

CVE-2025-68727

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by getname Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN...

5.3AI score0.00193EPSS
SaveExploits0References8Affected Software1
CVE
CVE
•added 2025/12/24 10:33 a.m.•46 views

CVE-2025-68727

CVE-2025-68727 concerns the Linux kernel ntfs3 subsystem. The issue is an uninitialized buffer allocated by __getname(), leading to uninitialized reads after the buffer is passed to de. The vulnerability has been resolved by initializing the allocated buffer with zeroes, with the fix discovered v...

6.3AI score0.00193EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2025/12/24 10:33 a.m.•43 views

CVE-2025-68728 ntfs3: fix uninit memory after failed mi_read in mi_format_new

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed miread in miformatnew Fix a KMSAN un-init bug found by syzkaller. ntfsgetbh expects a buffer from sbgetblk, that buffer may not be uptodate. We do not bring the buffer uptodate before setting...

0.00193EPSS
SaveExploits0References7
OSV
OSV
•added 2025/12/24 10:33 a.m.•4 views

CVE-2025-68728 ntfs3: fix uninit memory after failed mi_read in mi_format_new

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed miread in miformatnew Fix a KMSAN un-init bug found by syzkaller. ntfsgetbh expects a buffer from sbgetblk, that buffer may not be uptodate. We do not bring the buffer uptodate before setting...

6.5AI score
SaveExploits0References10
attackerkb
attackerkb
•added 2025/12/24 10:33 a.m.•8 views

CVE-2025-68728

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed miread in miformatnew Fix a KMSAN un-init bug found by syzkaller. ntfsgetbh expects a buffer from sbgetblk, that buffer may not be uptodate. We do not bring the buffer uptodate before setting...

5.5AI score0.00193EPSS
SaveExploits0References8Affected Software1
attackerkb
attackerkb
•added 2025/12/24 10:32 a.m.•6 views

CVE-2025-68365

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize allocated memory before use KMSAN reports: Multiple uninitialized values detected: - KMSAN: uninit-value in ntfsreadhdr 3 - KMSAN: uninit-value in bcmp 3 Memory is allocated by getname, which is a wrapper for...

5.8AI score0.00412EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
•added 2025/12/24 10:32 a.m.•45 views

CVE-2025-68365 fs/ntfs3: Initialize allocated memory before use

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize allocated memory before use KMSAN reports: Multiple uninitialized values detected: - KMSAN: uninit-value in ntfsreadhdr 3 - KMSAN: uninit-value in bcmp 3 Memory is allocated by getname, which is a wrapper for...

8.2CVSS0.00412EPSS
SaveExploits0References6
OSV
OSV
•added 2025/12/24 10:32 a.m.•11 views

CVE-2025-68365 fs/ntfs3: Initialize allocated memory before use

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize allocated memory before use KMSAN reports: Multiple uninitialized values detected: - KMSAN: uninit-value in ntfsreadhdr 3 - KMSAN: uninit-value in bcmp 3 Memory is allocated by getname, which is a wrapper for...

8.2CVSS6.3AI score
SaveExploits0References9
CVE
CVE
•added 2025/12/24 10:32 a.m.•74 views

CVE-2025-68365

CVE-2025-68365 : Linux kernel (fs/ntfs3) fixed by zero-initializing allocated memory. Memory allocated via __getname() (kmem_cache_alloc()) was used before being cleared, triggering KMSAN reports (ntfs_read_hdr, bcmp). The patch replaces kmem_cache_alloc() with kmem_cache_zalloc() to allocate and...

8.2CVSS6.1AI score0.00412EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
•added 2025/12/24 12:24 a.m.•7 views

SUSE CVE-2025-68338

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Don't free uninitialized kszirq If something goes wrong at setup, kszirqfree can be called on uninitialized kszirq for example when kszptpirqsetup fails. It leads to freeing uninitialized IRQ numbers and/or...

6.4AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
•added 2025/12/24 12:15 a.m.•14 views

OSV-2025-1016 Use-of-uninitialized-value in js_create_function

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=471075808 Crash type: Use-of-uninitialized-value Crash state: jscreatefunction JSEvalInternal JSEvalObject...

5.8AI score
SaveExploits0References1
CNNVD
CNNVD
•added 2025/12/24 12:00 a.m.•15 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 an uninitialized timestamp field when creating a new transport ring, which could result in a null pointer...

6.2AI score0.002EPSS
SaveExploits0References5
CNNVD
CNNVD
•added 2025/12/24 12:00 a.m.•11 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 Linux kernel that stems from an unverified packet length that could result in reading uninitialized memory...

6.2AI score0.00215EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•13 views

PT-2025-52901

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description The Linux kernel’s NTFS3 filesystem component contains a flaw where allocated memory is not initialized before use. This issue is identified through Kernel Memory Sanitizer KMSAN reports...

5.5CVSS6.4AI score0.00412EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•23 views

PT-2025-52985

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel’s RDMA/rxe component related to the handling of queue pair QP cleanup. Specifically, an error can occur when attempting to register a non-static key...

6.3AI score0.00195EPSS
SaveExploits0
CNNVD
CNNVD
•added 2025/12/24 12:00 a.m.•11 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 Linux kernel that stems from nslistnode that does not initialize the initial namespace, which could result in the list being uninitialized...

6.2AI score0.00173EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2025/12/24 12:00 a.m.•17 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 an uninitialized attribute that could result in a kernel warning...

6.2AI score0.00197EPSS
SaveExploits0References4
Rows per page
Query Builder