CVE-2026-57475
Analyzed Analyzed - Analysis Complete

Deloitte AI Assist for Customer Configuration Modification

Vulnerability report for CVE-2026-57475, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-21

Assigner: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-21
Generated
2026-07-31
AI Q&A
2026-07-10
EPSS Evaluated
2026-07-30
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
deloitte ai_assist_for_customer to 2026-03-25 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves Deloitte AI Assist for Customer accepting unauthenticated POST requests through its public-facing API endpoints. This allowed a remote attacker to make limited additions to the system's configuration without needing to authenticate.

However, these additions were not actually used by the system, reducing the potential impact. The issue was addressed on 2026-03-25 by restricting network access and enforcing authentication on the previously exposed endpoints.

Detection Guidance

The vulnerability involves unauthenticated POST requests accepted through public-facing API endpoints of Deloitte AI Assist for Customer. Detection can focus on monitoring network traffic for such POST requests to these endpoints without authentication.

You can use network monitoring tools like curl or wget to test if the API endpoints accept unauthenticated POST requests. For example, sending a POST request to the suspected API endpoint and checking the response status can help identify if the vulnerability exists.

  • curl -X POST https://<target-domain>/api/endpoint -d '{"test":"data"}' -v
  • tcpdump or Wireshark to capture and analyze HTTP POST requests to the API endpoints.

Since the vulnerability was mitigated by restricting network access and enforcing authentication as of 2026-03-25, testing for unauthenticated access after this date can confirm if the fix is applied.

Impact Analysis

The vulnerability could allow a remote attacker to make unauthorized changes to the configuration of Deloitte AI Assist for Customer via unauthenticated POST requests.

Since the additions made by the attacker were not used by the system, the practical impact is limited. Nonetheless, the exposure of unauthenticated endpoints could pose a risk if exploited in other ways.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

The vulnerability was mitigated by restricting network access and enforcing authentication for the previously exposed public-facing API endpoints.

Therefore, immediate steps should include ensuring that network access to these API endpoints is restricted and that authentication is enforced to prevent unauthenticated POST requests.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57475. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart