Lucene search
+L

32 matches found

AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: intelth: Fixed a device leak during the output of an opened device. Make sure to remove the reference that was used when checking the th device during the opening of a device via open. This reference still causes a leak even afte...

5.5CVSS5.7AI score0.00123EPSS
Exploits0References2
OSV
OSV
added 2026/05/27 7:55 p.m.4 views

CVE-2026-48792 pam_usb: pusb_has_virtual_input_device() silently discards EACCES, disabling remote desktop detection under non-root execution

pamusb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/evdev.c silently ignores EACCES errors when opening /dev/input/event nodes, causing pusbhasvirtualinputdevice to return 0 no virtual devices found even when every open call failed due to...

4.4CVSS6AI score0.00128EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/04/24 8:33 p.m.8 views

CVE-2026-31606

A flaw was found in the Linux kernel's USB Human Interface Device HID gadget driver. When the /dev/hidg device is still open during unbind and bind operations, the character device cdev is reinitialized while still in use. This unsafe behavior can lead to a system crash, resulting in a Denial of...

5.5CVSS5.2AI score0.00122EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.7 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-010795)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010795 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime...

5.6AI score0.00205EPSS
Exploits0References4
OSV
OSV
added 2026/02/14 4:15 p.m.7 views

UBUNTU-CVE-2026-23146

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciuart: fix null-ptr-deref in hciuartwritework hciuartsetproto sets HCIUARTPROTOINIT before calling hciuartregisterdev, which calls proto-open to initialize hu-priv. However, if a TTY write wakeup occurs during this...

5.5CVSS5.7AI score0.00123EPSS
Exploits0References33
CVE
CVE
added 2026/02/14 4:1 p.m.30 views

CVE-2026-23146

Technical details for CVE-2026-23146 are not provided in the supplied connected documents; the materials only reference the vulnerability as part of Ubuntu/Mageia/Oracle advisories. Monitor for updates.

5.5CVSS5.2AI score0.00123EPSS
Exploits0References7Affected Software1
AstraLinux
AstraLinux
added 2026/01/27 5:1 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: uart: Set tty-discdata only in the successful path. Setting tty-discdata before opening the NCI device means that we need to handle errors properly. This also creates a short window during which the device may continue ...

7.8CVSS6.3AI score0.00183EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:0 a.m.4 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990554)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990554 advisory. In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 drivers: misc: pass...

7.8CVSS6AI score0.00263EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.10 views

CVE-2022-50568 usb: gadget: f_hid: fix f_hidg lifetime vs cdev

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

0.00205EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-28759

Malicious code in bioql PyPI...

8.5CVSS7.7AI score0.00254EPSS
Exploits1References9
Positive Technologies
Positive Technologies
added 2025/08/19 12:0 a.m.16 views

PT-2025-33769

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a use-after-free UaF issue in the fbnic module within the AF XDP portion of the queues. The vulnerability occurs when a Network Address Port Identifier NAPI h...

8.5CVSS6.3AI score0.07644EPSS
Exploits3References531
SUSE CVE
SUSE CVE
added 2025/07/29 11:23 p.m.4 views

SUSE CVE-2025-38416

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: uart: Set tty-discdata only in success path Setting tty-discdata before opening the NCI device means we need to clean it up on error paths. This also opens some short window if device starts sending data, even before...

5.8CVSS6.7AI score0.00183EPSS
Exploits0References22
OSV
OSV
added 2025/05/20 6:15 p.m.3 views

DEBIAN-CVE-2025-37985

In the Linux kernel, the following vulnerability has been resolved: USB: wdm: close race between wdmopen and wdmwwanportstop Clearing WDMWWANINUSE must be the last action or we can open a chardev whose URBs are still poisoned...

4.7CVSS5.5AI score0.00114EPSS
Exploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22084

In the Linux kernel, the following vulnerability has been resolved: w1: fix NULL pointer dereference in probe The w1uartprobe function calls w1uartserdevopen which includes devmserdevdeviceopen before setting the client ops via serdevdevicesetclientops. This ordering can trigger a NULL pointer...

5.5CVSS5.6AI score0.00188EPSS
Exploits0References1
OSV
OSV
added 2025/02/12 2:15 p.m.3 views

DEBIAN-CVE-2025-21695

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-uart-backlight: fix serdev race The delluartblserdevprobe function calls devmserdevdeviceopen before setting the client ops via serdevdevicesetclientops. This ordering can trigger a NULL pointer dereference in...

4.7CVSS5.5AI score0.00175EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/02/09 11:37 a.m.4 views

CVE-2025-21685 platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix serdev race

In the Linux kernel, the following vulnerability has been resolved: platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix serdev race The yt21380fcserdevprobe function calls devmserdevdeviceopen before setting the client ops via serdevdevicesetclientops. This ordering can trigger a NULL pointe...

6AI score0.00195EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.7 views

PT-2025-30821

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to the NFC subsystem. Specifically, the issue involves setting the tty-disc data field before the NCI device is fully opened, potentially creatin...

7.8CVSS6.8AI score0.00183EPSS
Exploits0
OSV
OSV
added 2024/11/19 6:15 p.m.10 views

AZL-53840 CVE-2024-53063 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIGDVBDYNAMICMINORS is set or not. When not set, dvbregisterdevice won't che...

5.5CVSS6.3AI score0.00272EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2024/08/21 11:57 a.m.8 views

kernel: platform/x86: wmi: Fix opening of char device

In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 "drivers: misc: pass miscdevice pointer via file private data", the miscdevice stores a pointer to itself inside filp-privatedata, which means that privateda...

7.8CVSS6.8AI score0.00263EPSS
Exploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

DEBIAN-CVE-2023-52864

In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 "drivers: misc: pass miscdevice pointer via file private data", the miscdevice stores a pointer to itself inside filp-privatedata, which means that privateda...

7.8CVSS5.8AI score0.00263EPSS
Exploits0References1
Rows per page
Query Builder