Lucene search
+L

12993 matches found

Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.16 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-35997)

The version of kernel 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-35997 advisory. - In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2CHIDREADPENDING...

5.5CVSS6AI score0.00177EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/02/10 12:00 a.m.27 views

PT-2025-16771

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue is related to the dlm component, where writing a positive value to event done could lead to a NULL pointer dereference...

5.5CVSS5.4AI score0.00183EPSS
SaveExploits0
OSV
OSV
added 2025/02/09 11:37 a.m.20 views

CVE-2025-21684 gpio: xilinx: Convert gpio_lock to raw spinlock

In the Linux kernel, the following vulnerability has been resolved: gpio: xilinx: Convert gpiolock to raw spinlock irqchip functions may be called in raw spinlock context. Therefore, we must also use a raw spinlock for our own internal locking. This fixes the following lockdep splat: 5.349336...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2025/02/09 11:37 a.m.262 views

CVE-2025-21684

CVE-2025-21684 affects the Linux kernel GPIO xilinx driver. Root cause: irq_chip locking used gpio_lock (a normal spinlock) in contexts that may run under raw spinlock requirements. The fix: convert gpio_lock to a raw spinlock and apply it in the xilinx GPIO code path (e.g., xgpio_irq_unmask), ad...

5.5CVSS6.5AI score0.00206EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2025/02/07 12:00 a.m.20 views

PT-2025-8872

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the IPv6 protocol implementation within the net/ipv6/ndisc.c module. The ndisc send skb function can be called without holding the RTNL Routing Netli...

8.1CVSS6.8AI score0.36848EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.8 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

6.3AI score0.00163EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 2:30 a.m.16 views

CVE-2024-42038

Vulnerability of PIN enhancement failures in the screen lock module Impact: Successful exploitation of this vulnerability may affect service confidentiality, integrity, and availability...

8.8CVSS6.9AI score0.00107EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/05 12:04 a.m.14 views

CVE-2024-4132

A DLL hijack vulnerability was reported in Lenovo Lock Screen that could allow a local attacker to execute code with elevated privileges...

7.8CVSS7.1AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2025/02/03 9:05 a.m.10 views

SUSE-SU-2025:20076-1 Security update for qemu

This update for qemu fixes the following issues: - Bugfixes and CVEs: hw/usb/hcd-ohci: Fix 1510, 303: pid not IN or OUT bsc1230834, CVE-2024-8354 softmmu: Support concurrent bounce buffers bsc1230915, CVE-2024-8612 system/physmem: Per-AddressSpace bounce buffering bsc1230915, CVE-2024-8612...

7.5CVSS6AI score0.01027EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/03 8:54 a.m.7 views

SUSE-SU-2025:20042-1 Security update for selinux-policy

This update for selinux-policy fixes the following issues: Update to version 20230523+git25.ad22dd7f: Backport wtmpdb label change to have the same wtmpdb label as in SL Micro 6.1 bsc1229132 Add authrwwtmpdbloginrecords to domains using authmanageloginrecords Add authrwwtmpdbloginrecords to modul...

5.8AI score
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.8 views

SUSE CVE-2025-21672

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

3.3CVSS7.4AI score0.0014EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.5 views

SUSE CVE-2025-21674

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, which is happening due to two issues: 1. In SA ad...

5.5CVSS7.5AI score0.00175EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/01/31 7:32 p.m.24 views

CVE-2025-21674

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, which is happening due to two issues: 1. In SA ad...

5.5CVSS6.2AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/31 6:32 p.m.16 views

CVE-2025-21672

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/31 12:15 p.m.94 views

CVE-2025-21672

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

5.5CVSS0.0014EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/31 12:15 p.m.11 views

AZL-56399 CVE-2025-21674 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, which is happening due to two issues: 1. In SA ad...

5.5CVSS6.6AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.14 views

AZL-56327 CVE-2025-21672 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

5.5CVSS6.2AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.16 views

AZL-56285 CVE-2025-21672 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

5.5CVSS6.6AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/31 12:15 p.m.6 views

DEBIAN-CVE-2025-21672

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/31 12:15 p.m.26 views

CVE-2025-21674

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, which is happening due to two issues: 1. In SA ad...

5.5CVSS0.00175EPSS
SaveExploits0References3
Rows per page
Query Builder