Skip to content

Commit 77348be

Browse files
create release notes for 26h1 release on 2b (#51551)
* february 2026 rel notes for 26h1 release * Update 02-10-february-cumulative-update.md * Update title for February 2026 cumulative update * Change 'cumulative update preview' to 'cumulative update'
1 parent 34f81df commit 77348be

File tree

4 files changed

+51
-2
lines changed

4 files changed

+51
-2
lines changed

docs/framework/release-notes/2026/01-29-october-cumulative-update-preview.md renamed to docs/framework/release-notes/2026/01-29-january-cumulative-update-preview.md

File renamed without changes.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: February 2026 cumulative update
3+
description: Learn about the improvements in the .NET Framework February 2026 cumulative update.
4+
ms.date: 02/10/2026
5+
---
6+
# February 2026 cumulative update
7+
8+
_Released February 10, 2026_
9+
10+
## Summary of what's new in this release
11+
12+
- [Security improvements](#security-improvements)
13+
- [Quality and reliability improvements](#quality-and-reliability-improvements)
14+
15+
### Security improvements
16+
17+
#### CVE-2025-55248 – Information Disclosure vulnerability
18+
19+
This security update addresses an information disclosure vulnerability detailed in [CVE 2025-55248](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55248).
20+
21+
### Quality and reliability improvements
22+
23+
#### .NET Runtime
24+
25+
Addresses an issue to update operating system calls for compliance with current standards. (*Applies to: .NET Framework 4.8.1*)
26+
27+
Addresses an issue to add verification logic for ClickOnce to support SHA384 and SHA512. (*Applies to: .NET Framework 4.8.1*)
28+
29+
Addresses an issue in cases where the Arm64 CLR could crash when code generates and catches a NullReferenceException within the same function. (*Applies to: .NET Framework 4.8.1*)
30+
31+
## Known issues in this release
32+
33+
This release contains no known issues.
34+
35+
## Summary tables
36+
37+
The following table outlines the updates in this release.
38+
39+
| Product version | Cumulative update preview |
40+
| --- | --- |
41+
| **Windows 11, version 26H1** | |
42+
| .NET Framework 4.8.1 | [5074837][kbLink] |
43+
44+
The operating system row lists a KB that's used for update offering purposes. When the operating system KB is offered, the applicability logic determines the specific .NET Framework update(s) installed. Updates for individual .NET Framework versions are installed based on the version of .NET Framework that is already present on the device. Because of this, the operating system KB is not expected to be listed as installed updates on the device. The expected updates installed are the .NET Framework-specific version updates listed in the previous table.
45+
46+
[kbLink]: https://support.microsoft.com/kb/5074837

docs/framework/release-notes/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ The .NET Framework updates include cumulative security and reliability improveme
1111

1212
.NET Framework cumulative update releases are discussed in detail in the following individual release notes:
1313

14-
* January 29, 2026 - [cumulative update preview](./2026/01-29-october-cumulative-update-preview.md) **New Release**
14+
* February 10, 2026 - [cumulative update](./2026/02-10-february-cumulative-update.md) **New Release**
15+
* January 29, 2026 - [cumulative update preview](./2026/01-29-january-cumulative-update-preview.md) **New Release**
1516
* October 28, 2025 - [cumulative update preview](./2025/10-28-october-cumulative-update-preview.md)
1617
* October 14, 2025 - [cumulative update](./2025/10-14-october-cumulative-update.md)
1718
* September 9, 2025 - [cumulative update](./2025/09-09-september-cumulative-update.md)

docs/framework/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,9 @@ items:
714714
- name: October 2025 cumulative update preview
715715
href: release-notes/2025/10-28-october-cumulative-update-preview.md
716716
- name: January 2026 cumulative update preview
717-
href: release-notes/2026/01-29-october-cumulative-update-preview.md
717+
href: release-notes/2026/01-29-january-cumulative-update-preview.md
718+
- name: February 2026 cumulative update
719+
href: release-notes/2026/02-10-february-cumulative-update.md
718720
- name: What's new
719721
href: whats-new/index.md
720722
- name: What's new in accessibility

0 commit comments

Comments
 (0)