Lucene search
K

628 matches found

OSV
OSV
added 2025/12/16 1:43 p.m.2 views

CVE-2025-68191 udp_tunnel: use netdev_warn() instead of netdev_WARN()

In the Linux kernel, the following vulnerability has been resolved: udptunnel: use netdevwarn instead of netdevWARN netdevWARN uses WARN/WARNON to print a backtrace along with file and line information. In this case, udptunnelnicregister returning an error is just a failed operation, not a kernel...

6.3AI score0.00058EPSS
Exploits0References10
CVE
CVE
added 2025/12/16 1:43 p.m.17 views

CVE-2025-68191

In the Linux kernel, CVE-2025-68191 is addressed by replacing netdev_WARN() with netdev_warn() in udp_tunnel_nic_register(). The old netdev_WARN() prints a backtrace via WARN/WARN_ON, which is inappropriate for an error that is simply a normal memory-allocation failure (kzalloc() or udp_tunnel_ni...

6AI score0.00058EPSS
Exploits0References7
CVE
CVE
added 2025/12/16 1:39 p.m.7 views

CVE-2025-40359

CVE-2025-40359 concerns a kernel KASAN global-out-of-bounds read triggered by perf/x86/intel on non-hybrid platforms. The initial description notes the issue arises from __grt_latency_data() accessing hybrid_pmu(event->pmu) unconditionally and warns with WARN_ON_ONCE for hybrid PMU types, caus...

6.4AI score0.00024EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.2 views

PT-2025-51627

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists within the timer subsystem, specifically in the timer shutdown sync function, potentially leading to a kernel warning. This occurs when the timer function pointer...

4.7CVSS6.5AI score0.00007EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.4 views

PT-2025-51612

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.18.0-rc1+ Description The Linux kernel contains a flaw related to the handling of CODETAG EMPTY in the mark objexts empty function for slab object extensions. Specifically, when a slab extension vector allocati...

5.4AI score0.03752EPSS
Exploits3References390
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a competing condition between timershutdownsync and timer expiration, which could result in WARNON being trigger...

4.7CVSS6.2AI score0.00007EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.2 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991207)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991207 advisory. In the Linux kernel, the following vulnerability has been resolved: kprobes: don't call disarmkprobe for disabled kprobes The assumption in disablekprobe is wrong, a...

5.5CVSS6.2AI score0.00054EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 1:29 a.m.1 views

CVE-2023-53831

A data race was found in the Linux kernel's networking stack. The skmcloop function reads sk-skfamily without proper synchronization while another thread may be changing it via IPV6ADDRFORM socket option. This race can cause the function to take an unexpected code path, triggering a WARNONONCE or...

4.5CVSS6.4AI score0.0004EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.5 views

SUSE CVE-2022-50661

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

5.5CVSS6.4AI score0.00029EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.1 views

SUSE CVE-2023-53866

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: Reposition and add pcmmutex If paniconwarn is set and compress streamDPCM is started, then kernel panic occurred because card-pcmmutex isn't held appropriately. In the following functions, warning were issued ...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References7
EUVD
EUVD
added 2025/12/09 6:30 p.m.2 views

EUVD-2023-60165

In the Linux kernel, the following vulnerability has been resolved: net: read sk-skfamily once in skmcloop syzbot is playing with IPV6ADDRFORM quite a lot these days, and managed to hit the WARNONONCE1 in skmcloop We have many more similar issues to fix. WARNING: CPU: 1 PID: 1593 at...

6AI score0.0004EPSS
Exploits0References9
OSV
OSV
added 2025/12/09 4:17 p.m.4 views

DEBIAN-CVE-2023-53866

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: Reposition and add pcmmutex If paniconwarn is set and compress streamDPCM is started, then kernel panic occurred because card-pcmmutex isn't held appropriately. In the following functions, warning were issued ...

5.2AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

DEBIAN-CVE-2023-53841

In the Linux kernel, the following vulnerability has been resolved: devlink: report devlinkporttypewarn source device devlinkporttypewarn is scheduled for port devlink and warning when the port type is not set. But from this warning it is not easy found out which device driver has no devlink port...

5.3AI score0.0004EPSS
Exploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.2 views

CVE-2023-53831

In the Linux kernel, the following vulnerability has been resolved: net: read sk-skfamily once in skmcloop syzbot is playing with IPV6ADDRFORM quite a lot these days, and managed to hit the WARNONONCE1 in skmcloop We have many more similar issues to fix. WARNING: CPU: 1 PID: 1593 at...

0.0004EPSS
Exploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.7 views

DEBIAN-CVE-2022-50661

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

5.4AI score0.00029EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.26 views

CVE-2023-53866 ASoC: soc-compress: Reposition and add pcm_mutex

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: Reposition and add pcmmutex If paniconwarn is set and compress streamDPCM is started, then kernel panic occurred because card-pcmmutex isn't held appropriately. In the following functions, warning were issued ...

0.00024EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.2 views

CVE-2023-53866

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: Reposition and add pcmmutex If paniconwarn is set and compress streamDPCM is started, then kernel panic occurred because card-pcmmutex isn't held appropriately. In the following functions, warning were issued ...

5.2AI score0.00024EPSS
Exploits0
CVE
CVE
added 2025/12/09 1:29 a.m.9 views

CVE-2023-53831

CVE-2023-53831: In the Linux kernel, the issue concerns reading sk->sk_family multiple times in sk_mc_loop(), which syzbot has used to trigger a WARN_ON_ONCE(1) in net/core/sock.c. The vulnerability is described as resolved in the initial document, but no concrete patch details (such as fixed ...

6.1AI score0.0004EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.26 views

CVE-2023-53831 net: read sk->sk_family once in sk_mc_loop()

In the Linux kernel, the following vulnerability has been resolved: net: read sk-skfamily once in skmcloop syzbot is playing with IPV6ADDRFORM quite a lot these days, and managed to hit the WARNONONCE1 in skmcloop We have many more similar issues to fix. WARNING: CPU: 1 PID: 1593 at...

0.0004EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.3 views

CVE-2023-53831

In the Linux kernel, the following vulnerability has been resolved: net: read sk-skfamily once in skmcloop syzbot is playing with IPV6ADDRFORM quite a lot these days, and managed to hit the WARNONONCE1 in skmcloop We have many more similar issues to fix. WARNING: CPU: 1 PID: 1593 at...

5.4AI score0.0004EPSS
Exploits0
Rows per page
Query Builder