Add September 2026 SU build numbers and CVEs - #2582
Merged
Merged
Conversation
…ation Add Sep26SU build entries for: - Exchange 2016 CU23: 15.1.2507.73 - Exchange 2019 CU14: 15.2.1544.46 - Exchange 2019 CU15: 15.2.1748.51 - Exchange SE RTM: 15.2.2562.49 Update latestSUBuild markers to Sep26SU for all supported versions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add Sep26SU entry with 9 CVEs for Exchange 2016, 2019, and SE: CVE-2026-55007, CVE-2026-69355, CVE-2026-69356, CVE-2026-69361, CVE-2026-69375, CVE-2026-69378, CVE-2026-69380, CVE-2026-69382, CVE-2026-69641 Update SE test CVE count from 30 to 39 accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Member
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Copilot started reviewing on behalf of
David Paulson (dpaulson45)
September 8, 2026 16:51
View session
Nino Bilic (ninobb)
approved these changes
Sep 8, 2026
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
The change updates shared “source of truth” build/CVE data where correctness depends on external validation and impacts multiple downstream scripts.
Pull request overview
Updates the repository’s Exchange build/version metadata and HealthChecker CVE mappings to include the September 2026 Security Update (SU), ensuring “latest SU” detection and vulnerability reporting stay current.
Changes:
- Switches “latest SU build” detection from
Aug26SUtoSep26SUfor Exchange SE RTM, Exchange 2019 CU14/CU15, and Exchange 2016 CU23. - Adds
Sep26SUbuild numbers to the Exchange build dictionary for Exchange 2016 (15.1), Exchange 2019 (CU14/CU15), and Exchange SE RTM. - Adds a
Sep26SUCVE mapping entry and updates the Exchange SE HealthChecker test expectation accordingly.
File summaries
| File | Description |
|---|---|
| Shared/Get-ExchangeBuildVersionInformation.ps1 | Adds Sep 2026 SU build numbers and marks Sep 2026 as the “latest SU” across relevant versions. |
| Diagnostics/HealthChecker/Analyzer/Security/Invoke-AnalyzerSecurityCveCheck.ps1 | Introduces Sep26SU CVE mapping so HealthChecker reports the new vulnerabilities when not patched. |
| Diagnostics/HealthChecker/Tests/HealthChecker.SE.Main.Tests.ps1 | Updates the expected Security Vulnerability results count to reflect the added Sep 2026 CVEs. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the September 2026 SU build numbers and CVEs.