Lucene search
+L

3343 matches found

OSV
OSV
added 2026/08/22 3:31 p.m.24 views

CVE-2026-74608 smb: client: Fix use-after-free in cifs_try_adding_channels()

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If cifssesaddchannel fails, it drops that reference and then increments...

9.8CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.32 views

CVE-2026-74590 fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions

In the Linux kernel, the following vulnerability has been resolved: fsverity: Fix bpfgetfsveritydigest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains valid. They do not, however, provide any guarantee that the contents of...

7.8CVSS0.00129EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:31 p.m.32 views

CVE-2026-74590

CVE-2026-74590 is a race condition in the Linux kernel's fsverity subsystem, specifically in the bpf_get_fsverity_digest() function. The BPF verifier and dynptr abstraction guarantee memory validity but not content stability; kfuncs must remain memory-safe under concurrent modifications. This fun...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:31 p.m.15 views

EUVD-2026-64527

In the Linux kernel, the following vulnerability has been resolved: fsverity: Fix bpfgetfsveritydigest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains valid. They do not, however, provide any guarantee that the contents of...

5.5AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:31 p.m.17 views

CVE-2026-74590 fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions

In the Linux kernel, the following vulnerability has been resolved: fsverity: Fix bpfgetfsveritydigest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains valid. They do not, however, provide any guarantee that the contents of...

7.8CVSS5.6AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.31 views

PT-2026-79652

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the fastrpc req munmap impl function. The issue occurs because buffers are removed from the list only after they are unmapped from the DSP. When multiple threa...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-74647

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - misc: fastrpc: Remove buffer from list prior to unmap operation fastrpcreqmunmapimpl is called to unmap any buffer. The buffer is getting removed from the list...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-74590

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fsverity: Fix bpfgetfsveritydigest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-74608

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb: client: Fix use-after-free in cifstryaddingchannels cifstryaddingchannels takes a temporary reference to an interface before dropping ifacelock. If...

9.8CVSS6.3AI score0.00477EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 5:16 p.m.7 views

UBUNTU-CVE-2026-74582

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/08/21 12:00 a.m.14 views

Apache Struts < 7.3.0 Multiple Vulnerabilities (S2-070) (S2-071)

The version of Apache Struts installed on the remote host is 7.2.1. It is, therefore, affected by multiple vulnerabilities in the JSON plugin, as referenced in the S2-070 and S2-071 advisories: - A component of the JSON plugin that holds per-request parsing state could be shared between concurren...

5.9AI score0.00262EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 6:34 p.m.25 views

Zoo Design Studio: Memory-corruption in memory handling of lib-kcl

A race condition in kcl-lib can result in a use-after-free when accessing environments concurrently. During Vec reallocation, the previous buffer containing Box pointers is freed and replaced. A concurrent getenv operation that has already loaded a pointer to the old buffer may subsequently index...

5.8AI score
SaveExploits0References2Affected Software2
Github Security Blog
Github Security Blog
added 2026/08/20 5:26 p.m.13 views

OpenTelemetry-Go: Unsynchronized baggage map can panic under concurrent access

Summary go.opentelemetry.io/otel/bridge/opentracing introduced an unsynchronized extraBaggageItems map on bridgeSpan. One goroutine can write this map through Span.SetBaggageItem while another goroutine reads and iterates it during correlation baggage propagation, which can trigger Go's fatal...

5.9CVSS5.8AI score0.00131EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/20 5:26 p.m.12 views

GHSA-42CJ-99W8-CP2P OpenTelemetry-Go: Unsynchronized baggage map can panic under concurrent access

Summary go.opentelemetry.io/otel/bridge/opentracing introduced an unsynchronized extraBaggageItems map on bridgeSpan. One goroutine can write this map through Span.SetBaggageItem while another goroutine reads and iterates it during correlation baggage propagation, which can trigger Go's fatal...

5.9CVSS5.8AI score0.00131EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/08/20 5:26 p.m.10 views

Improper Locking

Overview Affected versions of this package are vulnerable to Improper Locking through the bridgeSpan baggage handling in bridge/opentracing/bridge.go. An attacker can crash the process by causing one goroutine to call Span.SetBaggageItem while another goroutine propagates correlation baggage from...

6.2CVSS5.5AI score0.00131EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 12:35 a.m.24 views

EUVD-2026-62958

In Splunk AI Toolkit versions below 6.0.0, a user who can upload models could overwrite a model being uploaded by another user by sending a concurrent upload request for the same model name, causing the resulting model lookup entry to reference attacker-controlled content. The race condition is...

5.9CVSS5.3AI score0.00136EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/20 12:00 a.m.14 views

Race Condition

Overview Affected versions of this package are vulnerable to Race Condition via the ScriptEngine process. An attacker can access sensitive data from other requests or cause unexpected exceptions by triggering concurrent script evaluations. Remediation Upgrade...

5.4CVSS5.9AI score0.00127EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.26 views

PT-2026-80733

Name of the Vulnerable Software and Affected Versions OpenTelemetry-Go versions 0.11.0 through 1.44.0 Description The OpenTracing bridge contains an unsynchronized extraBaggageItems map within the bridgeSpan component. Because Go maps do not support safe concurrent read and write access,...

5.9CVSS5.2AI score0.00131EPSS
SaveExploits0References10
NVD
NVD
added 2026/08/19 10:17 p.m.16 views

CVE-2026-76393

In Splunk AI Toolkit versions below 6.0.0, a user who can upload models could overwrite a model being uploaded by another user by sending a concurrent upload request for the same model name, causing the resulting model lookup entry to reference attacker-controlled content. The race condition is...

5.9CVSS0.00136EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/19 9:35 p.m.8 views

CVE-2026-76393 Race Condition during Model Upload through the REST API in Splunk AI Toolkit

In Splunk AI Toolkit versions below 6.0.0, a user who can upload models could overwrite a model being uploaded by another user by sending a concurrent upload request for the same model name, causing the resulting model lookup entry to reference attacker-controlled content. The race condition is...

5.9CVSS5.3AI score0.00136EPSS
SaveExploits0References1
Rows per page
Query Builder