Lucene search
+L

4599 matches found

CNNVD
CNNVD
added 2025/09/16 12:0 a.m.9 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 improper locking mechanism in the rtl8723bs driver, which could lead to a soft interrupt handling excepti...

5.5CVSS6.3AI score0.0011EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.4 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 improper handling of devlink locking, which could lead to locking conflicts during synchronization resets...

5.5CVSS5.9AI score0.00107EPSS
SaveExploits0References5
NVD
NVD
added 2025/09/15 3:15 p.m.19 views

CVE-2023-53233

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix deadlock triggered by canceldelayedworksyn The following LOCKDEP was detected: Workqueue: events smclgrfreework smc WARNING: possible circular locking dependency detected...

5.5CVSS0.0011EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.4 views

DEBIAN-CVE-2023-53233

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix deadlock triggered by canceldelayedworksyn The following LOCKDEP was detected: Workqueue: events smclgrfreework smc WARNING: possible circular locking dependency detected...

5.5CVSS5.4AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.5 views

DEBIAN-CVE-2023-53198

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in rawgetnext. Dae R. Jeong reported a NULL deref in rawgetnext 0. It seems that the repro was running these sequences in parallel so that one thread was iterating on a socket that was being freed in another...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.6 views

PT-2025-37674

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.1.0-20221027.rc2.git8.56bc5b569087.300.fc36.s390x+debug and earlier Description The Linux kernel contained a deadlock vulnerability within the net/smc module, triggered by cancel delayed work syn. The issue was identifi...

5.5CVSS5.2AI score0.0011EPSS
SaveExploits0References20
OSV
OSV
added 2025/09/11 5:15 p.m.16 views

AZL-67205 CVE-2025-39759 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix race between quota disable and quota rescan ioctl There's a race between a task disabling quotas and another running the rescan ioctl that can result in a use-after-free of qgroup records from the...

7CVSS5.6AI score0.00115EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/09 12:0 a.m.9 views

PT-2025-39143

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to memory management within the bpf Berkeley Packet Filter subsystem. Specifically, the issue arises from calling bpf map kmalloc node from bpf...

5.5CVSS8.4AI score0.00139EPSS
SaveExploits0
OSV
OSV
added 2025/09/07 4:15 p.m.4 views

DEBIAN-CVE-2025-39734

In the Linux kernel, the following vulnerability has been resolved: Revert "fs/ntfs3: Replace inodetrylock with inodelock" This reverts commit 69505fe98f198ee813898cbcaf6770949636430b. Initially, conditional lock acquisition was removed to fix an xfstest bug that was observed during internal...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/07 3:16 p.m.40 views

CVE-2025-39734

CVE-2025-39734 affects the Linux kernel component fs/ntfs3 in the NTFS file-system path. The issue stems from a revert of the inode_trylock versus inode_lock handling (commit 69505fe98f198ee813898cbcaf6770949636430b). The description notes that previously conditional lock acquisition was removed ...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/09/07 3:16 p.m.6 views

CVE-2025-39734 Revert "fs/ntfs3: Replace inode_trylock with inode_lock"

In the Linux kernel, the following vulnerability has been resolved: Revert "fs/ntfs3: Replace inodetrylock with inodelock" This reverts commit 69505fe98f198ee813898cbcaf6770949636430b. Initially, conditional lock acquisition was removed to fix an xfstest bug that was observed during internal...

6AI score
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/09/06 8:3 a.m.6 views

mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()

...

5.5CVSS6.8AI score0.00122EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2025-38687

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated...

7.3CVSS6.1AI score0.00124EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/05 11:22 p.m.15 views

SUSE CVE-2025-39713

In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in raininterrupt In the interrupt handler raininterrupt, the buffer full check on rain-buflen is performed before acquiring rain-buflock. This creates a Time-of-Check to Time-of-Us...

5.5CVSS6.8AI score0.00134EPSS
SaveExploits0References21
OSV
OSV
added 2025/09/05 6:15 p.m.9 views

AZL-67025 CVE-2025-39714 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Lock resolution while streaming When an program is streaming ffplay and another program qv4l2 changes the TV standard from NTSC to PAL, the kernel crashes due to trying to copy to unmapped memory. Changing from NTSC...

7.8CVSS5.8AI score0.00167EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/05 12:0 a.m.6 views

PT-2025-36311

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in open tree attr that allows bypassing a restriction intended to prevent id-mapping changes without the OPEN TREE CLONE flag. This bypass was introduc...

6.1AI score0.00152EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/05 12:0 a.m.5 views

PT-2025-39134

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free condition within the state show function in the mm/damon/sysfs module. The function reads kdamond-damon ctx without acquiring the damon sysfs...

7.8CVSS7.1AI score0.0014EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:12 a.m.4 views

tracing: Add down_write(trace_event_sem) when adding trace event

...

7.8CVSS6.8AI score0.00168EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:17 a.m.6 views

wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()

...

8.8CVSS7AI score0.00177EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:3 a.m.9 views

9p: add missing locking around taking dentry fid list

...

7.8CVSS7AI score0.00253EPSS
SaveExploits0
Rows per page
Query Builder