Skip to content

fix(deps): update .NET packages to 10.0.12 for September security fixes - #341

Open
rlorenzo wants to merge 1 commit into
mainfrom
fix/dotnet-10-0-12-security-update
Open

rlorenzo wants to merge 1 commit into
mainfrom
fix/dotnet-10-0-12-security-update

Conversation

@rlorenzo

Copy link
Copy Markdown
Contributor

Picks up the September 8, 2026 .NET servicing release (10.0.12). Every
Microsoft.* / System.* package was pinned at 10.0.11, and the two
migration script projects were still on 10.0.8.

Why now

CVE-2026-69304 is an ASP.NET Core denial of service via improperly
handled highly compressed request data. It is unauthenticated and
reachable over the network, so it applies to VIPER directly.

The other CVEs in this release (CVE-2026-69439, CVE-2026-71328, both
CVSS 8.8 out-of-bounds writes in Portable PDB / MSFZ PDB parsing, plus
CVE-2026-69522, CVE-2026-58649, CVE-2026-69806) sit in PDB-parsing
paths, so they are build and debug tooling rather than the running app.
They are fixed by the same bump.

Changes

17 package references moved to 10.0.12 across web/Viper.csproj,
test/Viper.test.csproj, EffortMigration.csproj, and
PhoneListsMigration.csproj. No source changes.

Deploy note

The package bump does not close the runtime side on its own. The TEST and
PROD IIS servers need the matching ASP.NET Core 10.0.12 hosting bundle
installed, otherwise CVE-2026-69304 stays open on the deployed app.

Verification

  • npm run verify:build: passed, 0 errors, warning count unchanged
  • npm run test: 3043 backend and 1515 frontend tests, all passing

- CVE-2026-69304: ASP.NET Core denial of service via improperly handled
  highly compressed request data, reachable unauthenticated over the
  network
- Also picks up the Microsoft.Extensions.Configuration packages in the
  migration scripts, which were still pinned at 10.0.8
- Servers need the matching ASP.NET Core 10.0.12 hosting bundle; the
  package bump alone does not close the runtime side
@codecov-commenter

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@codecov-commenter

codecov-commenter commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.37%. Comparing base (4b9da22) to head (35e64f5).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #341   +/-   ##
=======================================
  Coverage   45.37%   45.37%           
=======================================
  Files         948      948           
  Lines       49532    49532           
  Branches     6700     6700           
=======================================
  Hits        22477    22477           
  Misses      26089    26089           
  Partials      966      966           
Flag Coverage Δ
backend 42.34% <ø> (ø)
frontend 64.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@rlorenzo

Copy link
Copy Markdown
Contributor Author

@bsedwards, when you can, please install the latest .NET on the TEST/PROD servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants