mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Merge pull request #6665 from justanotheranonymoususer/patch-1
Update overview-of-threat-mitigations-in-windows-10.md
This commit is contained in:
@ -229,7 +229,7 @@ Windows 10 has several important improvements to the security of the heap:
|
|||||||
|
|
||||||
### Kernel pool protections
|
### Kernel pool protections
|
||||||
|
|
||||||
The operating system kernel in Windows sets aside two pools of memory, one that remains in physical memory (“nonpaged pool”) and one that can be paged in and out of physical memory (“paged pool”). There are many types of attacks that have been attempted against these pools, such as process quota pointer encoding; lookaside, delay free, and pool page cookies; and PoolIndex bounds checks. Windows 10 has multiple “pool hardening” protections, such as integrity checks, that help protect the kernel pool against such attacks.
|
The operating system kernel in Windows sets aside two pools of memory, one that remains in physical memory (“nonpaged pool”) and one that can be paged in and out of physical memory (“paged pool”). There are many mitigations that have been added over time, such as process quota pointer encoding; lookaside, delay free, and pool page cookies; and PoolIndex bounds checks. Windows 10 adds multiple “pool hardening” protections, such as integrity checks, that help protect the kernel pool against more advanced attacks.
|
||||||
|
|
||||||
In addition to pool hardening, Windows 10 includes other kernel hardening features:
|
In addition to pool hardening, Windows 10 includes other kernel hardening features:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user