CVE & CISA-KEV Catalog

CVE-2022-49290

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving mesh") fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a double free when rejoining the mesh: ieee80211_leave_mesh() -> kfree(sdata->u.mesh.ie); ... ieee80211_join_mesh() -> copy_mesh_setup() -> old_ie = ifmsh->ie; -> kfree(old_ie); This double free / kernel panics can be reproduced by using wpa_supplicant with an encrypted mesh (if set up without encryption via "iw" then ifmsh->ie is always NULL, which avoids this issue). And then calling: $ iw dev mesh0 mesh leave $ iw dev mesh0 mesh join my-mesh Note that typically these commands are not used / working when using wpa_supplicant. And it seems that wpa_supplicant or wpa_cli are going through a NETDEV_DOWN/NETDEV_UP cycle between a mesh leave and mesh join where the NETDEV_UP resets the mesh.ie to NULL via a memcpy of default_mesh_setup in cfg80211_netdev_notifier_call, which then avoids the memory corruption, too. The issue was first observed in an application which was not using wpa_supplicant but "Senf" instead, which implements its own calls to nl80211. Fixing the issue by removing the kfree()'ing of the mesh IE in the mesh join function and leaving it solely up to the mesh leave to free the mesh IE.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.113-1CVE-2022-49290
Fixed in:5.17.3-1CVE-2022-49290
Fixed in:5.17.3-1CVE-2022-49290
Fixed in:5.17.3-1CVE-2022-49290
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
bpftoolRocky
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
bpftool-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernelRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernelRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-coreRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debugRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-coreRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-develRocky
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-modulesRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-develRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-devel-matchedRocky
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-docRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-modulesRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-modules-extraRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rtRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-coreRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debugRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-develRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-kvmRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-modulesRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.rt21.235.el9_0RHSA-2026:1495
kernel-toolsRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-tools-libsRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
perfRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
perfRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
perf-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
python3-perfRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-305.184.1.el8_4RHSA-2026:1886
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:4.18.0-372.177.1.el8_6RHSA-2026:1442
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494
Fixed in:0:5.14.0-70.163.1.el9_0RHSA-2026:1494

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.25%probability of exploitation in 30 days
16thpercentile

Low risk: more likely to be exploited than 16% of all known CVEs.

References

Related Vulnerabilities

Other CWE-415 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-25136Medium6.590%-Fix
CVE-2018-0101Critical10.087%-Fix
CVE-2003-0545Critical9.885%-Fix
CVE-2019-3829Medium5.359%-Fix
CVE-2026-33824Critical9.856%-Fix
CVE-2021-3407Medium5.550%-Fix
Embed a live status badge for CVE-2022-49290
CVE-2022-49290 severity badge

Markdown

[![CVE-2022-49290](https://tridentstack.com/cve/badge/CVE-2022-49290.svg)](https://tridentstack.com/cve/CVE-2022-49290)

HTML

<a href="https://tridentstack.com/cve/CVE-2022-49290"><img src="https://tridentstack.com/cve/badge/CVE-2022-49290.svg" alt="CVE-2022-49290"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-10-01.