Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-822 (非可信指针解引用) — Vulnerability Class 172

172 vulnerabilities classified as CWE-822 (非可信指针解引用). AI Chinese analysis included.

CWE-822 represents a critical memory safety weakness where software incorrectly interprets an untrusted input value as a valid memory address. This flaw typically arises when developers fail to validate or sanitize external data before casting it to a pointer type. Attackers exploit this vulnerability by supplying malicious pointer values that reference unintended memory regions. If the application dereferences this pointer for a write operation, the attacker can corrupt critical state variables, trigger a denial of service through a system crash, or potentially achieve arbitrary code execution by overwriting function pointers. To mitigate this risk, developers must implement rigorous input validation, ensuring that all external values are strictly checked against expected ranges and types before any pointer conversion occurs. Additionally, employing static analysis tools and memory-safe programming languages can help detect and prevent these dangerous dereferences during the development lifecycle.

MITRE CWE Description
The product obtains a value from an untrusted source, converts this value to a pointer, and dereferences the resulting pointer. An attacker can supply a pointer for memory locations that the product is not expecting. If the pointer is dereferenced for a write operation, the attack might allow modification of critical state variables, cause a crash, or execute code. If the dereferencing operation is for a read, then the attack might allow reading of sensitive data, cause a crash, or set a variable to an unexpected value (since the value will be read from an unexpected memory location). There are several variants of this weakness, including but not necessarily limited to: The untrusted value is directly invoked as a function call. In OS kernels or drivers where there is a boundary between "userland" and privileged memory spaces, an untrusted pointer might enter through an API or system call (see CWE-781 for one such example). Inadvertently accepting the value from an untrusted control sphere when it did not have to be accepted as input at all. This might occur when the code was originally developed to be run by a single user in a non-networked environment, and the code is then ported to or otherwise exposed to a networked environment.
Common Consequences (3)
ConfidentialityRead Memory
If the untrusted pointer is used in a read operation, an attacker might be able to read sensitive portions of memory.
AvailabilityDoS: Crash, Exit, or Restart
If the untrusted pointer references a memory location that is not accessible to the product, or points to a location that is "malformed" or larger than expected by a read or write operation, the application may terminate unexpectedly.
Integrity, Confidentiality, AvailabilityExecute Unauthorized Code or Commands, Modify Memory
If the untrusted pointer is used in a function call, or points to unexpected data in a write operation, then code execution may be possible.
CVE IDTitleCVSSSeverityPublished
CVE-2025-24084 Windows Subsystem for Linux (WSL2) Kernel Remote Code Execution Vulnerability — Windows 11 version 22H2 8.4 High2025-03-11
CVE-2025-24083 Microsoft Office Remote Code Execution Vulnerability — Microsoft 365 Apps for Enterprise 7.8 High2025-03-11
CVE-2024-12576 GPU DDK - Untrusted app can crash firmware by forcing MCU access to non-aligned address — Graphics DDK 5.5 -2025-03-07
CVE-2024-53034 Untrusted Pointer Dereference in DSP_Services — Snapdragon 7.8 High2025-03-03
CVE-2024-53033 Untrusted Pointer Dereference in DSP_Services — Snapdragon 7.8 High2025-03-03
CVE-2025-21381 Microsoft Excel Remote Code Execution Vulnerability — Microsoft 365 Apps for Enterprise 7.8 High2025-02-11
CVE-2025-21358 Windows Core Messaging Elevation of Privileges Vulnerability — Windows 10 Version 1507 7.8 High2025-02-11
CVE-2024-45584 Untrusted Pointer Dereference in Automotive Android OS — Snapdragon 7.8 High2025-02-03
CVE-2025-21363 Microsoft Word Remote Code Execution Vulnerability — Microsoft 365 Apps for Enterprise 7.8 High2025-01-14
CVE-2025-21354 Microsoft Excel Remote Code Execution Vulnerability — Microsoft 365 Apps for Enterprise 8.4 High2025-01-14
CVE-2024-49090 Windows Common Log File System Driver Elevation of Privilege Vulnerability — Windows Server 2025 7.8 High2024-12-10
CVE-2024-33039 Untrusted Pointer Dereference in Audio — Snapdragon 6.7 Medium2024-12-02
CVE-2024-43636 Win32k Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.8 High2024-11-12
CVE-2024-43629 Windows DWM Core Library Elevation of Privilege Vulnerability — Windows Server 2025 7.8 High2024-11-12
CVE-2024-43624 Windows Hyper-V Shared Virtual Disk Elevation of Privilege Vulnerability — Windows 10 Version 1809 8.8 High2024-11-12
CVE-2024-43646 Windows Secure Kernel Mode Elevation of Privilege Vulnerability — Windows Server 2025 6.7 Medium2024-11-12
CVE-2024-43631 Windows Secure Kernel Mode Elevation of Privilege Vulnerability — Windows Server 2022 6.7 Medium2024-11-12
CVE-2024-43553 NT OS Kernel Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.4 High2024-10-08
CVE-2024-37979 Windows Kernel Elevation of Privilege Vulnerability — Windows Server 2019 6.7 Medium2024-10-08
CVE-2024-37983 Windows Resume Extensible Firmware Interface Security Feature Bypass Vulnerability — Windows 11 Version 24H2 6.7 Medium2024-10-08
CVE-2024-37982 Windows Resume Extensible Firmware Interface Security Feature Bypass Vulnerability — Windows 11 Version 24H2 6.7 Medium2024-10-08
CVE-2024-43529 Windows Print Spooler Elevation of Privilege Vulnerability — Windows Server 2022 7.3 High2024-10-08
CVE-2024-43516 Windows Secure Kernel Mode Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.8 High2024-10-08
CVE-2024-21455 Untrusted Pointer Dereference in DSP Service — Snapdragon 7.8 High2024-10-07
CVE-2024-37339 Microsoft SQL Server Native Scoring Remote Code Execution Vulnerability — Microsoft SQL Server 2017 (GDR) 8.8 High2024-09-10
CVE-2024-37340 Microsoft SQL Server Native Scoring Remote Code Execution Vulnerability — Microsoft SQL Server 2017 (GDR) 8.8 High2024-09-10
CVE-2024-33038 Untrusted Pointer Dereference in Computer Vision — Snapdragon 7.8 High2024-09-02
CVE-2024-38187 Windows Kernel-Mode Driver Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.8 High2024-08-13
CVE-2024-38185 Windows Kernel-Mode Driver Elevation of Privilege Vulnerability — Windows 10 Version 1809 7.8 High2024-08-13
CVE-2024-36461 Direct access to memory pointers within the JS engine for modification — Zabbix 9.1 Critical2024-08-09

Vulnerabilities classified as CWE-822 (非可信指针解引用) represent 172 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.