Lucene search
+L

401394 matches found

OSV
OSV
added 2026/08/28 6:52 a.m.17 views

CVE-2026-80678 i2c: imx: Fix slave registration race and error handling

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Fix slave registration race and error handling In i2cimxregslave, the slave pointer was assigned before pmruntimeresumeandget. If pmruntimeresumeandget failed, the error path returned without clearing i2cimx-slave,...

8.4CVSS5.9AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.9 views

CVE-2026-80678

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Fix slave registration race and error handling In i2cimxregslave, the slave pointer was assigned before pmruntimeresumeandget. If pmruntimeresumeandget failed, the error path returned without clearing i2cimx-slave,...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 6:52 a.m.10 views

EUVD-2026-67555

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasdreleasespace checks the implementation of the isese discipline function before calling it to determine if a given device is an ESE DASD. The current usage of the logical AND...

5.8AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:52 a.m.12 views

CVE-2026-80679

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasdreleasespace checks the implementation of the isese discipline function before calling it to determine if a given device is an ESE DASD. The current usage of the logical AND...

5.8AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 6:52 a.m.13 views

CVE-2026-80679 s390/dasd: Fix potential NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasdreleasespace checks the implementation of the isese discipline function before calling it to determine if a given device is an ESE DASD. The current usage of the logical AND...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/08/28 6:52 a.m.28 views

CVE-2026-80678

CVE-2026-80678 affects the Linux kernel i2c_imx driver. The root cause is a race condition in i2c_imx_reg_slave(): the slave pointer was assigned before pm_runtime_resume_and_get(), so a failed resume left a stale non-NULL pointer, causing persistent -EBUSY on subsequent registrations. A secondar...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:52 a.m.12 views

EUVD-2026-67554

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Fix slave registration race and error handling In i2cimxregslave, the slave pointer was assigned before pmruntimeresumeandget. If pmruntimeresumeandget failed, the error path returned without clearing i2cimx-slave,...

5.9AI score0.00144EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:49 a.m.13 views

EUVD-2026-67553

In the Linux kernel, the following vulnerability has been resolved: driver core: use READONCE for dev-driver in devhassyncstate devhassyncstate reads dev-driver twice without holding devicelock -- once for the NULL check and once to dereference -syncstate. Some callers only hold...

5.8AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.36 views

CVE-2026-80677 driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()

In the Linux kernel, the following vulnerability has been resolved: driver core: use READONCE for dev-driver in devhassyncstate devhassyncstate reads dev-driver twice without holding devicelock -- once for the NULL check and once to dereference -syncstate. Some callers only hold...

7.8CVSS0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/28 6:49 a.m.11 views

CVE-2026-80677

In the Linux kernel, the following vulnerability has been resolved: driver core: use READONCE for dev-driver in devhassyncstate devhassyncstate reads dev-driver twice without holding devicelock -- once for the NULL check and once to dereference -syncstate. Some callers only hold...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:49 a.m.26 views

CVE-2026-80677

CVE-2026-80677 affects the Linux kernel driver core . The function dev_has_sync_state() reads dev->driver twice without holding device_lock()—once for a NULL check and once to dereference ->sync_state. Some callers hold only device_links_write_lock, which does not prevent a concurrent unbin...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/28 6:49 a.m.19 views

CVE-2026-80677 driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()

In the Linux kernel, the following vulnerability has been resolved: driver core: use READONCE for dev-driver in devhassyncstate devhassyncstate reads dev-driver twice without holding devicelock -- once for the NULL check and once to dereference -syncstate. Some callers only hold...

7.8CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/28 6:49 a.m.10 views

EUVD-2026-67547

In the Linux kernel, the following vulnerability has been resolved: perf sched: Fix registerpid overflow, strcpy, and BUGON registerpid has several issues when processing untrusted perf.data: 1. Integer overflow: pid + 1 sizeofstruct taskdesc can wrap to a small value on 32-bit systems when pid i...

6AI score0.00157EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.39 views

CVE-2026-80670 perf tools: Use perf_env__get_cpu_topology() in machine__resolve()

In the Linux kernel, the following vulnerability has been resolved: perf tools: Use perfenvgetcputopology in machineresolve machineresolve accesses env-cpual-cpu.socketid after checking al-cpu = 0 and env-cpu != NULL, but without validating al-cpu against env-nrcpusavail. Since al-cpu comes from...

9.1CVSS0.00475EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:49 a.m.14 views

CVE-2026-80671 perf sched: Fix register_pid() overflow, strcpy, and BUG_ON

In the Linux kernel, the following vulnerability has been resolved: perf sched: Fix registerpid overflow, strcpy, and BUGON registerpid has several issues when processing untrusted perf.data: 1. Integer overflow: pid + 1 sizeofstruct taskdesc can wrap to a small value on 32-bit systems when pid i...

9.3CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:49 a.m.21 views

CVE-2026-80670 perf tools: Use perf_env__get_cpu_topology() in machine__resolve()

In the Linux kernel, the following vulnerability has been resolved: perf tools: Use perfenvgetcputopology in machineresolve machineresolve accesses env-cpual-cpu.socketid after checking al-cpu = 0 and env-cpu != NULL, but without validating al-cpu against env-nrcpusavail. Since al-cpu comes from...

9.1CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/28 6:49 a.m.14 views

EUVD-2026-67546

In the Linux kernel, the following vulnerability has been resolved: perf tools: Use perfenvgetcputopology in machineresolve machineresolve accesses env-cpual-cpu.socketid after checking al-cpu = 0 and env-cpu != NULL, but without validating al-cpu against env-nrcpusavail. Since al-cpu comes from...

5.9AI score0.00475EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 6:49 a.m.40 views

CVE-2026-80671

CVE-2026-80671 affects the Linux kernel 's perf sched subsystem, specifically the register_pid() function. When processing untrusted perf.data input, four issues exist: an integer overflow in the allocation size calculation on 32-bit systems, a heap buffer overflow via unbounded strcpy into a fix...

9.3CVSS6AI score0.00157EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/28 6:49 a.m.8 views

CVE-2026-80670

In the Linux kernel, the following vulnerability has been resolved: perf tools: Use perfenvgetcputopology in machineresolve machineresolve accesses env-cpual-cpu.socketid after checking al-cpu = 0 and env-cpu != NULL, but without validating al-cpu against env-nrcpusavail. Since al-cpu comes from...

9.1CVSS5.8AI score0.00475EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/28 6:49 a.m.9 views

CVE-2026-80671

In the Linux kernel, the following vulnerability has been resolved: perf sched: Fix registerpid overflow, strcpy, and BUGON registerpid has several issues when processing untrusted perf.data: 1. Integer overflow: pid + 1 sizeofstruct taskdesc can wrap to a small value on 32-bit systems when pid i...

9.3CVSS6AI score0.00157EPSS
SaveExploits0
Rows per page
Query Builder