Lucene search
+L

39 matches found

SUSE CVE
SUSE CVE
added 2025/10/29 12:24 a.m.9 views

SUSE CVE-2025-40073

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Do not validate SSPP when it is not ready Current code will validate current plane and previous plane to confirm they can share a SSPP with multi-rect mode. The SSPP is already allocated for previous plane, while current...

5.5CVSS6.6AI score0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.6 views

CVE-2023-53665 md: don't dereference mddev after export_rdev()

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

5.5CVSS6.5AI score0.00119EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-41245

Malicious code in bioql PyPI...

5.5CVSS5.6AI score0.00087EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-26765

Malicious code in bioql PyPI...

6.3AI score0.00155EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/01 7:42 a.m.17 views

CVE-2025-39897 net: xilinx: axienet: Add error handling for RX metadata pointer retrieval

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Add error handling for RX metadata pointer retrieval Add proper error checking for dmaenginedescgetmetadataptr which can return an error pointer and lead to potential crashes or undefined behaviour if the...

7.5CVSS0.00254EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/16 4:12 p.m.10 views

CVE-2023-53328 fs/ntfs3: Enhance sanity check while generating attr_list

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance sanity check while generating attrlist nicreateattrlist uses WARNON to catch error cases while generating attribute list, which only prints out stack trace and may not be enough. This repalces them with more...

0.00135EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/16 8:6 a.m.6 views

CVE-2023-53269 block: ublk: make sure that block size is set correctly

In the Linux kernel, the following vulnerability has been resolved: block: ublk: make sure that block size is set correctly block size is one very key setting for block layer, and bad block size could panic kernel easily. Make sure that block size is set correctly. Meantime if ublkvalidateparams...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/08/27 12:8 p.m.12 views

kernel: ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix NULL pointer dereference in isftracetrampoline when ftrace is dead ftracestartup does not remove ops from ftraceopslist when ftracestartupenable fails: registerftracefunction ftracestartup registerftracefunction...

5.5CVSS6.4AI score0.00208EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/08/19 11:23 p.m.14 views

SUSE CVE-2025-38576

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: Make EEH driver device hotplug safe Multiple race conditions existed between the PCIe hotplug driver and the EEH driver, leading to a variety of kernel oopses of the same general nature: A second class of oops is als...

4.7CVSS6.3AI score0.0016EPSS
SaveExploits0References22
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:0 a.m.8 views

mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().

...

5.5CVSS6.8AI score0.00184EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:11 a.m.86 views

CVE-2022-49363

CVE-2022-49363 – Linux kernel (F2FS): A bug in the F2FS file system allowed a panic due to inconsistent inode SIT/block mapping after fuzzing, fixed by adding a sanity check on block addresses before updating the SIT table in f2fs_fallocate/f2fs_do_zero_range. Affected component is the F2FS imple...

5.5CVSS6.4AI score0.00257EPSS
SaveExploits0References6Affected Software1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: acpi: nfit: Out-of-bounds read in acpinfitCTL. Fixed an issue detected by syzbot with KASAN: - BUG: KASAN: Out-of-bounds access using vmalloc in cmdtofunc, drivers/acpi/nfit/core.c:416 inline. - BUG: KASAN: Out-of-bounds acces...

6CVSS6.9AI score0.00597EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/03 8:47 a.m.21 views

SUSE-SU-2025:20008-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-41014: xfs: add bounds checking to xlogrecoverprocessdata bsc1228408. - CVE-2024-41013: xfs: do not walk off the end of a directory data block bsc1228405...

9.8CVSS7.3AI score0.02701EPSS
SaveExploits6References1846
OSV
OSV
added 2025/01/31 12:15 p.m.6 views

UBUNTU-CVE-2025-21671

In the Linux kernel, the following vulnerability has been resolved: zram: fix potential UAF of zram table If zrammetaalloc failed early, it frees allocated zram-table without setting it NULL. Which will potentially cause zrammetafree to access the table if user reset an failed and uninitialized...

7.8CVSS6.5AI score0.00212EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/12/11 4:18 p.m.7 views

kernel: net: avoid potential underflow in qdisc_pkt_len_init() with UFO

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdiscpktleninit with UFO After commit 7c6d2ecbda83 "net: be more gentle about silly gso requests coming from user" virtionethdrtoskb had sanity check to detect malicious attempts from user space ...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/07 10:15 a.m.6 views

DEBIAN-CVE-2024-50158

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix out of bound check Driver exports pacing stats only on GenP5 and P7 adapters. But while parsing the pacing stats, driver has a check for "rdev-dbrpacing". This caused a trace when KASAN is enabled. BUG: KASAN:...

7.8CVSS5.9AI score0.00228EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.5 views

DEBIAN-CVE-2024-50012

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parseperfdomain function, if the call to ofparsephandlewithargs returns an error, then the reference to the CPU device node that was acquired at the start of the function...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/05/03 2:51 p.m.21 views

CVE-2022-48672

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflattendtnodes Commit 78c44d910d3e "drivers/of: Fix depth when unflattening devicetree" forgot to fix up the depth check in the loop body in unflattendtnodes which makes it possible to overflow...

7.8CVSS7.3AI score0.00248EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2021/08/12 10:0 p.m.7 views

CVE-2021-37681

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of SVDF in TFLite is vulnerable to a null pointer error. The GetVariableInput function can return a null pointer but GetTensorData assumes that the argument is always a valid tensor...

7.8CVSS6.9AI score0.00173EPSS
SaveExploits0
Rows per page
Query Builder