CVE-2026-32204
published 2026-05-12CVE-2026-32204: External control of file name or path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally.
PriorityP345high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.29%
20.4th percentile
External control of file name or path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| microsoft | azure_monitor | >= 1.0.0 < 1.14.0 | 1.14.0 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
ghsa5.3MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Gitea: Incomplete CVE-2025-68941 fix: /user/orgs missing checkTokenPublicOnly + switch-case logic flaw
ghsa·2026-06-16·CVSS 5.3
CVE-2026-25714 [MEDIUM] CWE-862 Gitea: Incomplete CVE-2025-68941 fix: /user/orgs missing checkTokenPublicOnly + switch-case logic flaw
Gitea: Incomplete CVE-2025-68941 fix: /user/orgs missing checkTokenPublicOnly + switch-case logic flaw
## Summary
Two related issues in the token public-only scope enforcement introduced by PR #32204 (CVE-2025-68941 fix). A public-only scoped API token can access private organization data.
## Issue 1: /user/orgs missing checkTokenPublicOnly()
`routers/api/v1/api.go` line 1599:
```go
m.Get("/user/orgs", reqToken(), tokenRequiresScopes(
auth_model.AccessTokenScopeCategoryUser,
auth_model.AccessTokenScopeCategoryOrganization,
), org.ListMyOrgs)
// Missing checkTokenPublicOnly()
```
Adjacent route at line 1603 has it:
```go
m.Group("/users/{username}/orgs", func() { ... },
..., checkTokenPublicOnly())
```
## Issue 2: checkTokenPublicOnly switch-case evaluates only first matching category
VulDB
Microsoft Azure up to 1.6.4.0 Monitor Agent file inclusion (Nessus ID 314950)
vuldb·2026-05-16·CVSS 7.8
CVE-2026-32204 [HIGH] Microsoft Azure up to 1.6.4.0 Monitor Agent file inclusion (Nessus ID 314950)
A vulnerability was found in Microsoft Azure 1.1.553.0/1.3/1.3.20.0/1.4.6/1.6.4.0. It has been classified as critical. This affects an unknown part of the component Monitor Agent. Performing a manipulation results in file inclusion.
This vulnerability was named CVE-2026-32204. The attack needs to be approached locally. There is no available exploit.
Upgrading the affected component is recommended.
GHSA
GHSA-8pm6-3cpv-xjv2: External control of file name or path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally
ghsa_unreviewed·2026-05-12
CVE-2026-32204 [HIGH] CWE-73 GHSA-8pm6-3cpv-xjv2: External control of file name or path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally
External control of file name or path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally.
No detection rules found.
No public exploits indexed.
Rapid7
Patch Tuesday - May 2026
blogs_rapid7·2026-05-13·CVSS 10.0
CVE-2026-41089 [CRITICAL] Patch Tuesday - May 2026
Microsoft is publishing 137 vulnerabilities on May 2026 Patch Tuesday . Microsoft is not aware of exploitation in the wild or public disclosure for any of these vulnerabilities. So far this month, Microsoft has provided patches to address 133 browser vulnerabilities, which are not included in the Patch Tuesday count above.
## Windows Netlogon: critical RCE
Anyone responsible for securing a domain controller should prioritize remediation of CVE-2026-41089 , which is a critical stack-based buffer overflow in Windows Netlogon with a CVSS v3 base score of 9.8. Exploitation leads to execution in the context of the Netlogon service, so that’s SYSTEM privileges on the domain controller. For most pentesters, that’s the point at which the customer report more or less writes itself. No privileges
Sans Isc
Microsoft May 2026 Patch Tuesday, (Tue, May 12th)
blogs_sans_isc·2026-05-12·CVSS 4.3
CVE-2026-41103 [MEDIUM] Microsoft May 2026 Patch Tuesday, (Tue, May 12th)
Microsoft May 2026 Patch Tuesday
Published: 2026-05-12. Last Updated: 2026-05-12 18:29:36 UTC
by Johannes Ullrich (Version: 1)
0 comment(s)
Today's Microsoft patch Tuesday fixes 137 different vulnerabilities. In addition, the update addresses 137 Chromium-related issues affecting Microsoft Edge.
There are no already disclosed or already exploited vulnerabilities included in today's patches. I removed the Chromium issues from the table below and included only the 137 Microsoft issues to make it more readable.
Note that issues related to Microsoft Azure are labeled as "no customer action required.
Significant Vulnerabilities of interest:
CVE-2026-41103: This vulnerability affects the Microsoft SSO Plugin for Jira & Confluence. Exploitation could lead to an elevation of privileges. Wit
2026-05-12
Published