Critical Vulnerabilities Patched in Veeam, Terraform MCP, and Django

Recent security updates have addressed critical vulnerabilities in Veeam Service Provider Console, HashiCorp’s Terraform Model Context Protocol (MCP) Server, and the Django web framework. These flaws, if exploited, could lead to unauthorized access, credential theft, and remote code execution.

Veeam Service Provider Console Vulnerabilities

Veeam has released version 9.3.0.35057 of its Service Provider Console to fix four security issues:

  • CVE-2026-58073 (CVSS 9.5): An unauthenticated attacker can impersonate a managed agent to obtain its credentials. Despite the lack of authentication, the attack complexity is high.
  • CVE-2026-58072 (CVSS 9.0): Allows a low-privilege user to write arbitrary files on the management server, potentially leading to remote code execution.
  • CVE-2026-58067: An unauthenticated memory exhaustion denial-of-service vulnerability.
  • CVE-2026-58071: Exposes the proxied appliance API as Portal Administrator during a brief window after an administrator session begins.

These vulnerabilities affect version 9.2.1.33875 and all earlier version 9 builds. Users are advised to upgrade to version 9.3.0.35057 to mitigate these risks.

Terraform MCP Server Flaws

HashiCorp’s Terraform MCP Server, which facilitates AI assistants’ interaction with Terraform, has been updated to version 1.1.0 to address three related vulnerabilities in its Streamable HTTP transport:

  • CVE-2026-16498 (CVSS 10.0): A cross-tenant credential reuse issue in stateless HTTP mode, where the MCP library fails to assign unique session identifiers, leading to potential unauthorized access across tenants.

Deployments using only the stdio mode are unaffected. Users operating in HTTP mode should upgrade to version 1.1.0 or later to secure their systems.

Django Framework Vulnerability

The Django Software Foundation has released updates to address a vulnerability in GeoDjango’s spatial lookups:

  • Unspecified CVE: This flaw allows a staff user with view permissions on a registered model containing a spatial field to write files to disk and, in certain configurations, execute arbitrary code.

Users are encouraged to update to Django versions 6.0.8 or 5.2.17 to remediate this issue.

While there are no reports of these vulnerabilities being actively exploited, it is crucial for organizations to apply these patches promptly to maintain system security and integrity.

These recent disclosures underscore the importance of proactive vulnerability management. Organizations should not only apply patches swiftly but also review their configurations to ensure they are not inadvertently exposed to such risks. Regular security assessments and staying informed about software updates are essential practices in safeguarding against potential exploits.