Lucene search
+L

39721 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.15 views

MiracleLinux 8 : kernel-4.18.0-553.100.1.el8_10 (AXSA:2026-139:07)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-139:07 advisory. kernel: IB/hfi1: Fix sdma.h tx-numdescs off-by-one error CVE-2024-26766 kernel: RDMA/core: Fix KASAN: slab-use-after-free Read in ibregisterdevice...

9.8CVSS7.1AI score0.00512EPSS
SaveExploits3References11
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-23110

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: core: Wake up the error handler when final completions race against each other The fragile ordering between marking commands completed or failed so that t...

4.7CVSS4.9AI score0.00099EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-23101

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - leds: led-class: Only Add LED to ledslist when it is fully ready Before this change the LED was added to ledslist before ledinitcore gets called adding it the...

4.7CVSS5.9AI score0.00124EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-23096

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - uacce: fix cdev handling in the cleanup path When cdevdeviceadd fails, it internally releases the cdev memory, and if cdevdevicedel is then executed, it will...

5.5CVSS5.4AI score0.00119EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.7 views

openSUSE 16 Security Update : python-filelock (openSUSE-SU-2026:20144-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:20144-1 advisory. - CVE-2025-68146: TOCTOU race condition may allow local attackers to corrupt or truncate arbitrary user files bsc1255244. - CVE-2026-22701: TOCT...

6.5CVSS8AI score0.00201EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.9 views

Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS / 24.04 LTS : Filelock vulnerabilities (USN-7999-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS / 24.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-7999-1 advisory. It was discovered that Filelock incorrectly handled symlinks in temp files. A local attacker could possibly use this...

6.5CVSS5.7AI score0.00201EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/02/03 9:19 p.m.9 views

CVE-2025-47359

Memory Corruption when multiple threads simultaneously access a memory free API...

7.8CVSS5.3AI score0.00095EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/02/03 3:41 p.m.11 views

curl: libcurl: Curl out of bounds read for cookie path

An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site...

7.5CVSS5.8AI score0.01395EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/02/03 3:18 p.m.61 views

CVE-2025-10279

In mlflow version 2.20.3, the temporary directory used for creating Python virtual environments is assigned insecure world-writable permissions 0o777. This vulnerability allows an attacker with write access to the /tmp directory to exploit a race condition and overwrite .py files in the virtual...

7CVSS5.9AI score0.00223EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/02/03 2:05 p.m.12 views

CVE-2026-24040

A flaw was found in jsPDF. When jsPDF is used in a concurrent environment, such as a Node.js web server, a race condition in the addJS method can lead to cross-user data leakage. This occurs because a shared variable used to store JavaScript content can be overwritten by simultaneous requests. As...

7.5CVSS5AI score0.00263EPSS
SaveExploits1References6
OSV
OSV
added 2026/02/02 8:26 p.m.8 views

USN-7999-1 python-filelock vulnerabilities

It was discovered that Filelock incorrectly handled symlinks in temp files. A local attacker could possibly use this issue to cause lock operations to fail or behave unexpectedly. CVE-2026-22701 It was discovered that the file locking implementation in the Filelock package contained a race...

6.5CVSS7.3AI score0.00201EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/02/02 6:20 p.m.5 views

Race Condition

Overview jspdf is a PDF Document creation from JavaScript Affected versions of this package are vulnerable to Race Condition in the addJS function due to the use of a shared module-scoped variable for storing JavaScript content. An attacker can cause sensitive data intended for one user to be...

6.3CVSS5.5AI score0.00263EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/02 6:20 p.m.19 views

jsPDF has Shared State Race Condition in addJS Plugin

Impact The addJS method in the jspdf Node.js build utilizes a shared module-scoped variable text to store JavaScript content. When used in a concurrent environment e.g., a Node.js web server, this variable is shared across all requests. If multiple requests generate PDFs simultaneously, the...

6.3CVSS5.3AI score0.00263EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/02/02 6:20 p.m.8 views

GHSA-CJW8-79X6-5CJ4 jsPDF has Shared State Race Condition in addJS Plugin

Impact The addJS method in the jspdf Node.js build utilizes a shared module-scoped variable text to store JavaScript content. When used in a concurrent environment e.g., a Node.js web server, this variable is shared across all requests. If multiple requests generate PDFs simultaneously, the...

6.3CVSS5.3AI score0.00263EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/02/02 6:20 p.m.4 views

Race Condition

Overview Affected versions of this package are vulnerable to Race Condition in the addJS function due to the use of a shared module-scoped variable for storing JavaScript content. An attacker can cause sensitive data intended for one user to be included in another user's PDF by making concurrent...

6.3CVSS5.9AI score0.00263EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/02/02 3:41 p.m.16 views

kernel: Linux kernel: vsock vulnerability may lead to memory corruption

A flaw was found in the Linux kernel's vsock component. This vulnerability occurs when a connect operation on an already established socket is interrupted by a signal or timeout, causing the system to mishandle the socket's state. This incorrect handling can lead to a race condition, potentially...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/02 3:41 p.m.27 views

kernel: mptcp: fix race condition in mptcp_schedule_work()

A race in mptcpschedulework could lead to a use-after-free: the function queued work and only then acquired a reference to the socket. If the worker ran to completion immediately, the subsequent sockhold operated on a freed object. Impact ranges from kernel crash DoS to potential privilege...

9.8CVSS5.8AI score0.00464EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/02 11:40 a.m.8 views

kernel: Linux kernel: vsock vulnerability may lead to memory corruption

A flaw was found in the Linux kernel's vsock component. This vulnerability occurs when a connect operation on an already established socket is interrupted by a signal or timeout, causing the system to mishandle the socket's state. This incorrect handling can lead to a race condition, potentially...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References5
NVD
NVD
added 2026/02/02 11:16 a.m.14 views

CVE-2025-10279

In mlflow version 2.20.3, the temporary directory used for creating Python virtual environments is assigned insecure world-writable permissions 0o777. This vulnerability allows an attacker with write access to the /tmp directory to exploit a race condition and overwrite .py files in the virtual...

7CVSS0.00223EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/02/02 10:36 a.m.46 views

CVE-2025-10279 Privilege Escalation in mlflow/mlflow

In mlflow version 2.20.3, the temporary directory used for creating Python virtual environments is assigned insecure world-writable permissions 0o777. This vulnerability allows an attacker with write access to the /tmp directory to exploit a race condition and overwrite .py files in the virtual...

7CVSS0.00223EPSS
SaveExploits1References2
Rows per page
Query Builder