Lucene search
K

7500 matches found

OSV
OSV
added 2024/06/24 2:15 p.m.1 views

DEBIAN-CVE-2024-37026

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Only use reserved BCS instances for usm migrate exec queue The GuC context scheduling queue is 2 entires deep, thus it is possible for a migration job to be stuck behind a fault if migration exec queue shares engines with...

5.5CVSS4.9AI score0.00031EPSS
Exploits0References1
OSV
OSV
added 2024/06/24 2:15 p.m.0 views

UBUNTU-CVE-2024-37026

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Only use reserved BCS instances for usm migrate exec queue The GuC context scheduling queue is 2 entires deep, thus it is possible for a migration job to be stuck behind a fault if migration exec queue shares engines with...

5.5CVSS5.8AI score0.00031EPSS
Exploits0References12
UbuntuCve
UbuntuCve
added 2024/06/24 2:15 p.m.14 views

CVE-2024-37026

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Only use reserved BCS instances for usm migrate exec queue The GuC context scheduling queue is 2 entires deep, thus it is possible for a migration job to be stuck behind a fault if migration exec queue shares engines with...

5.5CVSS5.8AI score0.00031EPSS
Exploits0References11
Positive Technologies
Positive Technologies
added 2024/06/24 12:0 a.m.2 views

PT-2024-27249 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the GuC context scheduling queue, which is 2 entries deep. If a migration job is stuck behind a fault and the migration exec queue shares engines with user jobs...

9.8CVSS6.5AI score0.00449EPSS
Exploits6References701
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.3 views

SUSE CVE-2022-48729

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix panic with larger ipoib sendqueuesize When the ipoib sendqueuesize is increased from the default the following panic happens: RIP: 0010:hfi1ipoibdraintxring+0x45/0xf0 hfi1 Code: 31 e4 eb 0f 8b 85 c8 02 00 00 41 83 c4...

5.5CVSS6.6AI score0.00017EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/06/22 4:8 a.m.0 views

SUSE CVE-2022-48758

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Flush destroywork queue before calling bnx2fcinterfaceput The bnx2fcdestroy functions are removing the interface before calling destroywork. This results multiple WARNings from sysfsremovegroup as the controller rpo...

5.5CVSS7.7AI score0.00016EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2024/06/22 3:36 a.m.4 views

SUSE CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

4.7CVSS6.5AI score0.00017EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.2 views

SUSE CVE-2024-38591

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix deadlock on SRQ async events. xalock for SRQ table may be required in AEQ. Use xastoreirq/ xaeraseirq to avoid deadlock...

4.7CVSS6.5AI score0.00009EPSS
Exploits0References13
OSV
OSV
added 2024/06/21 11:15 a.m.3 views

DEBIAN-CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

5.5CVSS5.5AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2024/06/21 11:15 a.m.0 views

UBUNTU-CVE-2024-36286

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instancedestroyrcu syzbot reported that nfreinject could be called without rcureadlock : WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

5.5CVSS6.1AI score0.00017EPSS
Exploits0References30
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.0 views

SUSE CVE-2021-47603

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

4.7CVSS6.3AI score0.00018EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.1 views

SUSE CVE-2021-47616

In the Linux kernel, the following vulnerability has been resolved: RDMA: Fix use-after-free in rxequeuecleanup On error handling path in rxeqpfrominit qp-sq.queue is freed and then rxecreateqp will drop last reference to this object. qp clean up function will try to free this queue one time and ...

6.7CVSS6.6AI score0.00032EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.2 views

SUSE CVE-2021-47619

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix queues reservation for XDP When XDP was configured on a system with large number of CPUs and X722 NIC there was a call trace with NULL pointer dereference. i40e 0000:87:00.0: failed to get tracking for 256 queues for VS...

5.5CVSS7.5AI score0.00015EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.1 views

SUSE CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

4.7CVSS6.5AI score0.00045EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.1 views

SUSE CVE-2024-38540

In the Linux kernel, the following vulnerability has been resolved: bnxtre: avoid shift undefined behavior in bnxtqpliballocinithwq Undefined behavior is triggered when bnxtqpliballocinithwq is called with hwqattr-auxdepth != 0 and hwqattr-auxstride == 0. In that case,...

5.5CVSS6.5AI score0.00008EPSS
Exploits0References14
OSV
OSV
added 2024/06/20 12:15 p.m.3 views

DEBIAN-CVE-2022-48758

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Flush destroywork queue before calling bnx2fcinterfaceput The bnx2fcdestroy functions are removing the interface before calling destroywork. This results multiple WARNings from sysfsremovegroup as the controller rpo...

5.5CVSS5.3AI score0.00016EPSS
Exploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.2 views

DEBIAN-CVE-2022-48729

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix panic with larger ipoib sendqueuesize When the ipoib sendqueuesize is increased from the default the following panic happens: RIP: 0010:hfi1ipoibdraintxring+0x45/0xf0 hfi1 Code: 31 e4 eb 0f 8b 85 c8 02 00 00 41 83 c4...

5.5CVSS5.2AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.1 views

DEBIAN-CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

5.5CVSS5.3AI score0.00045EPSS
Exploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.2 views

UBUNTU-CVE-2022-48729

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix panic with larger ipoib sendqueuesize When the ipoib sendqueuesize is increased from the default the following panic happens: RIP: 0010:hfi1ipoibdraintxring+0x45/0xf0 hfi1 Code: 31 e4 eb 0f 8b 85 c8 02 00 00 41 83 c4...

5.5CVSS5.7AI score0.00017EPSS
Exploits0References5
OSV
OSV
added 2024/06/20 12:15 p.m.1 views

UBUNTU-CVE-2022-48758

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Flush destroywork queue before calling bnx2fcinterfaceput The bnx2fcdestroy functions are removing the interface before calling destroywork. This results multiple WARNings from sysfsremovegroup as the controller rpo...

5.5CVSS6.1AI score0.00016EPSS
Exploits0References12
Rows per page
Query Builder