Lucene search
+L

157194 matches found

CVE
CVE
added 2026/08/15 5:59 a.m.42 views

CVE-2026-74389

Summary: CVE-2026-74389 affects the Linux kernel RDMA driver for HNS (hns_roce). When hns_roce_cmd_mbox() fails, the error path could flood logs due to unlimited ibdev_err/ibdev_warn outputs, potentially leading to a system crash. The fix replaces the non-limited error prints with ratelimited ver...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:57 a.m.38 views

CVE-2026-74270

The CVE-2026-74270 vulnerability affects the Linux kernel handling of the handshake genl family. The DONE downcall previously performed no privilege check, allowing an unprivileged process that could observe or guess a valid socket to submit DONE with HANDSHAKE_A_DONE_STATUS == 0, causing the ker...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.33 views

CVE-2026-74270 handshake: Require admin permission for DONE command

In the Linux kernel, the following vulnerability has been resolved: handshake: Require admin permission for DONE command ACCEPT and DONE are the two downcalls of the handshake genl family, both intended for use by the trusted handshake agent tlshd. ACCEPT already requires GENLADMINPERM; DONE has ...

7.8CVSS0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:57 a.m.17 views

CVE-2026-74270 handshake: Require admin permission for DONE command

In the Linux kernel, the following vulnerability has been resolved: handshake: Require admin permission for DONE command ACCEPT and DONE are the two downcalls of the handshake genl family, both intended for use by the trusted handshake agent tlshd. ACCEPT already requires GENLADMINPERM; DONE has ...

7.8CVSS5.6AI score
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.45 views

CVE-2026-72410

In the Linux kernel, the octeontx2-af component fixes an issue where the NIX maximum number of LFs could be set via devlink before any LFs were assigned to a PF/VF. The root cause was an incorrect condition used to determine if LFs were assigned; the patch corrects this check. This vulnerability ...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.24 views

CVE-2026-72092 accel/amdxdna: reject command submission on devices without a submit op

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject command submission on devices without a submit op amdxdnacmdsubmit calls xdna-devinfo-ops-cmdsubmit unconditionally, but only aie2devops defines that callback. aie4vfops the AIE4 SR-IOV virtual function does...

0.00207EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:52 a.m.25 views

CVE-2026-72091 accel/amdxdna: reject user command submission without a command BO

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: reject user command submission without a command BO amdxdnadrmsubmitexecbuf passes the user-supplied command BO handle straight into amdxdnacmdsubmit with drvcmd == NULL. When the handle is AMDXDNAINVALIDBOHANDLE 0...

5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:52 a.m.12 views

EUVD-2026-59044

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free the command tag on the TMR submit-failure path scsibackdeviceaction obtains a command tag in scsibackgetpendreq and submits a task-management request with targetsubmittmr. When targetsubmittmr fails it...

5.5AI score0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:52 a.m.14 views

CVE-2026-72086 scsi: xen: scsiback: Free the command tag on the TMR submit-failure path

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free the command tag on the TMR submit-failure path scsibackdeviceaction obtains a command tag in scsibackgetpendreq and submits a task-management request with targetsubmittmr. When targetsubmittmr fails it...

5.6AI score
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:52 a.m.39 views

CVE-2026-72086

The CVE-2026-72086 entry describes a Linux kernel vulnerability in the pvSCSI/scsiback path for Xen where, on the TMR submit-failure path, a command tag could be leaked instead of freed. Specifically, scsiback_device_action() obtains a tag, submits target_submit_tmr(), and on failure the err path...

5.4AI score0.00206EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:52 a.m.59 views

CVE-2026-72085

CVE-2026-72085 concerns the Linux kernel SCSI xen scsiback path. A path in scsiback_get_pend_req() creates a pending command with an uninitialized or not-yet-kref’d se_cmd; if a submission is aborted via a bad grant or unknown ring_req.act, transport_generic_free_cmd() underflows the reference co...

9.3CVSS5.4AI score0.0018EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:52 a.m.44 views

CVE-2026-72075

In the Linux kernel, a race condition was fixed in the ims-pcu reset_device sysfs callback. The ims_pcu_reset_device() path called IMS_PCU_execute_command() without holding pcu->cmd_mutex, allowing data races and possible corruption of the shared command buffer when commands execute concurrent...

5.6AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:52 a.m.12 views

EUVD-2026-59033

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in resetdevice sysfs callback The imspcuresetdevice sysfs callback calls imspcuexecutecommand without acquiring pcu-cmdmutex. This can lead to data races and corruption of the shared command...

5.7AI score0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:52 a.m.58 views

CVE-2026-72075 Input: ims-pcu - fix race condition in reset_device sysfs callback

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in resetdevice sysfs callback The imspcuresetdevice sysfs callback calls imspcuexecutecommand without acquiring pcu-cmdmutex. This can lead to data races and corruption of the shared command...

5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.26 views

CVE-2026-72075 Input: ims-pcu - fix race condition in reset_device sysfs callback

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in resetdevice sysfs callback The imspcuresetdevice sysfs callback calls imspcuexecutecommand without acquiring pcu-cmdmutex. This can lead to data races and corruption of the shared command...

0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 2:23 a.m.8 views

MINI-CXJ6-P7VV-JFW8

Bulletin has no description...

7.5CVSS4.8AI score0.00568EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/08/15 2:16 a.m.22 views

CVE-2026-18503 vulnerabilities

Vulnerabilities for packages: python...

2.4CVSS5.2AI score0.00119EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/08/15 2:16 a.m.22 views

CVE-2026-57062 vulnerabilities

Vulnerabilities for packages: gnupg...

2.9CVSS5.1AI score0.00142EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2026/08/15 1:52 a.m.12 views

Vim: Arbitrary Command Execution via Malicious `.VimballRecord` Entry Replay in `vimball.vim`

...

8.4CVSS5.2AI score0.00131EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/08/15 12:00 a.m.14 views

SUSE CVE-2026-6464

Untrusted data inclusion in PostgreSQL psql COPY may allow a server administrator to elicit execution of data lines as psql commands, via error injection. If the "COPY FROM STDIN" or "\copy FROM STDIN" command fails before the server indicates that it awaits input rows, psql processes the in-line...

7.5CVSS5.6AI score0.00358EPSS
SaveExploits0References5
Rows per page
Query Builder