Lucene search
+L

3986 matches found

UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.8 views

CVE-2023-52939

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: fix NULL pointer in memcgrouptrackforeigndirtyslowpath As commit 18365225f044 "hwpoison, memcg: forcibly uncharge LRU pages", hwpoison will forcibly uncharg a LRU hwpoisoned page, the foliomemcg could be NULl, then,...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.15 views

CVE-2023-52975

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ipaddress attr, we can get a KASAN UAF report like...

7.8CVSS6.2AI score0.00269EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.14 views

CVE-2023-53024

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca "bpf: Fix leakage due to insufficient speculative store bypass mitigation" inserts lfence instructions after 1...

7.1CVSS6.2AI score0.00202EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.10 views

CVE-2022-49750

In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Add u64 casts to avoid overflowing The fields of the CPC object are unsigned 32-bits values. To avoid overflows while using CPC's values, add 'u64' casts...

5.5CVSS6.3AI score0.00161EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.6 views

CVE-2023-52995

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: Fix instruction simulation of JALR Set kprobe at 'jalr 1140ra' of vfswrite results in the following crash: 32.092235 Unable to handle kernel access to user memory without uaccess routines at virtual address...

5.5CVSS5.6AI score0.00253EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.9 views

CVE-2023-53018

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix memory leaks When hcicmdsyncqueue failed in hcileterminatebig or hcilebigterminate, the memory pointed by variable d is not freed, which will cause memory leak. Add release process to error path...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.7 views

CVE-2023-53020

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

4.7CVSS5.9AI score0.00139EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.7 views

CVE-2022-49756

In the Linux kernel, the following vulnerability has been resolved: phy: usb: sunplus: Fix potential null-ptr-deref in spusbphyprobe spusbphyprobe will call platformgetresourcebyname that may fail and return NULL. devmioremap will use usbphy-moon4resmem-start as input, which may causes...

5.5CVSS5.9AI score0.0017EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.11 views

CVE-2023-52930

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential bit17 double-free A userspace with multiple threads racing I915GEMSETTILING to set the tiling to I915TILINGNONE could trigger a double free of the bit17 bitmask. Or conversely leak memory on the transition...

7.8CVSS6.1AI score0.00279EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.18 views

CVE-2023-52977

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow memory leak in ovsflowcmdnew Syzkaller reports a memory leak of newflow in ovsflowcmdnew as it is not freed when an allocation of a key fails. BUG: memory leak unreferenced object 0xffff888116668000 siz...

5.5CVSS6AI score0.00266EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/03/27 5:15 p.m.9 views

CVE-2022-49739

In the Linux kernel, the following vulnerability has been resolved: gfs2: Always check inode size of inline inodes Check if the inode size of stuffed inline inodes is within the allowed range when reading inodes from disk gfs2dinodein. This prevents us from on-disk corruption. The two checks in...

7.1CVSS6AI score0.00199EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/03/27 3:16 p.m.21 views

CVE-2025-29491

An allocation-size-too-big error in the parseSWFDEFINEBINARYDATA function of libming v0.48 allows attackers to cause a Denial of Service DoS via supplying a crafted SWF file...

6.5CVSS5.9AI score0.00336EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/03/27 3:15 p.m.10 views

CVE-2025-21884

In the Linux kernel, the following vulnerability has been resolved: net: better track kernel sockets lifetime While kernel sockets are dismantled during pernetoperations-exit, their freeing can be delayed by any tx packets still held in qdisc or device queues, due to skbsetownerw prior calls. Thi...

7.8CVSS5.7AI score0.00211EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2025/03/27 3:15 p.m.13 views

CVE-2025-21875

In the Linux kernel, the following vulnerability has been resolved: mptcp: always handle address removal under msk socket lock Syzkaller reported a lockdep splat in the PM control path: WARNING: CPU: 0 PID: 6693 at ./include/net/sock.h:1711 sockownedbyme include/net/sock.h:1711 inline WARNING: CP...

7.8CVSS6.2AI score0.00222EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/03/27 2:15 p.m.8 views

CVE-2025-21869

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Disable KASAN report during patching via temporary mm Erhard reports the following KASAN hit on Talos II power9 with kernel 6.13: 12.028126 ==================================================================...

7.8CVSS6.4AI score0.00196EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2025/03/27 2:15 p.m.10 views

CVE-2025-2849

A vulnerability, which was classified as problematic, was found in UPX up to 5.0.0. Affected is the function PackLinuxElf64::unDTINIT of the file src/plxelf.cpp. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been...

5.5CVSS5.3AI score0.00298EPSS
SaveExploits1References8
UbuntuCve
UbuntuCve
added 2025/03/27 2:15 p.m.10 views

CVE-2025-21868

In the Linux kernel, the following vulnerability has been resolved: net: allow small head cache usage with large MAXSKBFRAGS values Sabrina reported the following splat: WARNING: CPU: 0 PID: 1 at net/core/dev.c:6935 netifnapiaddweightlocked+0x8f2/0xba0 Modules linked in: CPU: 0 UID: 0 PID: 1 Comm...

7.5CVSS6.3AI score0.00371EPSS
SaveExploits0References14
OpenVAS
OpenVAS
added 2025/03/27 12:00 a.m.21 views

openSUSE Security Advisory (SUSE-SU-2025:1012-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS5.9AI score0.01457EPSS
SaveExploits3References9
OpenVAS
OpenVAS
added 2025/03/27 12:00 a.m.7 views

openSUSE Security Advisory (SUSE-SU-2025:1006-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS6.9AI score0.00853EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2025/03/27 12:00 a.m.16 views

SUSE: Security Advisory (SUSE-SU-2025:1003-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.7AI score0.01092EPSS
SaveExploits4References6
Rows per page
Query Builder