Lucene search
+L

4559 matches found

OSV
OSV
added 2026/05/12 3:25 p.m.11 views

CLSA-2026-1778599539 Fix CVE(s): CVE-2026-4878

SECURITY UPDATE: TOCTOU race condition in capsetfile - debian/patches/CVE-2026-4878.patch: open the target file and operate on /proc/self/fd/N so the inode is locked between the regular-file check and the xattr update - CVE-2026-4878...

7CVSS5.8AI score0.00206EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/05/12 3:31 a.m.12 views

SUSE CVE-2026-43215

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix locking usage for tcon fields We used to use the cifstcpseslock to protect a lot of objects that are not just the server, ses or tcon lists. We later introduced srvlock, seslock and tclock to protect fields within the...

7CVSS5.8AI score0.00298EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/11 9:31 p.m.15 views

EUVD-2026-29285

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, watchOS 26.5. An attacker may be able to cause unexpected ap...

5.8AI score0.00143EPSS
SaveExploits1References9
NVD
NVD
added 2026/05/11 9:18 p.m.16 views

CVE-2026-28992

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, watchOS 26.5. An attacker may be able to cause unexpected ap...

4.7CVSS0.00143EPSS
SaveExploits1References8
Vulnrichment
Vulnrichment
added 2026/05/11 8:8 p.m.10 views

CVE-2026-28992

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, watchOS 26.5. An attacker may be able to cause unexpected ap...

5.8AI score0.00143EPSS
SaveExploits1References8
CVE
CVE
added 2026/05/11 8:8 p.m.59 views

CVE-2026-28992

CVE-2026-28992 is a memory-corruption vulnerability in Apple IOHIDFamily components (and related OS subsystems) addressed by improved locking. Affected platforms include macOS Sequoia 15.7.7, Sonoma 14.8.7, Tahoe 26.5, iOS/iPadOS 18.7.9 and 26.5, tvOS 26.5, visionOS 26.5, and watchOS 26.5. The is...

4.7CVSS5.8AI score0.00143EPSS
SaveExploits1References8Affected Software6
Cvelist
Cvelist
added 2026/05/11 8:8 p.m.38 views

CVE-2026-28992

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, watchOS 26.5. An attacker may be able to cause unexpected ap...

0.00143EPSS
SaveExploits1References8
SUSE CVE
SUSE CVE
added 2026/05/11 2:14 p.m.13 views

SUSE CVE-2026-43319

In the Linux kernel, the following vulnerability has been resolved: spi: spidev: fix lock inversion between spilock and buflock The spidev driver previously used two mutexes, spilock and buflock, but acquired them in different orders depending on the code path: write/read: buflock - spilock ioctl...

5.5CVSS5.8AI score0.00094EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/05/11 12:0 a.m.16 views

PT-2026-39827

Name of the Vulnerable Software and Affected Versions iOS versions prior to 18.7.9 iOS versions prior to 26.5 iPadOS versions prior to 18.7.9 iPadOS versions prior to 26.5 macOS Sequoia versions prior to 15.7.7 macOS Sonoma versions prior to 14.8.7 macOS Tahoe versions prior to 26.5 tvOS versions...

4.7CVSS5.8AI score0.00143EPSS
SaveExploits1References11
Tenable Nessus
Tenable Nessus
added 2026/05/11 12:0 a.m.9 views

Unity Linux 20.1070e Security Update: mysql (UTSA-2026-017796)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-017796 advisory. Vulnerability in the MySQL Server product of Oracle MySQL component: Server: Locking. Supported versions that are affected are 8.0.22 and prior. Easily exploitable...

6.8CVSS6.7AI score0.02157EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/05/09 2:42 a.m.13 views

SUSE CVE-2026-43143

In the Linux kernel, the following vulnerability has been resolved: mfd: core: Add locking around 'mfdofnodelist' Manipulating a list in the kernel isn't safe without some sort of mutual exclusion. Add a mutex any time we access / modify 'mfdofnodelist' to prevent possible crashes...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/05/09 12:56 a.m.15 views

CVE-2026-43455

A flaw was found in the Linux kernel's Message Control Transport Protocol MCTP module. A race condition exists in the mctpflowprepareoutput function where a lock is not properly held during a critical check-and-set operation. This can lead to multiple device references being acquired without prop...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/08 3:31 p.m.27 views

EUVD-2026-28624

In the Linux kernel, the following vulnerability has been resolved: comedi: Reinit dev-spinlock between attachments to low-level drivers struct comedidevice is the main controlling structure for a COMEDI device created by the COMEDI subsystem. It contains a member spinlock containing a spin-lock...

5.8AI score0.00114EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/08 3:31 p.m.14 views

EUVD-2026-28603

In the Linux kernel, the following vulnerability has been resolved: spi: spidev: fix lock inversion between spilock and buflock The spidev driver previously used two mutexes, spilock and buflock, but acquired them in different orders depending on the code path: write/read: buflock - spilock ioctl...

5.8AI score0.00094EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/08 3:16 p.m.13 views

CVE-2026-43423

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00091EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.13 views

CVE-2026-43423

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score0.00091EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/08 3:16 p.m.9 views

UBUNTU-CVE-2026-43423

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS5.7AI score0.00091EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43423

Removed by vendor...

5.2AI score0.00091EPSS
SaveExploits0
OSV
OSV
added 2026/05/08 2:21 p.m.7 views

CVE-2026-43423 usb: gadget: f_ncm: Fix atomic context locking issue

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Fix atomic context locking issue The ncmsetalt function was holding a mutex to protect against races with configfs, which invokes the might-sleep function inside an atomic context. Remove the struct netdevice...

5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/05/08 2:21 p.m.27 views

CVE-2026-43423

Concrete details show a Linux kernel issue in the usb gadget f_ncm driver: the ncm_set_alt function held a mutex to guard configfs races and invoked may_sleep in an atomic context, enabling a potential sleep path. The fix removes a struct net_device pointer from f_ncm_opts and introduces a new bo...

5.8AI score0.00091EPSS
SaveExploits0
Rows per page
Query Builder