CVE & CISA-KEV Catalog

395,283 CVEs1,715 actively exploited (KEV)
Active:
  • CVSS 9.0 v3·EPSS 0.5%·Fix available

    Untrusted pointer dereference in SQL Server allows an unauthorized attacker to execute code over a network.

    Published 2026-09-17

  • CVSS 6.7 v3·EPSS -·No fix yet

    Memory corruption while processing rear sensor IOCTL calls.

    Published 2026-09-17

  • CVSS 7.8 v3·EPSS -·No fix yet

    Memory Corruption when copying large input data exceeds normal allocation limits.

    Published 2026-09-17

  • CVSS 5.5 v3·EPSS 0.1%·No fix yet

    ASRock Polychrome SYNC/RGB software utility developed by ASRock Inc. has an Untrusted Pointer Dereference vulnerability. Authenticated local attackers can send a specially crafted IOCTL request to cause the driver to dereference an unvalidated pointer, resulting in an operating system crash.

    Published 2026-09-14

  • CVSS 6.4 v3·EPSS 0.1%·No fix yet

    An issue was discovered in camera in Samsung Mobile Processor Exynos 1580 and 2500. An untrusted pointer dereference occurs when a malformed message is sent to the camera driver, causing limited information disclosure or denial of service.

    Published 2026-09-14

  • CVSS 8.2 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows Secure Kernel Mode allows an authorized attacker to elevate privileges locally.

    Published 2026-09-08

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows Virtualization-Based Security (VBS) Enclave allows an authorized attacker to elevate privileges locally.

    Published 2026-09-08

  • CVSS 8.8 v3·EPSS 0.2%·Fix available

    Untrusted pointer dereference in Windows Hyper-V allows an authorized attacker to execute code locally.

    Published 2026-09-08

  • CVSS 6.8 v3·EPSS 0.4%·Fix available

    Untrusted pointer dereference in Microsoft Windows SCSI Class System File allows an unauthorized attacker to elevate privileges with a physical attack.

    Published 2026-09-08

  • CVSS 8.1 v3·EPSS 0.5%·Fix available

    Untrusted pointer dereference in Windows Failover Cluster allows an unauthorized attacker to execute code over a network.

    Published 2026-09-08

  • CVSS 6.5 v3·EPSS 0.9%·No fix yet

    Untrusted pointer dereference in Microsoft Office PowerPoint allows an unauthorized attacker to disclose information over a network.

    Published 2026-09-08

  • CVSS 6.5 v3·EPSS 0.9%·No fix yet

    Access of resource using incompatible type ('type confusion') in Microsoft Office PowerPoint allows an unauthorized attacker to disclose information over a network.

    Published 2026-09-08

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Kernel Streaming WOW Thunk Service Driver allows an authorized attacker to elevate privileges locally.

    Published 2026-09-08

  • CVSS 8.2 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows ALPC allows an authorized attacker to elevate privileges locally.

    Published 2026-09-08

  • CVSS 8.0 v3·EPSS 0.7%·Fix available

    Untrusted pointer dereference in Windows Group Policy allows an authorized attacker to elevate privileges over a network.

    Published 2026-09-08

  • CVSS 5.7 v3·EPSS 0.9%·Fix available

    Untrusted pointer dereference in Windows Print Spooler Components allows an authorized attacker to deny service over a network.

    Published 2026-09-08

  • CVSS 7.0 v3·EPSS 0.2%·Fix available

    Untrusted pointer dereference in Windows Secure Kernel Mode allows an authorized attacker to elevate privileges locally.

    Published 2026-09-08

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows Remote Desktop Services allows an authorized attacker to elevate privileges locally.

    Published 2026-09-08

  • CVSS 5.5 v3·EPSS 0.1%·No fix yet

    Untrusted pointer dereference vulnerability in Samsung Open Source mTower allows Pointer Manipulation. This issue affects mTower: before 102d3dc75cf8e58e68e4bea54ae3c803992c91be.

    Published 2026-09-01

  • CVSS 5.5 v3·EPSS 0.1%·No fix yet

    Untrusted pointer dereference vulnerability in Samsung Open Source mTower allows Pointer Manipulation. This issue affects mTower: before 06994e303637512e39062f3e037c222e8448e57e.

    Published 2026-09-01

  • CVSS 8.2 v3·EPSS 0.1%·Fix available

    IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 has a pointer validation flaw exists in the AIX Virtual SCSI (vSCSI) initiator driver. Successful exploitation may result in denial of service, privilege escalation, or full compromise of the client LPAR kernel.

    Published 2026-08-20

  • CVSS 8.2 v3·EPSS 0.1%·Fix available

    IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a local attacker to execute arbitrary code due to improper validation of an attacker-controlled pointer.

    Published 2026-08-20

  • CVSS 8.8 v3·EPSS 0.1%·No fix yet

    The flash_copy() system call is verified by z_vrfy_flash_copy() in drivers/flash/flash_util.c. On builds with CONFIG_USERSPACE enabled, this handler is the kernel-side trust boundary for a user-mode caller. Prior to the fix it validated only the output buffer (K_SYSCALL_MEMORY_WRITE) and passed the two struct device * arguments, src_dev and dst_dev, directly into the implementation without any object validation — unlike every sibling flash syscall, which guards its device pointer with K_SYSCALL_DRIVER_FLASH. A user-mode thread fully controls the values of src_dev/dst_dev and the contents of its own address space. The implementation z_impl_flash_copy() dereferences these pointers and calls through their driver-API function tables (e.g. api->get_parameters(dst_dev), flash_read(src_dev, ...)

    Published 2026-08-17

  • CVSS 8.4 v3·EPSS 0.1%·No fix yet

    The user-space system-call verifier z_vrfy_z_log_msg_static_create() in subsys/logging/log_msg.c was a pure pass-through: it forwarded the caller-supplied source, desc, package, and data arguments directly to the kernel-mode implementation z_impl_z_log_msg_static_create() without performing any of the mandatory K_SYSCALL_* checks. Because z_log_msg_static_create() is declared __syscall, under CONFIG_USERSPACE any unprivileged user-mode thread can invoke it directly with fully attacker-controlled arguments. The kernel-mode handler dereferences each of these untrusted values: frontend_runtime_filtering() reads through the source pointer as a struct log_source_dynamic_data, cbprintf_package_copy() reads desc.package_len bytes from the package pointer, and z_log_msg_finalize() performs a memc

    Published 2026-08-14

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Microsoft Office Excel allows an unauthorized attacker to execute code locally.

    Published 2026-08-11

  • CVSS 7.8 v3·EPSS 0.3%·No fix yet

    Untrusted pointer dereference in Microsoft Office allows an unauthorized attacker to execute code locally.

    Published 2026-08-11

  • CVSS 5.5 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows Win32K allows an authorized attacker to disclose information locally.

    Published 2026-08-11

  • CVSS 7.8 v3·EPSS 2.8%·Fix available

    Untrusted pointer dereference in Windows Kernel allows an authorized attacker to elevate privileges locally.

    Published 2026-08-11

  • CVSS 5.5 v3·EPSS 0.4%·Fix available

    Untrusted pointer dereference in Windows GDI allows an authorized attacker to disclose information locally.

    Published 2026-08-11

  • CVSS 8.4 v4·EPSS 0.1%·No fix yet

    Untrusted Pointer Dereference in ASUS GPU Tweak III, GPUTweakII, AI Suite3, and VGAdll: An IOCTL vulnerability allows a local attacker to write a specific value to an arbitrary memory address, potentially leading to privilege escalation. Refer to the ' Security Update for ASUS GPU Tweak III, GPU Tweak II, AI Suite 3, and Armoury Crate Security Bulletin ' section on the ASUS Security Advisory for more information.

    Published 2026-08-11

  • CVSS 7.8 v3·EPSS 0.1%·No fix yet

    Kernel software from a non-secure operating system on a platform with Trusted Execution Environment support, may cause GPU Firmware to boot up using data from non-secure memory. The GPU thread of control (Firmware) uses a pointer from non-secure memory belonging to the Rich Execution Environment (REE) when saving or retrieving internal data between the tightly coupled private memory to main memory. An attacker with control over the REE kernel may modify the pointer value, corrupting the data used by the GPU Firmware.

    Published 2026-08-07

  • CVSS 6.8 v4·EPSS 0.1%·No fix yet

    Untrusted pointer dereference in the render_bin_output function in the h5dump tool in HDF5 before 2.3.0 allows attackers to cause a denial of service via a variable-length string dataset with more than one element dumped in binary mode, which corrupts the per-element stride calculation and causes subsequent elements to be read from a misaligned offset and dereferenced as a pointer.

    Published 2026-08-07

  • CVSS 7.8 v3·EPSS 0.1%·Fix available

    A maliciously crafted BMP file, when parsed through certain Autodesk products, can force a Untrusted Pointer Dereference vulnerability. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.

    Published 2026-08-06

  • CVSS 7.8 v3·EPSS 0.1%·No fix yet

    Memory Corruption while processing IOCTL device driver requests with invalid arguments.

    Published 2026-08-04

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows Resilient File System (ReFS) allows an authorized attacker to elevate privileges locally.

    Published 2026-07-22

  • CVSS 8.4 v4·EPSS 0.2%·No fix yet

    Untrusted Pointer Dereference in ASUS System Control Interface v3, ASUS System Control Interface, and ASUS Business Manager allows a local administrator to perform arbitrary physical memory read and write operations via crafted IOCTL requests to the driver, bypassing OS-enforced memory protections. Refer to the ' Security Update for ASUS System Control Interface ' section on the ASUS Security Advisory for more information.

    Published 2026-07-15

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Bridge is affected by an Untrusted Pointer Dereference vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published 2026-07-14

  • CVSS 5.5 v3·EPSS 0.5%·Fix available

    Untrusted pointer dereference in Microsoft Office Excel allows an unauthorized attacker to disclose information locally.

    Published 2026-07-14

  • CVSS 7.8 v3·EPSS 0.5%·Fix available

    Untrusted pointer dereference in Microsoft Office Excel allows an unauthorized attacker to execute code locally.

    Published 2026-07-14

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows USB Hub Driver allows an authorized attacker to elevate privileges locally.

    Published 2026-07-14

  • CVSS 7.5 v3·EPSS 1.2%·Fix available

    Untrusted pointer dereference in Windows Domain Controller allows an unauthorized attacker to deny service over a network.

    Published 2026-07-14

  • CVSS 8.8 v3·EPSS 0.3%·Fix available

    Untrusted pointer dereference in Windows DirectX allows an authorized attacker to execute code locally.

    Published 2026-07-14

  • CVSS 7.8 v3·EPSS 0.3%·Fix available

    Incorrect access of indexable resource ('range error') in Windows Sensor Data Service allows an authorized attacker to elevate privileges locally.

    Published 2026-07-14

  • CVSS 5.5 v3·EPSS 0.5%·Fix available

    Untrusted pointer dereference in Microsoft Office Excel allows an unauthorized attacker to disclose information locally.

    Published 2026-07-14

  • CVSS 8.3 v3·EPSS 0.6%·Fix available

    Untrusted pointer dereference in Microsoft Edge (Chromium-based) allows an unauthorized attacker to elevate privileges over a network.

    Published 2026-07-11

  • CVSS 9.1 v3·EPSS 0.8%·Fix available

    There is an untrusted pointer dereference vulnerability in the NI grpc-device sideband streaming API that may allow an attacker to cause an arbitrary memory dereference, potentially resulting in remote code execution. Successful exploitation requires an attacker to supply a specially crafted Moniker protobuf message. This affects NI grpc-device 2.17.0 and prior versions.

    Published 2026-06-19

  • CVSS 7.8 v3·EPSS 0.4%·Fix available

    Untrusted pointer dereference in Microsoft Office allows an unauthorized attacker to execute code locally.

    Published 2026-06-09

  • CVSS 7.8 v3·EPSS 0.4%·No fix yet

    Untrusted pointer dereference in Microsoft Office Word allows an unauthorized attacker to execute code locally.

    Published 2026-06-09

  • CVSS 7.8 v3·EPSS 0.5%·Fix available

    Untrusted pointer dereference in Microsoft Office Word allows an unauthorized attacker to execute code locally.

    Published 2026-06-09

  • CVSS 5.5 v3·EPSS 0.4%·Fix available

    Use after free in Windows Network Controller (NC) Host Agent allows an authorized attacker to deny service locally.

    Published 2026-06-09

Free CVE lookup by TridentStack Control, automated patching for Windows, macOS, and Linux fleets. Learn more·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.