製品が初期化されていないポインタにアクセスするか、それを使用している。
ポインタに初期化されていない値が含まれている場合、その値は有効なメモリ位置を指していない可能性があります。このため、予期しないメモリ位置からの読み取りや、予期しないメモリ位置への書き込みが行われ、サービス拒否につながる可能性がある。初期化されていないポインタが関数呼び出しとして使用された場合、任意の関数が呼び出される可能性があります。攻撃者がポインタに含まれる未初期化メモリの部分に影響を与えることができれば、この弱点を利用してコードの実行やその他の攻撃を行うことができます。
メモリ・レイアウト、関連するメモリ管理動作、および製品の動作によっては、攻撃者が未初期化ポインタの内容に影響を与えることができ、アクセスするメモリ位置をより細かく制御できる可能性があります。
The product accesses or uses a pointer that has not been initialized.
If the pointer contains an uninitialized value, then the value might not point to a valid memory location. This could cause the product to read from or write to unexpected memory locations, leading to a denial of service. If the uninitialized pointer is used as a function call, then arbitrary functions could be invoked. If an attacker can influence the portion of uninitialized memory that is contained in the pointer, this weakness could be leveraged to execute code or perform other attacks.
Depending on memory layout, associated memory management behaviors, and product operation, the attacker might be able to influence the contents of the uninitialized pointer, thus gaining more fine-grained control of the memory location to be accessed.