Description
AntFlow V2.0.0 is vulnerable to Incorrect Access Control. JiMuMDCCommonsRequestLoggingFilter.java retrieves the userid from the request header as the core of the identity verification mechanism, allowing attackers to forge any user identity credential information, thereby causing sensitive information leakage.
Published: 2026-08-26
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Information Disclosure
Action: Assess Impact
AI Analysis

Impact

AntFlow V2.0.0 implements a user identity verification mechanism that relies solely on a userid value extracted from an HTTP request header. Because this value is accepted without additional validation, an attacker can simply forge the header to impersonate any user. This incorrect access control leads to the disclosure of sensitive information that belongs to the forged identity. The weakness aligns with the CWE-639 improper access control category.

Affected Systems

The vulnerability affects AntFlow version 2.0.0. No specific vendor information is provided in the advisory, and no precise version range is listed beyond the referenced release.

Risk and Exploitability

An EPSS score of <1% indicates a very low, but non‑zero probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The CVSS score of 7.5 reflects a high severity, but the low EPSS suggests that exploitation is unlikely; however, the inherent nature of header manipulation indicates that an attacker can trigger the flaw from any HTTP client that can craft custom headers. The impact is global to any instance that accepts unauthenticated headers and can expose confidential user data if the identity assumption is honored by downstream services. Additional constraints would include the need for network‑level access to send HTTP traffic to the target.

Generated by OpenCVE AI on September 2, 2026 at 08:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate user identity server‑side rather than trusting HTTP headers
  • Implement strict header filtering to allow only trusted values or sources
  • Apply any vendor‑provided patch or upgrade to a fixed AntFlow version as soon as it becomes available
  • Monitor application logs for anomalous user identity claims

Generated by OpenCVE AI on September 2, 2026 at 08:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Title Incorrect Access Control in AntFlow Allows Identity Forge

Wed, 02 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 07:15:00 +0000

Type Values Removed Values Added
Title AntFlow User Identity Forgery via Header Manipulation
Weaknesses CWE-284

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

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


Wed, 26 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
Title AntFlow User Identity Forgery via Header Manipulation
Weaknesses CWE-284

Wed, 26 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
Description AntFlow V2.0.0 is vulnerable to Incorrect Access Control. JiMuMDCCommonsRequestLoggingFilter.java retrieves the userid from the request header as the core of the identity verification mechanism, allowing attackers to forge any user identity credential information, thereby causing sensitive information leakage.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-01T18:56:40.387Z

Reserved: 2026-08-17T00:00:00.000Z

Link: CVE-2026-75415

cve-icon Vulnrichment

Updated: 2026-09-01T18:56:29.063Z

cve-icon NVD

Status : Deferred

Published: 2026-08-26T21:16:41.457

Modified: 2026-09-03T18:12:39.113

Link: CVE-2026-75415

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:30:13Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key