Lucene search
+L

3155 matches found

AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fixed the KASAN global-out-of-bounds warning When running the “perf mem record” command on CWF, the following KASAN global-out-of-bounds warning was observed...

6AI score0.00193EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-68800

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrummr: Fix use-after-free when updating multicast route stats Cited commit added...

7.8CVSS6.3AI score0.00133EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/01/12 1:52 p.m.16 views

kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue

A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCIEVNUMCOMPPKTS event, the function hciconntxdequeue did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure...

8.8CVSS5.8AI score0.00231EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/09 11:10 a.m.15 views

OESA-2026-1010 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix use-after-free of work objects after cmid destruction The commit 59c68ac31e15 "iwcm: free cmid resources on the last deref" simplified cmid resour...

7CVSS7.5AI score0.00677EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.10 views

PT-2026-6169

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel bonding driver has a flaw where the BOND MODE 8023AD mode is not limited to Ethernet devices. This can lead to a global out-of-bounds read in the hw addr create function...

7.1CVSS5.4AI score0.00152EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.8 views

PT-2026-26578

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.19.0-rc8+ 33 Description The Linux kernel contains a flaw within the macvlan module. Specifically, a race condition exists in the macvlan common newlink function's error path, potentially leading to a...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.12 views

PT-2026-27692

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.19.0 Description The Linux kernel contains a flaw in the cxl/mbox subsystem. Specifically, the cxl payload from user allowed function casts and dereferences input payload data without first verifying its size...

8.1CVSS6.4AI score0.00377EPSS
SaveExploits4References438
RedhatCVE
RedhatCVE
added 2025/12/31 12:42 p.m.8 views

CVE-2022-50814

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/zip - fix mismatch in get/set sglsgenr KASAN reported this Bug: 17619.659757 BUG: KASAN: global-out-of-bounds in paramgetint+0x34/0x60 17619.673193 Read of size 4 at addr fffff01332d7ed00 by task readall/1507958...

5.8AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/31 12:07 p.m.16 views

CVE-2023-54325

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/31 11:57 a.m.10 views

CVE-2023-54245

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds When we run syzkaller we get below Out of Bound. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: dumpbacktrace+0x0/0x4c8...

5.5CVSS5.8AI score0.00196EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:31 a.m.9 views

SUSE CVE-2022-50828

In the Linux kernel, the following vulnerability has been resolved: clk: zynqmp: Fix stack-out-of-bounds in strncpy "BUG: KASAN: stack-out-of-bounds in strncpy+0x30/0x68" Linux-ATF interface is using 16 bytes of SMC payload. In case clock name is longer than 15 bytes, string terminated NULL...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.5 views

SUSE CVE-2023-54186

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: fix pinassignmentshow This patch fixes negative indexing of buf array in pinassignmentshow when getcurrentpinassignments returns 0 i.e. no compatible pin assignments are found. BUG: KASAN:...

5.5CVSS6.6AI score0.00146EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.8 views

SUSE CVE-2023-54234

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix missing mrioc-evtackcmds initialization Commit c1af985d27da "scsi: mpi3mr: Add Event acknowledgment logic" introduced an array mrioc-evtackcmds but initialization of the array elements was missed. They are just...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.7 views

SUSE CVE-2023-54243

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix table blob use-after-free We are not allowed to return an error at this point. Looking at the code it looks like ret is always 0 at this point, but its not. t = findtablelocknet, repl-name, &ret, &ebtmute...

6.1CVSS6.6AI score0.00145EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.9 views

SUSE CVE-2023-54245

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds When we run syzkaller we get below Out of Bound. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: dumpbacktrace+0x0/0x4c8...

6.3CVSS6.5AI score0.00196EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/31 12:25 a.m.9 views

SUSE CVE-2023-54322

In the Linux kernel, the following vulnerability has been resolved: arm64: set exceptionirqentry with irqentry as a default filterirqstacks is supposed to cut entries which are related irq entries from its call stack. And inirqentrytext which is called by filterirqstacks uses irqentrytextstart/en...

2.5CVSS6.4AI score0.00184EPSS
SaveExploits0References19
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.7 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993035)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993035 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/poly1305 - fix a read out-of-bound A kasan error was reported during fuzzing: BUG:...

7.1CVSS6.1AI score0.00206EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.4 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992773)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992773 advisory. In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix null pointer dereferencing in pinctrldttomap Here is the BUG report by...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.5 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992734)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992734 advisory. In the Linux kernel, the following vulnerability has been resolved: mm: krealloc: Fix MTE false alarm in dokrealloc This patch addresses an issue introduced by commi...

5.5CVSS6AI score0.00227EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.8 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993148)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993148 advisory. In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: avoid invalid memory access via nodeonlineNUMANONODE KASAN reports: 4.668325 T0 BUG:...

7.1CVSS5.9AI score0.00222EPSS
SaveExploits0References4
Rows per page
Query Builder