Lucene search
K

2497 matches found

ATTACKERKB
ATTACKERKB
added 2026/02/09 6:22 p.m.5 views

CVE-2026-24683

FreeRDP is a free implementation of the Remote Desktop Protocol. ainputsendinputevent caches channelcallback in a local variable and later uses it without synchronization; a concurrent channel close can free or reinitialize the callback, leading to a use after free. Prior to 3.22.0, This...

8.7CVSS5.5AI score0.00467EPSS
Exploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/02/09 2:40 a.m.2 views

kernel: Linux kernel: Use-after-free in proc_readdir_de() can lead to privilege escalation or denial of service.

A flaw was found in the Linux kernel. This use-after-free UAF vulnerability occurs in the procreaddirde function within the /proc filesystem. A local attacker with low privileges can exploit this by concurrently traversing specific directories while network devices are unregistered. This can lead...

5.8AI score0.00544EPSS
Exploits2References5
Oracle linux
Oracle linux
added 2026/02/07 12:0 a.m.11 views

Unbreakable Enterprise kernel security update

5.4.17-2136.352.5 - crypto: afalg - Fix incorrect boolean values in afalgctx Eric Biggers Orabug: 38879907 CVE-2025-40022 5.4.17-2136.352.4 - arm64: pensando: Must boot Ortano kernel with spin-table Rob Gardner Orabug: 38821197 5.4.17-2136.352.3 - net/sched: adjust device watchdog timer to detect...

3.3CVSS7.5AI score0.00544EPSS
Exploits5
CNVD
CNVD
added 2026/02/05 12:0 a.m.4 views

Google Chrome Code Execution Vulnerability (CNVD-2026-10652)

Google Chrome is a web browser from Google, an American company. Google Chrome suffers from a code execution vulnerability that stems from the V8 engine's lack of effective protection against concurrent access to shared resources, which can be exploited by an attacker to execute arbitrary code on...

6.8AI score0.00245EPSS
Exploits1References1
Github Security Blog
Github Security Blog
added 2026/02/04 8:4 p.m.18 views

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

Summary Cross-client data leak via two distinct issues: 1 reusing a single StreamableHTTPServerTransport across multiple client requests, and 2 reusing a single McpServer/Server instance across multiple transports. Both are most common in stateless deployments. Impact This advisory covers two...

7.1CVSS5.5AI score0.00239EPSS
Exploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:7 p.m.6 views

CVE-2026-23063

In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling putqueue carries risks since it cannot guarantee that resources of uaccequeue have been fully released beforehand. So adding a stopqueue operation for the...

5.3AI score0.00123EPSS
Exploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/04 12:0 a.m.4 views

PT-2026-6350

Summary Cross-client response data leak when a single McpServer/Server and transport instance is reused across multiple client connections, most commonly in stateless StreamableHTTPServerTransport deployments. Impact Who is affected: Any MCP server deployment using the TypeScript SDK where a sing...

7.1CVSS5.5AI score0.00239EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2026/02/03 2:5 p.m.3 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.00253EPSS
Exploits1References6
Tenable Nessus
Tenable Nessus
added 2026/02/03 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-1035

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in the Keycloak server during refresh token processing, specifically in the TokenManager class responsible for enforcing refresh token reuse...

3.1CVSS5.3AI score0.00282EPSS
Exploits0References2
Redos
Redos
added 2026/02/03 12:0 a.m.5 views

ROS-20260203-73-0048

A vulnerability in the netfilter component of the Linux operating system kernel is related to simultaneous execution using a shared resource with improper synchronization. Exploitation of the vulnerability could allow an attacker to gain access to sensitive data, compromise its integrity, and cau...

5.5CVSS8.4AI score0.00127EPSS
Exploits0
NVD
NVD
added 2026/02/02 11:16 p.m.7 views

CVE-2026-24040

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.1.0, 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. ...

6.3CVSS0.00253EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2026/02/02 8:38 p.m.4 views

CVE-2026-24040

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.1.0, 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. ...

6.3CVSS5.3AI score0.00253EPSS
Exploits1References4Affected Software1
Cvelist
Cvelist
added 2026/02/02 8:38 p.m.25 views

CVE-2026-24040 jsPDF has a Shared State Race Condition in addJS Plugin

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.1.0, 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. ...

6.3CVSS0.00253EPSS
Exploits1References3
Snyk
Snyk
added 2026/02/02 6:20 p.m.2 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.00253EPSS
Exploits1References2
Snyk
Snyk
added 2026/02/02 6:20 p.m.1 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.00253EPSS
Exploits1References2
NVD
NVD
added 2026/02/02 4:16 p.m.3 views

CVE-2025-47359

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

7.8CVSS0.00094EPSS
Exploits0References1
CVE
CVE
added 2026/02/02 3:20 p.m.10 views

CVE-2025-47359

Technical details are not publicly available in the provided documents; monitor for updates.

7.8CVSS5.3AI score0.00094EPSS
Exploits0References1Affected Software1
EUVD
EUVD
added 2026/02/02 3:20 p.m.3 views

EUVD-2025-206605

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

7.8CVSS5.3AI score0.00094EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/02/02 3:20 p.m.27 views

CVE-2025-47359 Use After Free in Secure Processor

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

7.8CVSS0.00094EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2026/02/02 10:10 a.m.5 views

kernel: Linux kernel: Use-after-free in proc_readdir_de() can lead to privilege escalation or denial of service.

A flaw was found in the Linux kernel. This use-after-free UAF vulnerability occurs in the procreaddirde function within the /proc filesystem. A local attacker with low privileges can exploit this by concurrently traversing specific directories while network devices are unregistered. This can lead...

5.8AI score0.00544EPSS
Exploits2References5
Rows per page
Query Builder