trying to remove mitigations manually from Exchange server with July 2026 SU applied using latest EOMT. Two questions
- EOMT still shows 'Code fix applied: False', does this mean you have not updated EOMT yet and i should wait until you do?
- the output shoes 3 mitigations, do i remove only CVE-2026-42897 or all 3 of them, are the other 2 part of July SU update?
.\EOMT.ps1 -ShowMitigationStatus
Available CVE mitigations:
[1] CVE-2026-42897 (default)
[2] CVE-2022-41040
[3] CVE-2021-26855
Select CVE by number or ID [CVE-2026-42897]: 1
Starting EOMT.ps1 version 26.05.15.2009 on EXServer01
Resolved mitigation target: CVE-2026-42897 - OWA XSS - Outbound URL Rewrite adding Content-Security-Policy script-src-attr 'none' to OWA HTML responses
Checking mitigation status for CVE-2026-42897 on EXServer01
EXServer01 : Code Fix Applied: False | Mitigation Applied: True
thank you