Lucene search
+L

37683 matches found

CNNVD
CNNVD
added 2026/01/14 12:0 a.m.8 views

InputPlumber 访问控制错误漏洞

InputPlumber is an input device routing daemon in the ShadowBlip open source. An access control error vulnerability exists in InputPlumber that stems from the presence of a race condition in authorization checking...

8.5CVSS6.6AI score0.00211EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/01/14 12:0 a.m.10 views

PT-2026-2563

Name of the Vulnerable Software and Affected Versions versions prior to 2025-68958 Description A multi-thread race condition exists within the card framework module. Successful exploitation of this issue may impact system availability. A race condition occurs when multiple threads access and...

8CVSS5.3AI score0.00104EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.6 views

Unity Linux 20.1070-8ae / 20.1070e Security Update: kernel (UTSA-2026-001774)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001774 advisory. An issue was discovered in the Linux kernel before 6.5.9, exploitable by local users with userspace access to MMIO registers. Incorrect access checking in the VC...

7CVSS6.8AI score0.00693EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.6 views

MiracleLinux 3 : systemtap-0.7.2-3.2AXS3 (AXSA:2009-314:01)

The remote MiracleLinux 3 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2009-314:01 advisory. SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. Fix...

6.3CVSS5.8AI score0.00257EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.9 views

TencentOS Server 2: webkitgtk4 (TSSA-2025:0990)

The version of Tencent Linux installed on the remote TencentOS Server 2 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2025:0990 advisory. Package updates are available for TencentOS Server 2 that fix the following vulnerabilities...

8.8CVSS8.5AI score0.33729EPSS
SaveExploits8References7
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-001028)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001028 advisory. Race condition in the preparebinprm function in fs/exec.c in the Linux kernel before 3.19.6 allows local users to gain privileges by executing a setuid program at a...

6.2CVSS7AI score0.00317EPSS
SaveExploits0References21
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.5 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-001059)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001059 advisory. Race condition in net/sctp/socket.c in the Linux kernel before 4.1.2 allows local users to cause a denial of service list corruption and panic via a rapid series of...

4.9CVSS7AI score0.00343EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.7 views

MiracleLinux 3 : nss_ldap-253-12AXS3 (AXSA:2008-276:03)

The remote MiracleLinux 3 host has a package installed that is affected by a vulnerability as referenced in the AXSA:2008-276:03 advisory. The nssldap package contains the nssldap and pamldap modules. The nssldap module is a plug-in which allows applications to retrieve information about users an...

4.3CVSS5.6AI score0.01164EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-001718)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001718 advisory. A race condition was found the Linux kernel in perfeventopen which can be exploited by an unprivileged user to gain root privileges. The bug allows to build several...

7CVSS6.8AI score0.00317EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.4 views

MiracleLinux 4 : bind-9.8.2-0.10.rc1.AXS4.2 (AXSA:2012-830:03)

"The remote MiracleLinux 4 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2012-830:03 advisory. BIND Berkeley Internet Name Domain is an implementation of the DNS Domain Name System protocols. BIND includes a DNS server named, which resolves host names ...

7.8CVSS7.2AI score0.27383EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/01/13 9:53 p.m.18 views

Outray cli is vulnerable to race conditions in tunnels creation

Summary A TOCTOU race condition vulnerability allows a user to exceed the set number of active tunnels in their subscription plan. Details Affected conponent: apps/web/src/routes/api/tunnel/register.ts - /tunnel/register endpoint code-: ts // Check if tunnel already exists in database const...

6.3CVSS6.9AI score0.00182EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/01/13 9:53 p.m.6 views

GHSA-45HJ-9X76-WP9G Outray has a Race Condition in the cli's webapp

Summary This vulnerability allows a user i.e a free plan user to get more than the desired subdomains due to lack of db transaction lock mechanisms in https://github.com/akinloluwami/outray/blob/main/apps/web/src/routes/api/%24orgSlug/subdomains/index.ts Details - The affected code-: ts //Race...

5.9CVSS6.8AI score0.00218EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/01/13 9:53 p.m.13 views

Outray has a Race Condition in the cli's webapp

Summary This vulnerability allows a user i.e a free plan user to get more than the desired subdomains due to lack of db transaction lock mechanisms in https://github.com/akinloluwami/outray/blob/main/apps/web/src/routes/api/%24orgSlug/subdomains/index.ts Details - The affected code-: ts //Race...

5.9CVSS6.9AI score0.00218EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/01/13 6:45 p.m.9 views

GHSA-597G-3PHW-6986 virtualenv Has TOCTOU Vulnerabilities in Directory Creation

Impact TOCTOU Time-of-Check-Time-of-Use vulnerabilities in virtualenv allow local attackers to perform symlink-based attacks on directory creation operations. An attacker with local access can exploit a race condition between directory existence checks and creation to redirect virtualenv's appdat...

4.5CVSS6.4AI score0.00089EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/13 6:44 p.m.20 views

EUVD-2026-1870

filelock Time-of-Check-Time-of-Use TOCTOU Symlink Vulnerability in SoftFileLock...

5.3CVSS6AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/13 6:16 p.m.11 views

CVE-2026-21221

Concurrent execution using shared resource with improper synchronization 'race condition' in Capability Access Management Service camsvc allows an authorized attacker to elevate privileges locally...

7CVSS0.00228EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 6:16 p.m.10 views

CVE-2026-21221

Concurrent execution using shared resource with improper synchronization 'race condition' in Capability Access Management Service camsvc allows an authorized attacker to elevate privileges locally...

7CVSS5.9AI score0.00228EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/13 6:16 p.m.11 views

CVE-2026-20934

Concurrent execution using shared resource with improper synchronization 'race condition' in Windows SMB Server allows an authorized attacker to elevate privileges over a network...

7.5CVSS0.00815EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/13 6:16 p.m.11 views

CVE-2026-20934

Concurrent execution using shared resource with improper synchronization 'race condition' in Windows SMB Server allows an authorized attacker to elevate privileges over a network...

7.5CVSS5.9AI score0.00815EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/13 6:16 p.m.7 views

CVE-2026-20927

Concurrent execution using shared resource with improper synchronization 'race condition' in Windows SMB Server allows an authorized attacker to deny service over a network...

5.3CVSS0.00927EPSS
SaveExploits0References1
Rows per page
Query Builder