Vether
11Module · Sécurité

Exploit Guard : DEP, ASLR, CFG, EAF, IAF

Mitigations historiques (EMET) intégrées au noyau. Vether les active pour les processus à risque (navigateurs, lecteurs PDF, Office).

5 min de lecture·Mise à jour 2026-05-18

Le successeur d'EMET (déprécié 2018) est intégré sous le nom Exploit Protection / Exploit Guard. Vether configure 22 mitigations système + par-processus.

MitigationNiveauEffet
DEP (Data Execution Prevention)SystèmePages NX, anti shellcode
ASLR (Address Space Layout Randomization)SystèmeRandomise heaps/stacks
Bottom-up ASLRSystèmeRandomise base de heap
High-entropy ASLR (64-bit)SystèmePlus de bits aléatoires
Force randomization for images (Mandatory ASLR)SystèmeASLR sur DLLs non-relocable
CFG (Control Flow Guard)SystèmeIndirect call validation
SEHOPSystèmeStructured Exception Handler protection
Heap integrity validationSystèmeAnti heap corruption
EAF (Export Address Filtering)Par-procAnti GetProcAddress shellcode
IAF (Import Address Filtering)Par-procAnti IAT hooks
CallerCheckPar-procValide caller de syscalls critiques
SimExecPar-procAnti ROP simulation
StackPivotPar-procAnti stack pivot ROP
BlockLowLabelPar-procAnti low-IL injections

Processus configurés par Vether

  • firefox.exe / chrome.exe / msedge.exe — toutes mitigations user-mode
  • winword.exe / excel.exe / outlook.exe — EAF + CallerCheck
  • acrord32.exe / acrobat.exe — toutes mitigations
  • vlc.exe — DEP + ASLR + SEHOP
  • Discord.exe / Spotify.exe — DEP + ASLR
Certains jeux et anti-cheats (Easy Anti-Cheat, BattlEye) plantent avec CFG ou EAF. Vether détecte les launchers connus et applique un profil « Gaming » avec mitigations minimales.

Articles liés