Skip to content

Commit d6de9c9

Browse files
dpaulson45Copilot
andcommitted
Add June 2026 SU CVEs to HealthChecker security check
Add Jun26SU entry with 7 CVEs for Exchange 2016, 2019, and SE: CVE-2026-42897, CVE-2026-45500, CVE-2026-45501, CVE-2026-45502, CVE-2026-45503, CVE-2026-45504, CVE-2026-47631 Update test CVE counts from 63 to 70 accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ce69276 commit d6de9c9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Diagnostics/HealthChecker/Analyzer/Security/Invoke-AnalyzerSecurityCveCheck.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function Invoke-AnalyzerSecurityCveCheck {
144144
"Oct25SU" = (NewCveEntry @("CVE-2025-59249") @($ex2016, $ex2019, $exSE))
145145
"Dec25SU" = (NewCveEntry @("CVE-2025-64666", "CVE-2025-64667") @($ex2016, $ex2019, $exSE))
146146
"Feb26SU" = (NewCveEntry @("CVE-2026-21527") @($ex2016, $ex2019, $exSE))
147+
"Jun26SU" = (NewCveEntry @("CVE-2026-42897", "CVE-2026-45500", "CVE-2026-45501", "CVE-2026-45502", "CVE-2026-45503", "CVE-2026-45504", "CVE-2026-47631") @($ex2016, $ex2019, $exSE))
147148
}
148149

149150
# Need to organize the list so oldest CVEs come out first.

Diagnostics/HealthChecker/Tests/HealthChecker.E16.Main.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ Describe "Testing Health Checker by Mock Data Imports - Exchange 2016" {
146146
$cveTests.Contains("CVE-2020-1147") | Should -Be $true
147147
$cveTests.Contains("CVE-2023-36039") | Should -Be $true
148148
$cveTests.Contains("ADV24199947") | Should -Be $true
149-
$cveTests.Count | Should -Be 63
149+
$cveTests.Count | Should -Be 70
150150
$downloadDomains = GetObject "CVE-2021-1730"
151151
$downloadDomains.DownloadDomainsEnabled | Should -Be "false"
152152

153-
$Script:ActiveGrouping.Count | Should -Be 71
153+
$Script:ActiveGrouping.Count | Should -Be 78
154154
}
155155
}
156156

Diagnostics/HealthChecker/Tests/HealthChecker.E19.Main.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Describe "Testing Health Checker by Mock Data Imports" {
225225
$cveTests.Contains("CVE-2023-36434") | Should -Be $true
226226
$cveTests.Contains("CVE-2023-36039") | Should -Be $true
227227
$cveTests.Contains("ADV24199947") | Should -Be $true
228-
$cveTests.Count | Should -Be 63
228+
$cveTests.Count | Should -Be 70
229229
$downloadDomains = GetObject "CVE-2021-1730"
230230
$downloadDomains.DownloadDomainsEnabled | Should -Be "False"
231231
TestObjectMatch "Extended Protection Vulnerable" "True" -WriteType "Red"

0 commit comments

Comments
 (0)