Lucene search
+L

98798 matches found

Cvelist
Cvelist
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74728 xfs: handle NULL b_addr in xfs_buf_free

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...

0.0017EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:33 p.m.9 views

CVE-2026-74717 net/mlx5: fw_tracer, return NULL on create error

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the device, and users treat ERRPTR and NULL the same way. This also causes...

7.5CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74717 net/mlx5: fw_tracer, return NULL on create error

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the device, and users treat ERRPTR and NULL the same way. This also causes...

7.5CVSS0.00501EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64404

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the device, and users treat ERRPTR and NULL the same way. This also causes...

5.7AI score0.00501EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.17 views

CVE-2026-74717

A denial-of-service vulnerability in the Linux kernel's net/mlx5 firmware tracer (fw_tracer). The tracer creation function can return either NULL or ERR_PTR on failure, but the core dump logic (mlx5_fw_tracer_trigger_core_dump_general) does not check for ERR_PTR and dereferences it, leading to a ...

7.5CVSS5.7AI score0.00501EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74715 bpf: Fix netns reference imbalance in conntrack kfuncs

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix netns reference imbalance in conntrack kfuncs The opts argument of the BPF conntrack kfuncs can point to a shared map value. bpfnfctlookup and bpfnfctallocentry read opts-netnsid separately when acquiring and releasing t...

7.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:33 p.m.20 views

CVE-2026-74702

CVE-2026-74702 affects the vhost-scsi component of the Linux kernel. The root cause is that vhost_scsi_setup_vq_cmds() allocates the protection scatterlist array (prot_sgl) based on the VIRTIO_SCSI_F_T10_PI feature bit at endpoint setup, but command pools are not rebuilt when VHOST_SET_FEATURES l...

8.8CVSS5.6AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64390

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Validate T10 PI scatterlist counts When T10 PI is negotiated, vhost-scsi splits protection bytes from the data iterator before mapping the request scatterlists. A malformed request can claim protection bytes that cove...

5.6AI score0.00137EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64389

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

5.6AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.13 views

CVE-2026-74664

This vulnerability affects the Linux kernel's Open vSwitch (OVS) netlink flow command handling. The root cause is in ovs_flow_cmd_new(), which preallocates the reply skb sized from the request flow identifier. When a flow update request uses a UFID that misses the UFID lookup and falls back to th...

5.5AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74664 net: openvswitch: reallocate update replies for mismatched IDs

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64351

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...

5.5AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.25 views

CVE-2026-74645 mm/damon/lru_sort: error out for >10000 active_mem_bp

In the Linux kernel, the following vulnerability has been resolved: mm/damon/lrusort: error out for 10000 activemembp damosquotascore can trigger division by zero if the target value is zero. DAMONLRUSORT lets users set the target value for the hot memory scheme via activemembp parameter. It avoi...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:32 p.m.16 views

CVE-2026-74633

CVE-2026-74633 is a NULL pointer dereference in the Linux kernel's ftrace tracing subsystem. When a module-only event filter (e.g., :mod:foo) is cached while the module is not yet loaded, event_mod->match remains NULL. A subsequent write attempting to remove a specific match from that module p...

5.6AI score0.00166EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/22 12:58 a.m.14 views

apr-util: Apache Portable Runtime Utility: Denial of Service via XML stack recursion attack

A flaw was found in Apache Portable Runtime Utility apr-util. A remote attacker could exploit a stack recursion vulnerability by providing specially crafted XML input to a library consumer that uses the aprxmlquoteelem function. This could lead to a denial of service DoS due to an application cra...

9.1CVSS5.4AI score0.00458EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.13 views

PT-2026-79722

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fw tracer, return NULL on create error Tracer creation can fail by returning either NULL or ERR PTR. The return value is stored without a check on the device, and users treat ERR PTR and NULL the same way. This also...

5.6AI score0.00501EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.10 views

PT-2026-79707

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhost scsi setup vq cmds runs from VHOST SCSI SET ENDPOINT and allocates each command's protection scatterlist array prot sgl according to the acknowledged VIRTIO SCSI F T10 PI bi...

5.4AI score0.00127EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-74717

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the...

7.5CVSS5.5AI score0.00501EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.10 views

PT-2026-79733

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL b addr in xfs buf free When xfs buf alloc backing mem fails, xfs buf free is called with bp-b addr still NULL. The code falls through to the folio put path which calls virt to folioNULL, dereferencing an invalid...

5.4AI score0.0017EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74732

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Check for tg ops in dce110setavmute Some older DCE timing generators do not implement istgenabled in their ops table. Calling it unconditionall...

5.4AI score0.00183EPSS
SaveExploits0References3
Rows per page
Query Builder