Description
Deserialization of untrusted data in Azure Service Bus allows an authorized attacker to execute code over a network.
Published: 2026-08-06
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from deserialization of untrusted data in Azure Service Bus, permitting an authorized attacker to execute arbitrary code over the network. This flaw is a classic case of uncontrolled deserialization (CWE-502) and enables remote code execution, potentially leading to full compromise of the service bus infrastructure and any downstream consumers.

Affected Systems

Affected systems are Microsoft Azure Service Bus services. No specific product version information is provided in the CVE data, so all current deployments of Azure Service Bus may be susceptible unless a patch has been applied.

Risk and Exploitability

The CVSS score of 9.9 indicates critical severity. Because the EPSS score is not available and the vulnerability is not listed in KEV, the exploitation likelihood is unclear, but the flaw requires an attacker with legitimate access to the Service Bus namespace to craft and send malicious serialized payloads, which could occur if permissions are overly permissive. Attackers can gain remote code execution by exploiting this deserialization flaw, allowing them to run arbitrary code on the Service Bus host or downstream consumers.

Generated by OpenCVE AI on August 7, 2026 at 01:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Microsoft patch or update for Azure Service Bus that addresses CVE-2026-50515.
  • Restrict access to the Service Bus namespace by enforcing role‑based access control and limiting rights for message serialization to trusted users.
  • Validate or reject untrusted serialized payloads before deserialization, or disable deserialization for messages that do not originate from trusted sources.

Generated by OpenCVE AI on August 7, 2026 at 01:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description Deserialization of untrusted data in Azure Service Bus allows an authorized attacker to execute code over a network.
Title Azure Service Bus Remote Code Execution Vulnerability
First Time appeared Microsoft
Microsoft azure Service Bus
Weaknesses CWE-502
CPEs cpe:2.3:a:microsoft:azure_service_bus:*:*:*:*:*:*:*:*
Vendors & Products Microsoft
Microsoft azure Service Bus
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:U/RL:O/RC:C'}


Subscriptions

Microsoft Azure Service Bus
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-08-06T23:22:12.040Z

Reserved: 2026-06-04T19:00:41.292Z

Link: CVE-2026-50515

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:30:04Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data