Lucene search
+L

1285 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/04 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2019-18282

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The flowdissector feature in the Linux kernel 4.3 through 5.x before 5.3.10 has a device tracking vulnerability, aka CID-55667441c84f. This occurs because the...

5.3CVSS6.5AI score0.02605EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2021-26934

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in the Linux kernel 4.18 through 5.10.16, as used by Xen. The backend allocation aka be-alloc mode of the drmxenfront drivers was not...

7.8CVSS6.7AI score0.00346EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 3:15 a.m.9 views

AZL-57965 CVE-2025-21792 affecting package kernel for versions less than 6.6.79.1-1

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix refcount leak caused by setting SOBINDTODEVICE sockopt If an AX25 device is bound to a socket by setting the SOBINDTODEVICE socket option, a refcount leak will occur in ax25release. Commit 9fd75b66b8f6 "ax25: Fix refcou...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.6 views

AZL-58890 CVE-2025-21762 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: arp: use RCU protection in arpxmit arpxmit can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF...

8.1CVSS6.6AI score0.00613EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.13 views

AZL-68976 CVE-2025-21750 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the return value of ofpropertyreadstringindex Somewhen between 6.10 and 6.11 the driver started to crash on my MacBookPro14,3. The property doesn't exist and 'tmp' remains uninitialized, so we pass a random...

5.5CVSS6.3AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.8 views

AZL-57826 CVE-2025-21749 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rosebind syzbot reported a soft lockup in roseloopbacktimer, with a repro calling bind from multiple threads. rosebind must lock the socket to avoid this issue...

5.5CVSS6.6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.7 views

AZL-59052 CVE-2024-58013 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix slab-use-after-free Read in mgmtremoveadvmonitorsync This fixes the following crash: ================================================================== BUG: KASAN: slab-use-after-free in...

7.8CVSS6.7AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.15 views

AZL-58732 CVE-2022-49531 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: loop: implement -freedisk Ensure that the lodevice which is stored in the gendisk private data is valid until the gendisk is freed. Currently the loop driver uses a lot of effort to make sure a device is not freed when it is stil...

5.5CVSS6.1AI score0.00175EPSS
SaveExploits0References1
Mageia
Mageia
added 2025/02/26 6:28 a.m.53 views

Updated kernel-linus packages fix security vulnerabilities

Vanilla upstream kernel version 6.6.79 fixes bugs and vulnerabilities. For information about the vulnerabilities see the links...

7.8CVSS7.9AI score0.00611EPSS
SaveExploits1References6
OSV
OSV
added 2025/02/26 2:24 a.m.12 views

CVE-2022-49711 bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc-bus: fix KASAN use-after-free in fslmcbusremove In fslmcbusremove, mc-rootmcbusdev-mcio is passed to fsldestroymcio. However, mc-rootmcbusdev is already freed in fslmcdeviceremove. Then reference to mc-rootmcbusdev-mc...

7.8CVSS5.1AI score
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/14 7:3 a.m.3 views

SUSE CVE-2023-1281

Use After Free vulnerability in Linux kernel traffic control index filter tcindex allows Privilege Escalation. The imperfect hash area can be updated while packets are traversing, which will cause a use-after-free when 'tcfextsexec' is called with the destroyed tcfext. A local attacker user can u...

7.8CVSS6.8AI score0.00308EPSS
SaveExploits0References47
RedHat Linux
RedHat Linux
added 2025/02/13 2:51 p.m.25 views

Important: Red Hat Security Advisory: kpatch-patch-5_14_0-284_52_1, kpatch-patch-5_14_0-284_79_1, and kpatch-patch-5_14_0-284_92_1 security update

An update for kpatch-patch-5140-284521, kpatch-patch-5140-284791, and kpatch-patch-5140-284921 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System...

7.8CVSS7.3AI score0.03301EPSS
SaveExploits1References2
OSV
OSV
added 2025/02/12 2:15 p.m.8 views

AZL-56822 CVE-2025-21697 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Ensure job pointer is set to NULL after job completion After a job completes, the corresponding pointer in the device must be set to NULL. Failing to do so triggers a warning when unloading the driver, as it appears the...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:0 a.m.10 views

Azure Linux 3.0 Security Update: hyperv-daemons (CVE-2024-26961)

The version of hyperv-daemons installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-26961 advisory. - In the Linux kernel, the following vulnerability has been resolved: mac802154: fix llsec key resourc...

7.8CVSS5.8AI score0.00237EPSS
SaveExploits0References2
CBLMariner
CBLMariner
added 2025/01/28 3:56 a.m.16 views

CVE-2024-53188 affecting package kernel for versions less than 6.6.64.2-1

CVE-2024-53188 affecting package kernel for versions less than 6.6.64.2-1. An upgraded version of the package is available that resolves this issue...

7.8CVSS6.8AI score0.00233EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2025/01/28 3:56 a.m.43 views

CVE-2024-50237 affecting package kernel for versions less than 6.6.64.2-1

CVE-2024-50237 affecting package kernel for versions less than 6.6.64.2-1. An upgraded version of the package is available that resolves this issue...

7.8CVSS6.8AI score0.00263EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2025/01/28 3:56 a.m.12 views

CVE-2024-50211 affecting package kernel for versions less than 6.6.64.2-1

CVE-2024-50211 affecting package kernel for versions less than 6.6.64.2-1. An upgraded version of the package is available that resolves this issue...

7.8CVSS6.8AI score0.002EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2025/01/27 11:33 a.m.2 views

Security update for the Linux Kernel (Live Patch 46 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059167 fixes several issues. The following security issues were fixed: CVE-2024-36971: Fixed dstnegativeadvice race bsc1226324. CVE-2024-50264: vsock/virtio: Initialization of the dangling pointer occurring in vsk-trans bsc1233712. CVE-2022-48956: ipv6...

7.8CVSS8.1AI score0.02701EPSS
SaveExploits2References28
SUSE Linux
SUSE Linux
added 2025/01/25 11:4 a.m.1 views

Security update for the Linux Kernel (Live Patch 45 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059164 fixes several issues. The following security issues were fixed: CVE-2024-36971: Fixed dstnegativeadvice race bsc1226324. CVE-2024-50264: vsock/virtio: Initialization of the dangling pointer occurring in vsk-trans bsc1233712. CVE-2022-48956: ipv6...

7.8CVSS8.2AI score0.02701EPSS
SaveExploits2References60
OSV
OSV
added 2025/01/15 1:15 p.m.10 views

AZL-55822 CVE-2024-57890 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqesize cmd.wrcount", both variables are u32 values that come from the user so the multiplication can lead to integer wrapping. Then we pass the result to...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0References1
Rows per page
Query Builder