Lucene search
+L

589 matches found

RedhatCVE
RedhatCVE
added 2 days ago5 views

CVE-2026-68435

A flaw was found in the Linux kernel, specifically within the LoongArch architecture's kexec command line lookup functionality. A local attacker could exploit this by using the kexecload system call, which incorrectly passes a user-space segment buffer to a kernel function without proper...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0References4
NVD
NVD
added 2 days ago6 views

CVE-2026-68435

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago3 views

CVE-2026-68435 LoongArch: Fix address space mismatch in kexec command line lookup

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-68435 LoongArch: Fix address space mismatch in kexec command line lookup

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-57043

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score0.00155EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago27 views

CVE-2026-68435

CVE-2026-68435 affects the Linux kernel on LoongArch. The issue arises in kexec_load when scanning loaded segments for the kexec marker: the code passes a user-space buffer through a kernel cast to char *, dereferencing a user pointer in kernel context. The fix copies a marker-sized prefix of eac...

5.4AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2 days ago2 views

PT-2026-70949

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexec load2 path file mode == 0 passes the user-space segment buffer straight to strnc...

5.3AI score0.00155EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-68285

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - LoongArch: BPF: Fix memory leak in bpfjitfree When bpfintjitcompile is called for subprograms, it returns early during the first pass !prog-isfunc || extrapass ...

5.4AI score0.00162EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago3 views

Linux Distros Unpatched Vulnerability : CVE-2026-68435

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the kexec command line marker, the kexecload2 path...

5.8AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago5 views

CVE-2026-68185

A flaw was found in the Linux kernel, specifically within the LoongArch architecture. When memory allocation profiling is enabled and then subsequently disabled via a boot parameter, an incorrect order of initialization for jumplabelinit and parseearlyparam can occur. This can lead to early...

5.3AI score0.002EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago6 views

CVE-2026-68295

A flaw was found in the Linux kernel. The LoongArch Just-In-Time JIT compiler for the Berkeley Packet Filter BPF subsystem incorrectly sign-extends the results of signed 32-bit division and modulo operations. This behavior causes the upper bits of BPF registers to be set, which differs from the...

7.8CVSS5.3AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago8 views

CVE-2026-68285

A flaw was found in the Linux kernel's BPF Berkeley Packet Filter JIT Just-In-Time compiler for the LoongArch architecture. When JIT compilation fails for a subprogram, the bpfjitfree function does not properly release the memory allocated for the JIT context offsets array. This oversight leads t...

5.3AI score0.00162EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago5 views

CVE-2026-68295

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

7.8CVSS0.00189EPSS
SaveExploits0References2
NVD
NVD
added 4 days ago4 views

CVE-2026-68285

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix memory leak in bpfjitfree When bpfintjitcompile is called for subprograms, it returns early during the first pass !prog-isfunc || extrapass is false, keeping ctx-offset alive for the subsequent extra pass. If...

0.00162EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-68295

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

7.8CVSS5.3AI score0.00189EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago6 views

UBUNTU-CVE-2026-68185

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

5.2AI score0.002EPSS
SaveExploits0References6
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-68295 LoongArch: BPF: Zero-extend signed ALU32 div/mod results

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

7.8CVSS0.00189EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago28 views

CVE-2026-68295

In the Linux kernel, LoongArch BPF ALU32 division/modulo results were sign-extended in the JIT, causing upper 32 bits to be set while verifier/interpreter assume zero-extension. The issue arises when signed ALU32 BPF_DIV/BPF_MOD (off=1) produce a negative quotient/remainder, leaving bits 63:32 se...

7.8CVSS5.4AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago5 views

CVE-2026-68295 LoongArch: BPF: Zero-extend signed ALU32 div/mod results

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

7.8CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-55396

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

5.4AI score0.00189EPSS
SaveExploits0References2
Rows per page
Query Builder