Lucene search
+L

111 matches found

CVE
CVE
added 2025/12/30 12:11 p.m.35 views

CVE-2023-54232

The CVE-2023-54232 entries describe a Linux kernel m68k bug in the 030 bus error path (bus_error030). The issue arose when __get_kernel_nofault() could copy data in supervisor mode during a task backtrace log via /proc/sysrq_trigger, leading to bus error handling being ignored and the fault PC ex...

5.9AI score0.00188EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.34 views

CVE-2023-54232 m68k: Only force 030 bus error if PC not in exception table

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table getkernelnofault does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrqtrigger. This is expected cause a bus error exception on e.g. NUL...

0.00188EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:11 p.m.10 views

CVE-2023-54232 m68k: Only force 030 bus error if PC not in exception table

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table getkernelnofault does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrqtrigger. This is expected cause a bus error exception on e.g. NUL...

6.2AI score
SaveExploits0References11
OSV
OSV
added 2025/12/30 12:08 p.m.12 views

CVE-2023-54167 m68k: mm: Move initrd phys_to_virt handling after paging_init()

In the Linux kernel, the following vulnerability has been resolved: m68k: mm: Move initrd phystovirt handling after paginginit When booting with an initial ramdisk on platforms where physical memory does not start at address zero e.g. on Amiga: initrd: 0ef0602c - 0f800000 Zone ranges: DMA mem...

6.1AI score
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:08 p.m.35 views

CVE-2023-54167

The CVE-2023-54167 issue concerns the Linux kernel on m68k where phys_to_virt handling for the initrd was performed before paging_init, causing an access fault on boot with an initial ramdisk on non-zero start memory architectures (e.g., Amiga). The fix postpones phys_to_virt initialization until...

5.8AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/17 12:24 a.m.5 views

SUSE CVE-2025-68250

In the Linux kernel, the following vulnerability has been resolved: hungtask: fix warnings caused by unaligned lock pointers The blocker tracking mechanism assumes that lock pointers are at least 4-byte aligned to use their lower bits for type encoding. However, as reported by Eero Tamminen, some...

6.4AI score0.003EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68250

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hungtask: fix warnings caused by unaligned lock pointers The blocker tracking mechanism assumes that lock pointers are at least 4-byte aligned to use their lowe...

8.2CVSS5.9AI score0.003EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 3:15 p.m.26 views

CVE-2025-68250

In the Linux kernel, the following vulnerability has been resolved: hungtask: fix warnings caused by unaligned lock pointers The blocker tracking mechanism assumes that lock pointers are at least 4-byte aligned to use their lower bits for type encoding. However, as reported by Eero Tamminen, some...

8.2CVSS0.003EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/16 2:32 p.m.32 views

CVE-2025-68250

CVE-2025-68250 affects the Linux kernel. The issue arises from an assumption that lock pointers are 4-byte aligned to use lower bits for type encoding, which fails on architectures with only 2-byte alignment (e.g., m68k). This causes two WARN_ON_ONCE checks to trigger in the hung_task blocker log...

8.2CVSS6.1AI score0.003EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:00 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990570 advisory. In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the...

4.7CVSS6.1AI score0.00178EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989843)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989843 advisory. In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the...

4.7CVSS6.1AI score0.00178EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-38613

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' task...

4.7CVSS6.3AI score0.00178EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2025/06/09 12:00 a.m.11 views

The vulnerability of the mvme147_timer_int() function in the arch/m68k/mvme147/config.c file of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the mvme147timerint function in the arch/m68k/mvme147/config.c file of the Linux operating system’s kernel is related to incorrect input validation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.6AI score0.00222EPSS
SaveExploits0References16Affected Software1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: m68k: Fixed the spinlock race in kernel thread creation. Context switching ensures that the correct lock owner is retained during the switch from the “prev” task to the “next” task. This relies on interrupts remaining disabled...

4.7CVSS6.4AI score0.00178EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/12/29 2:41 p.m.13 views

CVE-2024-56560

In the Linux kernel, the following vulnerability has been resolved: slab: Fix too strict alignment check in createcache On m68k, where the minimum alignment of unsigned long is 2 bytes: Kernel panic - not syncing: kmemcachecreateargs: Failed to create slab 'iokiocb'. Error -22 CPU: 0 UID: 0 PID: ...

5.5CVSS6.8AI score0.00186EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/28 3:48 a.m.8 views

SUSE CVE-2024-56560

In the Linux kernel, the following vulnerability has been resolved: slab: Fix too strict alignment check in createcache On m68k, where the minimum alignment of unsigned long is 2 bytes: Kernel panic - not syncing: kmemcachecreateargs: Failed to create slab 'iokiocb'. Error -22 CPU: 0 UID: 0 PID: ...

5.5CVSS6.6AI score0.00186EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/27 2:23 p.m.27 views

CVE-2024-56560 slab: Fix too strict alignment check in create_cache()

In the Linux kernel, the following vulnerability has been resolved: slab: Fix too strict alignment check in createcache On m68k, where the minimum alignment of unsigned long is 2 bytes: Kernel panic - not syncing: kmemcachecreateargs: Failed to create slab 'iokiocb'. Error -22 CPU: 0 UID: 0 PID: ...

0.00186EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/09/25 12:00 a.m.62 views

Ubuntu 20.04 LTS : Linux kernel vulnerabilities (USN-7009-2)

The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7009-2 advisory. Chenyuan Yang discovered that the CEC driver driver in the Linux kernel contained a use-after-free vulnerability. A local attacker could use this to caus...

10CVSS7.8AI score0.02701EPSS
SaveExploits4References218
Tenable Nessus
Tenable Nessus
added 2024/09/23 12:00 a.m.240 views

Ubuntu 20.04 LTS / 22.04 LTS : Linux kernel vulnerabilities (USN-7007-3)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7007-3 advisory. Chenyuan Yang discovered that the CEC driver driver in the Linux kernel contained a use-after-free vulnerability. A local attacker could use...

10CVSS7.8AI score0.02701EPSS
SaveExploits4References218
Tenable Nessus
Tenable Nessus
added 2024/09/23 12:00 a.m.83 views

Ubuntu 20.04 LTS : Linux kernel vulnerabilities (USN-7007-2)

The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7007-2 advisory. Chenyuan Yang discovered that the CEC driver driver in the Linux kernel contained a use-after-free vulnerability. A local attacker could use this to caus...

10CVSS7.8AI score0.02701EPSS
SaveExploits4References218
Rows per page
Query Builder