CVE-2026-62830
CVE-2026-62830 carries a CVSS 9.9 but describes an 'authorized attacker' scenario in Azure SRE Agent — a contradiction that should immediately signal you need to look deeper before triaging. The score is mathematically achievable with authenticated access (Adjacent/Network + Low complexity + Low or High privileges), so the real question is what the vector string actually says about the starting privilege state. If it shows Low privileges required (Au:L), the 9.9 is defensible but the 'authorized' qualifier obscures whether the attacker needed just tenant membership or had already compromised the SRE Agent service account itself. That distinction determines whether this is horizontal privilege escalation (same role, broader scope) or vertical escalation (user to SRE/admin), and the CVE description doesn't resolve it. Regardless of the vector, treat this as a privilege surface accumulation vulnerability. SRE agents like this don't ship with their eventual permissions — they accrete access over months or years as incident response runbooks demand broader resource reach. The 'authorized' credential context may represent permission that exists in operational muscle memory but was never formally declared in IAM policies you can audit. That's the dangerous part: the vulnerable state may have existed long before anyone could detect it, and the remediation window extends not just from CVE publication to patch, but from the moment the permission delta emerged to the day someone notices the gap. Your defensive priorities: First, obtain the CVSS vector string and examine the fix commit — these will clarify whether this was a path traversal or command injection triggered by a specific SRE workflow. Second, audit your Azure SRE Agent's actual permission surface against its documented design intent; the delta is where this class of vulnerability lives. Third, instrument for anomalous SRE Agent behavior rather than relying on perimeter alerts — an attacker already operating in this context will look like legitimate operational traffic to conventional monitoring. The EPSS for this archetype is lower than the 9.9 suggests, but the blast radius if exploited is wider than most CVEs because the attacker is already past your monitoring's trust boundary.
Reviewed through automated stages and approved by a human before publication.