Lucene search
+L

2508 matches found

RedhatCVE
RedhatCVE
added 2 days ago4 views

CVE-2026-64111

A flaw was found in the Linux kernel's Security Module LSM. A local attacker could exploit this vulnerability by leveraging an improper handling of a credential guard mutex in the lsmsetselfattr function. This oversight may allow the attacker to bypass security restrictions enforced by modules su...

7.1CVSS5.3AI score0.00135EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2 days ago4 views

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

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-18134 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.1AI score0.0053EPSS
Exploits48References29
RedhatCVE
RedhatCVE
added 3 days ago8 views

CVE-2026-64077

A flaw was found in the Linux kernel's netfilter ebtables component. A concurrency issue exists during the two-stage removal scheme where the table-ops assignment could expose a partially-filled table structure if the ebt mutex is not held. This could lead to unpredictable system behavior...

7.8CVSS5.3AI score0.00127EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 3 days ago2 views

Linux Distros Unpatched Vulnerability : CVE-2026-64171

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM...

5.3AI score0.00145EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 4 days ago6 views

SUSE CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.4AI score0.00121EPSS
Exploits0References3
NVD
NVD
added 4 days ago12 views

CVE-2026-64171

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

0.00145EPSS
Exploits0References2
NVD
NVD
added 4 days ago5 views

CVE-2026-64111

In the Linux kernel, the following vulnerability has been resolved: lsm: hold credguardmutex for lsmsetselfattr Just as procpidattrwrite already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether to allo...

7.1CVSS0.00135EPSS
Exploits0References4
NVD
NVD
added 4 days ago5 views

CVE-2026-64077

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS0.00127EPSS
Exploits0References3
Cvelist
Cvelist
added 4 days ago27 views

CVE-2026-64171 i2c: tegra: fix pm_runtime leak on mutex_lock failure

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

0.00145EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 4 days ago6 views

CVE-2026-64171

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

5.3AI score0.00145EPSS
Exploits0References3Affected Software1
EUVD
EUVD
added 4 days ago12 views

EUVD-2026-45856

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

5.3AI score0.00145EPSS
Exploits0References2
OSV
OSV
added 4 days ago4 views

CVE-2026-64171 i2c: tegra: fix pm_runtime leak on mutex_lock failure

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

5.4AI score0.00145EPSS
Exploits0References5
CVE
CVE
added 4 days ago9 views

CVE-2026-64171

The CVE-2026-64171 entry concerns the Linux kernel i2c/tegra path where tegra_i2c_mutex_lock() may return early, leaking a previously acquired runtime PM reference because pm_runtime_put() is not called on lock failure. This prevents the device from entering runtime suspend. A fix was added to ca...

5.3AI score0.00145EPSS
Exploits0References2
Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-64111 lsm: hold cred_guard_mutex for lsm_set_self_attr()

In the Linux kernel, the following vulnerability has been resolved: lsm: hold credguardmutex for lsmsetselfattr Just as procpidattrwrite already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether to allo...

7.1CVSS0.00135EPSS
Exploits0References4
CVE
CVE
added 4 days ago9 views

CVE-2026-64111

The CVE-2026-64111 issue affects the Linux kernel where lsm_set_self_attr() did not hold cred_guard_mutex in the same way as proc_pid_attr_write() before calling the LSM hook. The fix ensures the mutex is held, reducing risk related to SELinux and AppArmor decisions based on whether a process is ...

7.1CVSS5.3AI score0.00135EPSS
Exploits0References4
CVE
CVE
added 4 days ago9 views

CVE-2026-64079

The CVE-2026-64079 issue affects the Linux kernel netfilter x_tables path. During arp/ipt registration, the per-netns table is added to the list before allocating per-netns hook ops, leaving a window where the table appears with ops=NULL. If a concurrent pernet exit occurs, nf_unregister_net_hook...

5.4AI score0.00155EPSS
Exploits0References2
Cvelist
Cvelist
added 4 days ago26 views

CVE-2026-64079 netfilter: x_tables: allocate hook ops while under mutex

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

0.00155EPSS
Exploits0References2
OSV
OSV
added 4 days ago4 views

CVE-2026-64079 netfilter: x_tables: allocate hook ops while under mutex

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.4AI score0.00155EPSS
Exploits0References5
Cvelist
Cvelist
added 4 days ago29 views

CVE-2026-64077 netfilter: ebtables: move to two-stage removal scheme

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

7.8CVSS0.00127EPSS
Exploits0References3
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-45650

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

5.4AI score0.00127EPSS
Exploits0References3
Rows per page
Query Builder