Lucene search
+L

4693 matches found

OSV
OSV
added 2026/07/01 2:16 p.m.8 views

UBUNTU-CVE-2026-53346

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

7.1CVSS5.7AI score0.00116EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/07/01 2:16 p.m.8 views

CVE-2026-53354

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Mitigate TLBI errata on various Arm CPUs A number of CPUs developed by Arm suffer from errata whereby a broadcast TLBI;DSB sequence may complete before the global observation of writes which are translated by an...

8.8CVSS6AI score0.00122EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2026/07/01 2:16 p.m.7 views

CVE-2026-53346

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

7.1CVSS6AI score0.00116EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/07/01 2:16 p.m.7 views

CVE-2026-53342

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: call pagetable dtor when freeing hot-removed page tables Since 5e8eb9aeeda3 "arm64: mm: always call PTE/PMD ctor in createpgdmapping" page-table allocation on ARM64 always calls pagetablepte,pmd,pud,p4dctor. This sets...

5.5CVSS5.9AI score0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/01 1:35 p.m.5 views

SUSE-SU-2026:2722-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2025-10263: arm64: errata: Mitigate TLBI errata on various Arm CPUs bsc1266290. - CVE-2025-68822: Input: alps - fix use-after-free bugs caused by dev3registerwor...

9.8CVSS6.9AI score0.0053EPSS
SaveExploits0References133
EUVD
EUVD
added 2026/07/01 1:32 p.m.19 views

EUVD-2026-40988

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Mitigate TLBI errata on various Arm CPUs A number of CPUs developed by Arm suffer from errata whereby a broadcast TLBI;DSB sequence may complete before the global observation of writes which are translated by an...

9.1CVSS6.2AI score0.0053EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/01 1:32 p.m.39 views

CVE-2026-53354

Technical details for CVE-2026-53354 are not provided in the connected documents. Monitor for updates.

8.8CVSS5.8AI score0.00122EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/01 1:32 p.m.10 views

EUVD-2026-40980

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

5.8AI score0.00116EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/01 1:32 p.m.7 views

CVE-2026-53346

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

5.8AI score0.00116EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/01 1:32 p.m.4 views

CVE-2026-53346 rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

7.1CVSS5.8AI score0.00116EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/01 1:32 p.m.9 views

CVE-2026-53346

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

7.1CVSS5.7AI score0.00116EPSS
SaveExploits0
OSV
OSV
added 2026/07/01 1:32 p.m.4 views

CVE-2026-53342 arm64: mm: call pagetable dtor when freeing hot-removed page tables

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: call pagetable dtor when freeing hot-removed page tables Since 5e8eb9aeeda3 "arm64: mm: always call PTE/PMD ctor in createpgdmapping" page-table allocation on ARM64 always calls pagetablepte,pmd,pud,p4dctor. This sets...

5.5CVSS5.8AI score0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/01 1:32 p.m.33 views

CVE-2026-53342

CVE-2026-53342 (ARM64 Linux kernel) has a concrete technical detail: page-table allocations on ARM64 now always call pagetable_ctor(), but the corresponding pagetable_dtor() was not added, which can trigger a BAD page state warning or memory leaks under certain hot-plug memory scenarios. The vuln...

5.5CVSS5.8AI score0.00154EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/07/01 1:32 p.m.8 views

CVE-2026-53342

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: call pagetable dtor when freeing hot-removed page tables Since 5e8eb9aeeda3 "arm64: mm: always call PTE/PMD ctor in createpgdmapping" page-table allocation on ARM64 always calls pagetablepte,pmd,pud,p4dctor. This sets...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 2026/07/01 1:32 p.m.25 views

CVE-2026-53326

The CVE-2026-53326 entry concerns the Linux kernel debugobjects subsystem. Affected scenario is booting a debug PREEMPT_RT kernel on ARM64 where interrupts can occur before the scheduler is fully enabled, causing a hardirq context to attempt pool filling. This can lead to a deadlock when the inte...

5.5CVSS5.8AI score0.00172EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/06/30 11:16 p.m.4 views

Directory Traversal

Overview Magick.NET-Q8-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package are...

4.8CVSS6.5AI score0.00164EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/30 11:16 p.m.4 views

Directory Traversal

Overview Magick.NET-Q16-HDRI-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package a...

4.8CVSS6.5AI score0.00164EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/30 11:16 p.m.4 views

Directory Traversal

Overview Magick.NET-Q16-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package are...

4.8CVSS6.5AI score0.00164EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/30 11:16 p.m.4 views

Directory Traversal

Overview Magick.NET-Q16-OpenMP-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package...

4.8CVSS6.5AI score0.00164EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/30 11:9 p.m.8 views

SUSE-SU-2026:22436-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2025-10263: arm64: errata: Mitigate TLBI errata on various Arm CPUs bsc1266290. - CVE-2025-68822: Input: alps - fix use-after-free bugs caused by...

9.8CVSS7AI score0.0053EPSS
SaveExploits3References145
Rows per page
Query Builder