-
Notifications
You must be signed in to change notification settings - Fork 542
[GHSA-hhfx-wfvq-7g9c] Azure MCP Server has Server-Side Request Forgery issue that allows authorized attacker to elevate privileges over a network #7151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||||||||||||||
| { | ||||||||||||||||||
| "schema_version": "1.4.0", | ||||||||||||||||||
| "id": "GHSA-hhfx-wfvq-7g9c", | ||||||||||||||||||
| "modified": "2026-03-11T19:59:54Z", | ||||||||||||||||||
| "modified": "2026-03-11T19:59:55Z", | ||||||||||||||||||
| "published": "2026-03-10T18:31:21Z", | ||||||||||||||||||
| "aliases": [ | ||||||||||||||||||
| "CVE-2026-26118" | ||||||||||||||||||
|
|
@@ -52,6 +52,63 @@ | |||||||||||||||||
| ] | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "package": { | ||||||||||||||||||
| "ecosystem": "npm", | ||||||||||||||||||
| "name": "@azure/mcp" | ||||||||||||||||||
| }, | ||||||||||||||||||
| "ranges": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "type": "ECOSYSTEM", | ||||||||||||||||||
| "events": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "introduced": "2.0.0-beta.1" | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "fixed": "2.0.0-beta.17" | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "package": { | ||||||||||||||||||
| "ecosystem": "npm", | ||||||||||||||||||
| "name": "@azure/mcp" | ||||||||||||||||||
| }, | ||||||||||||||||||
| "ranges": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "type": "ECOSYSTEM", | ||||||||||||||||||
| "events": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "introduced": "1.0.0" | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "fixed": "1.0.2" | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| } | ||||||||||||||||||
| ] | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "package": { | ||||||||||||||||||
| "ecosystem": "PyPI", | ||||||||||||||||||
| "name": "msmcp-azure" | ||||||||||||||||||
| }, | ||||||||||||||||||
| "ranges": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "type": "ECOSYSTEM", | ||||||||||||||||||
| "events": [ | ||||||||||||||||||
| { | ||||||||||||||||||
| "introduced": "2.0.0-beta.14" | ||||||||||||||||||
| }, | ||||||||||||||||||
| { | ||||||||||||||||||
| "fixed": "2.0.0-beta.17" | ||||||||||||||||||
|
Comment on lines
+104
to
+107
|
||||||||||||||||||
| "introduced": "2.0.0-beta.14" | |
| }, | |
| { | |
| "fixed": "2.0.0-beta.17" | |
| "introduced": "2.0.0b14" | |
| }, | |
| { | |
| "fixed": "2.0.0b17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two separate
affectedentries for the same npm package (@azure/mcp). OSV tooling typically expects a singleaffectedobject per package, with multiple version ranges under itsrangesarray. Consider merging these into oneaffectedentry with both ranges to avoid duplication and reduce the chance of future edits diverging.