Lucene search
+L

7691 matches found

SUSE CVE
SUSE CVE
added 2026/07/25 3:57 p.m.10 views

SUSE 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.7AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:57 p.m.7 views

SUSE CVE-2026-64528

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
SaveExploits0References3
OSV
OSV
added 2026/07/25 9:20 a.m.12 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.12 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.31 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.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/25 9:14 a.m.11 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.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 9:14 a.m.15 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.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 9:14 a.m.8 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.7 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:0 a.m.18 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.00166EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.17 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.7 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.14 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.8 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.14 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.40 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:0 a.m.13 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:0 a.m.8 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
SaveExploits136References15
OSV
OSV
added 2026/07/22 6:0 a.m.10 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:0 a.m.36 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
Rows per page
Query Builder