Lucene search
K

19 matches found

The Hacker News
The Hacker News
added 2026/02/18 7:40 a.m.22 views

Notepad++ Fixes Hijacked Update Mechanism Used to Deliver Targeted Malware

Notepad++ has released a security fix to plug gaps that were exploited by an advanced threat actor from China to hijack the software update mechanism to selectively deliver malware to targets of interest. The version 8.9.2 update incorporates what maintainer Don Ho calls a "double lock" design th...

7.7CVSS7.1AI score0.0609EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.1 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993002)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993002 advisory. In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no...

5.5CVSS6.1AI score0.00049EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.1 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991148)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991148 advisory. In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no...

5.5CVSS6.1AI score0.00049EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.1 views

kernel: sched/rt: Fix race in push_rt_task

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in pushrttask Overview ======== When a CPU chooses to call pushrttask and picks a task to push to another CPU's runqueue then it will call findlocklowestrq method which would take a double lock on both CPUs'...

4.7CVSS5.7AI score0.00019EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-13021

Malicious code in bioql PyPI...

6.9AI score0.00049EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2025-38234

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sched/rt: Fix race in pushrttask Overview ======== When a CPU chooses to call pushrttask and picks a task to push to another CPU's runqueue then it will call...

4.7CVSS6AI score0.00019EPSS
Exploits0References4
OSV
OSV
added 2025/07/04 1:37 p.m.2 views

CVE-2025-38234 sched/rt: Fix race in push_rt_task

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in pushrttask Overview ======== When a CPU chooses to call pushrttask and picks a task to push to another CPU's runqueue then it will call findlocklowestrq method which would take a double lock on both CPUs'...

4.7CVSS6.9AI score0.00019EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2025/06/25 12:46 a.m.1 views

kernel: sched/rt: Fix race in push_rt_task

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in pushrttask Overview ======== When a CPU chooses to call pushrttask and picks a task to push to another CPU's runqueue then it will call findlocklowestrq method which would take a double lock on both CPUs'...

4.7CVSS6.8AI score0.00019EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/05/28 12:37 a.m.5 views

kernel: sched/rt: Fix race in push_rt_task

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Fix race in pushrttask Overview ======== When a CPU chooses to call pushrttask and picks a task to push to another CPU's runqueue then it will call findlocklowestrq method which would take a double lock on both CPUs'...

4.7CVSS6.8AI score0.00019EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/05/09 4:55 a.m.0 views

SUSE CVE-2022-49768

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

5.5CVSS6.2AI score0.00049EPSS
Exploits0References4
NVD
NVD
added 2025/05/01 3:15 p.m.5 views

CVE-2022-49768

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

5.5CVSS0.00049EPSS
Exploits0References8
OSV
OSV
added 2025/05/01 3:15 p.m.0 views

UBUNTU-CVE-2022-49768

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

5.5CVSS5.9AI score0.00049EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.8 views

CVE-2022-49768 9p: trans_fd/p9_conn_cancel: drop client lock earlier

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

0.00049EPSS
Exploits0References8
CVE
CVE
added 2025/05/01 2:9 p.m.72 views

CVE-2022-49768

In CVE-2022-49768 for the Linux kernel, the 9p/trans_fd/p9_conn_cancel path had a double-lock issue detected by syzbot. The fix is to drop the client lock earlier, after requests have been moved off to the local list, avoiding the double-lock scenario. This resolves the issue and is described as ...

5.5CVSS6.5AI score0.00049EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.6 views

CVE-2022-49768 9p: trans_fd/p9_conn_cancel: drop client lock earlier

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

5.5CVSS5.8AI score0.00049EPSS
Exploits0References11
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.2 views

PT-2025-18485 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A double-lock issue was reported by syzbot in the Linux kernel's 9p protocol, specifically in the trans fd/p9 conn cancel function. The lock is no longer needed after requests have bee...

7.8CVSS5.1AI score0.0015EPSS
Exploits0References186
Positive Technologies
Positive Technologies
added 2024/01/31 12:0 a.m.5 views

PT-2024-3472 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a flaw in the unix state double lock function within the net/unix/af unix.c module of the Linux kernel, affecting the AF UNIX socket implementation. This flaw i...

7.8CVSS6.3AI score0.85264EPSS
Exploits18References225
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.15 views

Linux Kernel 2.6.x 'splice(2)' Double Lock Local Denial of Service Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/35143/info The Linux kernel is prone to a local denial-of-service vulnerability. Attackers can exploit this issue to cause an affected process to hang, denying service to legitimate users. Other denial-of-service attacks...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2009/05/29 12:0 a.m.30 views

Linux Kernel 2.6.x - 'splice(2)' Double Lock Local Denial of Service

/ source: https://www.securityfocus.com/bid/35143/info The Linux kernel is prone to a local denial-of-service vulnerability. Attackers can exploit this issue to cause an affected process to hang, denying service to legitimate users. Other denial-of-service attacks are also possible. This issue wa...

7.4AI score
Exploits0
Rows per page
Query Builder