Lucene search
+L

8009 matches found

OSV
OSV
added 2026/07/25 9:20 a.m.14 views

CVE-2026-64528 tty: serial: samsung: Remove redundant port lock acquisition in rx helpers

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsung: Remove redundant port lock acquisition in rx helpers Sashiko identified a deadlock when the console flow is engaged 1. When console flow control is enabled UPFCONSFLOW, s3c24xxserialstoptx calls...

5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 9:20 a.m.15 views

EUVD-2026-49040

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsung: Remove redundant port lock acquisition in rx helpers Sashiko identified a deadlock when the console flow is engaged 1. When console flow control is enabled UPFCONSFLOW, s3c24xxserialstoptx calls...

5.8AI score0.00168EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 9:14 a.m.39 views

CVE-2026-64521

CVE-2026-64521 affects the Linux kernel pinctrl subsystem (meson: amlogic-a4). The deadlock arises when pinconf_pins_show() holds pctldev->mutex while pinctrl_find_gpio_range_from_pin() tries to re-acquire the same mutex; the fix is to use pinctrl_find_gpio_range_from_pin_nolock() to avoid the...

5.7AI score0.00167EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/25 9:14 a.m.17 views

CVE-2026-64521

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.6AI score0.00167EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 9:14 a.m.18 views

EUVD-2026-48865

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.7AI score0.00167EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 9:14 a.m.11 views

CVE-2026-64521 pinctrl: meson: amlogic-a4: fix deadlock issue

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.7AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.10 views

SUSE CVE-2026-64238

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.8AI score0.0008EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.21 views

PT-2026-64742

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock can occur when accessing the pinconf-pins sysfs node. This happens because the pinconf pins show function holds the pctldev-mutex, and the platform driver subsequently calls...

5.8AI score0.00167EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.22 views

PT-2026-64759

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock occurs in the Samsung serial driver when console flow control is enabled via UPF CONS FLOW. The issue arises because the functions s3c24xx serial stop tx and s3c24xx serial...

5.8AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/07/24 4:16 p.m.10 views

DEBIAN-CVE-2026-64238

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.5CVSS5.7AI score0.0008EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.19 views

CVE-2026-64238

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.5CVSS0.0008EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:27 p.m.11 views

CVE-2026-64238 gpio: shared: fix deadlock on shared proxy's parent removal

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/24 3:27 p.m.18 views

EUVD-2026-48647

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.8AI score0.0008EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 3:27 p.m.59 views

CVE-2026-64238

CVE-2026-64238 affects the Linux kernel gpio: shared subsystem. The root cause was a too-wide critical section protecting the offset field in struct gpio_shared_entry, which could cause a deadlock during removal of a shared GPIO proxy’s parent. The fix shortens the critical section to protect the...

5.5CVSS5.8AI score0.0008EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.17 views

PT-2026-64353

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock can occur during the removal of a shared GPIO proxy's parent. This issue stems from an excessively wide critical section using a mutex embedded in the gpio shared entry...

5.5CVSS5.8AI score0.0008EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/23 12:00 a.m.15 views

Oracle Linux 10 : kernel (ELSA-2026-19569)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-19569 advisory. - crypto: ccp - copy IV using skcipher ivsize CKI Backport Bot RHEL-188463 CVE-2026-53016 - futex/requeue: Revert 'Prevent NULL pointer dereference i...

9.8CVSS7.2AI score0.93235EPSS
SaveExploits161References15
OSV
OSV
added 2026/07/22 6:00 a.m.13 views

RLSA-2026:42552 Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss CVE-2026-46117 kernel: Bluetooth: l2cap: Add missing chan lock in l2capecredreconfrsp CVE-2026-53071 Bug Fixes and...

7.5CVSS5.5AI score0.0026EPSS
SaveExploits0References3
Rockylinux
Rockylinux
added 2026/07/22 6:00 a.m.38 views

kernel security, bug fix, and enhancement update

An update is available for kernel. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

8.8CVSS6.9AI score0.0026EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/22 12:00 a.m.11 views

RockyLinux 8 : kernel (RLSA-2026:42552)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:42552 advisory. kernel: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss CVE-2026-46117 kernel: Bluetooth: l2cap: Add missing chan lock in...

8.8CVSS7.4AI score0.0026EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/21 11:25 p.m.26 views

CVE-2026-63980

A flaw was found in the Linux kernel's network handshake component. An improper locking mechanism, specifically the use of spinlock instead of spinlockbh in the handshakereqcancel function, can lead to a deadlock. This vulnerability occurs when a process-context thread holds a lock while a softir...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References4
Rows per page
Query Builder