Lucene search
K

95 matches found

RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.6 views

kernel: ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix UB due to uninitialized stack access in ipvsprotocolinit Under certain kernel configurations when building with Clang/LLVM, the compiler does not generate a return or jump as the terminator instruction for...

5.5CVSS6.9AI score0.00224EPSS
Exploits0References5
SUSE Linux
SUSE Linux
added 2025/11/10 2:4 p.m.12 views

Security update for the Linux Kernel (Live Patch 34 for SUSE Linux Enterprise 15 SP4)

This update for the SUSE Linux Enterprise kernel 5.14.21-150400.24.144 fixes various security issues The following security issues were fixed: CVE-2022-50252: igb: Do not free qvector unless new one was allocated bsc1249847. CVE-2024-53164: net: sched: fix ordering of qlen adjustment bsc1246019...

7.3CVSS7AI score0.00288EPSS
Exploits0References22
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989094)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989094 advisory. In the Linux kernel, the following vulnerability has been resolved: cfg80211: call cfg80211stopap when switch from P2PGO type If the userspace tools switch from...

7.8CVSS5.9AI score0.00249EPSS
Exploits0References4
OSV
OSV
added 2025/10/28 12:15 p.m.11 views

AZL-68915 CVE-2025-40049 affecting package kernel for versions less than 6.6.112.1-2

In the Linux kernel, the following vulnerability has been resolved: Squashfs: fix uninit-value in squashfsgetparent Syzkaller reports a "KMSAN: uninit-value in squashfsgetparent" bug. This is caused by openbyhandleat being called with a file handle containing an invalid parent inode number. In...

5.6AI score0.00207EPSS
Exploits0References1
OSV
OSV
added 2025/10/28 11:48 a.m.2 views

CVE-2025-40075 tcp_metrics: use dst_dev_net_rcu()

In the Linux kernel, the following vulnerability has been resolved: tcpmetrics: use dstdevnetrcu Replace three dstdev with a lockdep enabled helper...

6.5AI score0.00181EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/22 6:30 p.m.7 views

EUVD-2022-54804

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it cur-page in this case could load an out-of-bounds/undefined value making it...

5.5CVSS4.8AI score0.00247EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986492)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986492 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: Revert scsi: fcoe: Fix potential deadlock on &fip-ctlrlock This reverts commit...

5.5CVSS6.1AI score0.00239EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2024-53269

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00195EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-15902

Malicious code in bioql PyPI...

7.2AI score0.00152EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2024-53388

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00208EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-24155

Malicious code in bioql PyPI...

7.6AI score0.00137EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-59729

Malicious code in bioql PyPI...

5.5CVSS6.7AI score0.00246EPSS
Exploits0References5
CBLMariner
CBLMariner
added 2025/10/01 7:21 p.m.5 views

CVE-2025-38687 affecting package kernel for versions less than 6.6.104.2-1

CVE-2025-38687 affecting package kernel for versions less than 6.6.104.2-1. An upgraded version of the package is available that resolves this issue...

4.7CVSS6.8AI score0.0011EPSS
Exploits0
OSV
OSV
added 2025/09/25 10:41 a.m.8 views

CLSA-2025-1758796886 kernel: Fix of 22 CVEs

drm/amd/amdgpu: introduce gcmes2.bin v2 - proc: fix a dentry lock race between releasetask and lookup - scsi: aacraid: Stop using PCIIRQAFFINITY - scsi: aacraid: Remove useless code - scsi: aacraid: Remove unused aaccheckhealth - scsi: aacraid: struct user,sgmap,64,raw: Replace 1-element arrays...

7.8CVSS6.9AI score0.0047EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/09/16 11:23 p.m.3 views

SUSE CVE-2025-39828

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Prevent arbitrary write in atmtcprecvcontrol. syzbot reported the splat below. 0 When atmtcpvopen or atmtcpvclose is called via connect or close, atmtcpsendcontrol is called to send an in-kernel special message. The...

5.5CVSS6.6AI score0.00157EPSS
Exploits0References21
Cvelist
Cvelist
added 2025/08/22 1:1 p.m.6 views

CVE-2025-38618 vsock: Do not allow binding to VMADDR_PORT_ANY

In the Linux kernel, the following vulnerability has been resolved: vsock: Do not allow binding to VMADDRPORTANY It is possible for a vsock to autobind to VMADDRPORTANY. This can cause a use-after-free when a connection is made to the bound socket. The socket returned by accept also has port...

0.00152EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/08/09 2:30 p.m.11 views

CVE-2022-50233 Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix using strlen with hdev-devname,shortname Both devname and shortname are not guaranteed to be NULL terminated so this instead use strnlen and then attempt to determine if the resulting string needs to be...

0.00121EPSS
Exploits0References1
OSV
OSV
added 2025/07/29 1:38 p.m.4 views

RLSA-2025:11456 Moderate: kernel-rt security update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: tcp/dccp: Don't use timerpending in reqskqueueunlink. CVE-2024-50154 kernel: net: ch9200: fix uninitialised access during...

7CVSS8.7AI score0.00241EPSS
Exploits0References3
NVD
NVD
added 2025/07/28 12:15 p.m.6 views

CVE-2025-38476

In the Linux kernel, the following vulnerability has been resolved: rpl: Fix use-after-free in rpldosrhinline. Running lwtdstcacherefloop.sh in selftest with KASAN triggers the splat below 0. rpldosrhinline fetches ipv6hdrskb and accesses it after skbcowhead, which is illegal as the header could ...

7.8CVSS0.0015EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2025/07/14 12:0 a.m.6 views

RHEL 10 : kernel (RHSA-2025:10854)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2025:10854 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: exfat: fix random stack corruption...

7CVSS6.8AI score0.00163EPSS
Exploits0References4
Rows per page
Query Builder