Lucene search
+L

4601 matches found

BDU FSTEC
BDU FSTEC
added 2025/07/31 12:0 a.m.8 views

The vulnerability of the drm_sched_entity_kill() function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the drmschedentitykill function in the Linux operating system is related to insufficient locking of resources. Exploiting this vulnerability can allow a perpetrator to cause a service failure...

5CVSS6.3AI score0.00129EPSS
SaveExploits0References8Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/07/30 12:0 a.m.8 views

The vulnerability of the dma_buf_vmap() function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the dmabufvmap function in the Linux operating system is related to incorrect resource locking. Exploiting this vulnerability can allow an attacker to cause a service failure...

7CVSS6.2AI score0.00159EPSS
SaveExploits0References12Affected Software9
BDU FSTEC
BDU FSTEC
added 2025/07/29 12:0 a.m.11 views

The vulnerability in the driver/modules/usb/chipidea/udc.c module of Linux operating systems allows a hacker to cause a service failure.

The vulnerability in the drivers/usb/chipidea/udc.c module of Linux operating systems is related to incorrect operation of the USB interface. This occurs regardless of whether the USB device controller is disabled, due to improper locking of resources. Exploiting this vulnerability can allow an...

5.5CVSS6.2AI score0.0015EPSS
SaveExploits0References8Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/07/29 12:0 a.m.9 views

The vulnerability of the __xa_store() and __xa_erase() functions in the drivers/infiniband/hw/mlx5/odp.c module of Linux kernel allows a hacker to trigger a service failure.

The vulnerability of the xastore and xaerase functions in the drivers/infiniband/hw/mlx5/odp.c module of Linux operating systems is related to incorrect resource locking. Exploiting this vulnerability could allow an attacker to cause service failures...

7CVSS5.9AI score0.00156EPSS
SaveExploits0References7Affected Software4
Debian CVE
Debian CVE
added 2025/07/28 11:21 a.m.9 views

CVE-2025-38477

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/07/28 3:13 a.m.6 views

kernel: rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()

A locking violation was found in the Linux kernel RCU-tasks subsystem's callback list initialization. During system boot, the initialization code calls prinfo while holding the rtp-cbsgbllock spinlock, causing a potentially sleeping function to be called in atomic context, which results in kernel...

5.5CVSS7.2AI score0.00134EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/07/28 12:0 a.m.13 views

The vulnerabilities of the `find_lowest_rq()` and `find_lock_lowest_rq()` functions in the Linux operating system’s kernel allow a hacker to trigger a service failure.

The vulnerability of the findlowestrq and findlocklowestrq functions in the Linux operating system’s kernel is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS5.9AI score0.00142EPSS
SaveExploits0References10Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/07/28 12:0 a.m.11 views

The vulnerability of component r15 in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of component r15 in the Linux operating system’s kernel is related to incorrect resource locking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS7.1AI score0.00138EPSS
SaveExploits0References7Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/07/28 12:0 a.m.17 views

The vulnerability of the ep_poll() function in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the eppoll function in the Linux operating system’s kernel is related to improper resource locking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.0014EPSS
SaveExploits0References7Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/07/28 12:0 a.m.12 views

The vulnerability of the macb_halt_tx() function in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the macbhalttx function in the Linux operating system’s kernel is related to mutual locking of execution threads. Exploiting this vulnerability can allow an attacker to trigger a service failure...

5.5CVSS6.6AI score0.00129EPSS
SaveExploits0References18Affected Software10
SUSE CVE
SUSE CVE
added 2025/07/25 11:23 p.m.7 views

SUSE CVE-2025-38372

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

5.3CVSS6.5AI score0.00156EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/25 4:15 p.m.2 views

DEBIAN-CVE-2025-38459

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

7.8CVSS6.2AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.2 views

DEBIAN-CVE-2025-38388

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Replace mutex with rwlock to avoid sleep in atomic context The current use of a mutex to protect the notifier hashtable accesses can lead to issues in the atomic context. It results in the below kernel warnings:...

5.5CVSS5.4AI score0.00119EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.6 views

DEBIAN-CVE-2025-38372

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

5.5CVSS5.4AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 12:53 p.m.7 views

CVE-2025-38373 IB/mlx5: Fix potential deadlock in MR deregistration

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38372 RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

7.8CVSS6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.15 views

CVE-2025-38372 RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

7.8CVSS0.00156EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.10 views

CVE-2025-38372

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.6 views

CVE-2025-38372

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling xastore and xaerase were used without holding the proper lock, which led to a lockdep warning due to unsafe RCU usage. This patch replaces them with xastore and xaerase...

7.8CVSS5.4AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.9 views

CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS5.5AI score0.00119EPSS
SaveExploits0
Rows per page
Query Builder