Description
Deloitte AI Assist for Customer accepted unauthenticated POST requests through public-facing API endpoints that allowed a remote attacker to make limited additions to the configuration. These additions were not used by the system. On 2026-03-25, AI Assist for Customer restricted network access and enforced authentication for the previously exposed endpoints.
Published: 2026-07-10
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows an attacker to send POST requests to public API endpoints without authentication, appending configuration entries that the system ignores. The vulnerability arises from a missing authentication check (CWE-306). While the attacker cannot alter active system operation, the presence of unauthorized data could indicate intrusion attempts or future use if system logic changes.

Affected Systems

The affected product is Deloitte AI Assist for Customer, a cloud‑based AI assistance service. No specific version is listed, but the issue existed before March 25 2026 when the service exposed write endpoints to the public internet.

Risk and Exploitability

The CVSS score of 6.9 vulnerability was not listed in CISA KEV, and the EPSS score is < 1%, indicating a very low likelihood of exploitation. Based on the description, unauthenticated HTTP POST requests over the public network to the exposed API endpoints. After March 25 2026 the publisher restricted network access and required authentication, limiting the window for exploitation.

Generated by OpenCVE AI on July 28, 2026 at 08:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade or patch Deloitte AI Assist for Customer to the version released after March 25 2026 that enforces authentication for all configuration write operations.
  • Configure inbound firewall or API gateway rules to block unauthenticated access to the AI Assist for Customer API endpoints from non‑authorized networks.
  • Implement API authentication (e.g., OAuth or mutual TLS) for all write traffic to ensure only authenticated users can modify configuration data.

Generated by OpenCVE AI on July 28, 2026 at 08:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Deloitte
Deloitte ai Assist For Customer
Vendors & Products Deloitte
Deloitte ai Assist For Customer

Fri, 10 Jul 2026 18:00:00 +0000

Type Values Removed Values Added
Description Deloitte AI Assist for Customer accepted unauthenticated POST requests through public-facing API endpoints that allowed a remote attacker to make limited additions to the configuration. These additions were not used by the system. On 2026-03-25, AI Assist for Customer restricted network access and enforced authentication for the previously exposed endpoints.
Title Deloitte AI Assist for Customer unauthenticated configuration write
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Deloitte Ai Assist For Customer
cve-icon MITRE

Status: PUBLISHED

Assigner: cisa-cg

Published:

Updated: 2026-07-21T17:07:20.349Z

Reserved: 2026-06-24T13:52:07.929Z

Link: CVE-2026-57475

cve-icon Vulnrichment

Updated: 2026-07-21T17:07:14.724Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T08:15:06Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function