Update dependency Microsoft.OpenApi to 2.7.6 [SECURITY]#119
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency Microsoft.OpenApi to 2.7.6 [SECURITY]#119renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/nuget-microsoft.openapi-vulnerability
branch
2 times, most recently
from
July 3, 2026 10:23
c9d5765 to
15739de
Compare
renovate
Bot
force-pushed
the
renovate/nuget-microsoft.openapi-vulnerability
branch
4 times, most recently
from
July 10, 2026 11:20
a5f2c33 to
3058e8e
Compare
renovate
Bot
force-pushed
the
renovate/nuget-microsoft.openapi-vulnerability
branch
2 times, most recently
from
July 22, 2026 08:59
7de621c to
78ad0b7
Compare
renovate
Bot
force-pushed
the
renovate/nuget-microsoft.openapi-vulnerability
branch
from
July 24, 2026 08:18
78ad0b7 to
205c0b3
Compare
|
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.



This PR contains the following updates:
2.4.1→2.7.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Microsoft.OpenAPI: Circular schema references may terminate OpenAPI parsing
CVE-2026-49451 / GHSA-v5pm-xwqc-g5wc
More information
Details
Impact
A small OpenAPI document containing a circular schema reference can cause process termination through stack overflow in Microsoft.OpenApi. The issue affects OpenAPI document parsing through public OpenAPI.NET reader APIs and has been confirmed across both JSON and YAML reader paths.
Affected versions
>= 2.0.0-preview.11, <= 2.7.4>= 3.0.0, <= 3.5.3Patches
Impact
Applications, CLIs, developer tools, or services that parse untrusted OpenAPI documents in-process may be terminated by a crafted OpenAPI document containing circular schema references.
The impact is availability/process termination only. This report does not claim remote code execution, authentication bypass, credential exposure, privilege escalation, data exposure, or Microsoft hosted service impact.
Details
A standalone isolated-process harness confirmed repeatable process termination through public OpenAPI.NET reader APIs. The issue reproduces in the affected released NuGet packages and affects both JSON and YAML reader paths.
A separate Microsoft-owned local consumer,
microsoft/kiota, also reproduces the termination through thekiota show --openapi <file>workflow. That workflow parses OpenAPI files in-process using Microsoft.OpenApi and Microsoft.OpenApi.YamlReader.Example payload
{ "openapi": "3.0.0", "info": { "title": "Test", "version": "0.0.1" }, "paths": {}, "components": { "schemas": { "A": { "$ref": "#/components/schemas/B" }, "B": { "$ref": "#/components/schemas/A" } } } }Remediation
Users should upgrade to Microsoft.OpenApi
2.7.5or3.5.4, depending on the major version line they consume.Applications that parse OpenAPI documents from untrusted sources should avoid parsing those documents in the primary application process when possible. Running parsing in an isolated process can reduce the blast radius of parser failures.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
Microsoft/OpenAPI.NET (Microsoft.OpenApi)
v2.7.6Bug Fixes
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.