Lucene search
+L

115 matches found

RedhatCVE
RedhatCVE
added 6 days ago4 views

CVE-2026-64238

A flaw was found in the Linux kernel's gpio: shared component. A too wide critical section, intended to protect the offset field in the struct gpiosharedentry, can lead to a potential deadlock. This occurs during the removal of a shared General Purpose Input/Output GPIO proxy's parent. A successf...

5.8AI score0.00145EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/27 12:0 a.m.9 views

PT-2026-65217

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in accept untracked na accept untracked na re-fetches the inet6 dev with in6 dev getdev and dereferences idev-cnf.accept untracked na without a NULL check, even though its only caller ndisc recv na...

5.8AI score0.00168EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.10 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.8AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 10:2 a.m.7 views

CVE-2026-53380

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

7.8CVSS5.5AI score0.00112EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 10:2 a.m.10 views

EUVD-2026-45453

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

5.6AI score0.00112EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 10:2 a.m.27 views

CVE-2026-53380

CVE-2026-53380 affects the Linux kernel media component rzv2h-ivc. The vulnerability arises from concurrent access to the internal buffer list rzv2h_ivc::buffers.queue: in rzv2h_ivc_transfer_buffer(), a list_del() occurs without holding the spinlock rzv2h_ivc::buffers.lock, allowing concurrent mo...

7.8CVSS5.7AI score0.00112EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2026/07/02 4:17 a.m.16 views

CVE-2026-57268

GeoWebPlayer also called "Web Plugin" in the GV-VMS documentation and "WS Player" for VMS-Cloud is an addon that can be installed with various GeoVision software GV-VMS, GV-Cloud, .... It creates a websocket server that expands the capabilities of the various web-interfaces provided by the...

8.3CVSS0.00293EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/02 2:20 a.m.23 views

CVE-2026-57268

GeoWebPlayer’s Websocket server exposes a saveVideo command where the provided index is not validated before it's used to access internal arrays and call a function pointer in CCriticalSection. This out-of-bounds access can reach the critical section and release path, potentially enabling code ex...

8.3CVSS5.8AI score0.00293EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.5 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: powerpc/tm: Fixed corruption in user space r13. The commit cf13435b730a “powerpc/tm: Fixed corruption in user space r13” fixes a problem in treclaim, where a SLB miss can occur on threadstruct-ckpt regs, when SCRATCH0 is active a...

5.5CVSS6.2AI score0.0026EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/06/09 2:20 a.m.11 views

SUSE CVE-2026-46302

In the Linux kernel, the following vulnerability has been resolved: selinux: allow multiple opens of /sys/fs/selinux/policy Currently there can only be a single open of /sys/fs/selinux/policy at any time. This allows any process to block any other process from reading the kernel policy. The...

5.5CVSS5.5AI score0.001EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/08 5:16 p.m.23 views

CVE-2026-46302

In the Linux kernel, the following vulnerability has been resolved: selinux: allow multiple opens of /sys/fs/selinux/policy Currently there can only be a single open of /sys/fs/selinux/policy at any time. This allows any process to block any other process from reading the kernel policy. The...

5.5CVSS0.001EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/08 3:46 p.m.8 views

CVE-2026-46302 selinux: allow multiple opens of /sys/fs/selinux/policy

In the Linux kernel, the following vulnerability has been resolved: selinux: allow multiple opens of /sys/fs/selinux/policy Currently there can only be a single open of /sys/fs/selinux/policy at any time. This allows any process to block any other process from reading the kernel policy. The...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/06/08 3:46 p.m.13 views

EUVD-2026-35167

In the Linux kernel, the following vulnerability has been resolved: selinux: allow multiple opens of /sys/fs/selinux/policy Currently there can only be a single open of /sys/fs/selinux/policy at any time. This allows any process to block any other process from reading the kernel policy. The...

5.5AI score0.001EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/08 12:0 a.m.22 views

PT-2026-47373

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified openSUSE Tumbleweed versions prior to kernel-devel-7.0.12-1.1 Description A flaw in the SELinux component allows only a single open of the '/sys/fs/selinux/policy' endpoint at any time. This...

5.5CVSS5.4AI score0.001EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/05/30 1:16 p.m.9 views

CVE-2026-46242

In the Linux kernel, the following vulnerability has been resolved: eventpoll: fix epremove struct eventpoll / struct file UAF epremove via epremovefile cleared file-fep under file-flock but then kept using @file inside the critical section isfileepoll, hlistdelrcu through the head, spinunlock. A...

7.8CVSS6.7AI score0.03234EPSS
SaveExploits3References12
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.14 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Wifi: ath11k – Fixing the gtk offload status event locking issue The ath11k active PDevs are protected by RCUs, but the code that handles the gtk offload status event and calls ath11kmacgetarvifbyvdevid was not marked as a...

7.8CVSS5.9AI score0.00241EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/01 2:15 p.m.7 views

CVE-2026-43018 Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evt

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in hcileremoteconnparamreqevt hciconn lookup and field access must be covered by hdev lock in hcileremoteconnparamreqevt, otherwise it's possible it is freed concurrently. Extend the...

8.8CVSS6.6AI score0.00256EPSS
SaveExploits0References9
OSV
OSV
added 2026/04/23 12:0 p.m.5 views

RUSTSEC-2026-0110 bare-metal is deprecated

The bare-metal crate has been deprecated and archived. For Mutex and CriticalSection, see the critical-section crate instead...

5.3AI score
SaveExploits0References3
RustSec
RustSec
added 2026/04/23 12:0 p.m.27 views

bare-metal is deprecated

The bare-metal crate has been deprecated and archived. For Mutex and CriticalSection, see the critical-section crate instead...

5.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.6 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011119 advisory. In the Linux kernel, the following vulnerability has been resolved: selinux: enable use of both GFPKERNEL and GFPATOMIC in convertcontext The following warning was...

5.8AI score0.00175EPSS
SaveExploits0References4
Rows per page
Query Builder