Description
An unauthenticated remote code execution vulnerability exists in the Policy Manager console of Akana API Platform. A path normalization discrepancy between the authentication filter and the servlet dispatcher allows a crafted request to bypass authentication and reach an endpoint that evaluates attacker-supplied script code without sandboxing, resulting in arbitrary code execution. Exploitation requires no authentication or user interaction.
Published: 2026-09-09
Score: 10 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Akana API Platform Policy Manager console contains a security flaw that lets an unauthenticated request bypass the authentication filter by exploiting a path normalization mismatch. The crafted request reaches an endpoint that evaluates attacker‑supplied script code in an unsandboxed environment, enabling the attacker to execute arbitrary code on the host. This permissive code execution can compromise confidentiality, integrity, and availability of the affected system.

Affected Systems

The flaw affects the Akana API Platform, specifically the Policy Manager console component from Perforce:Akana. The CVE does not specify vulnerable versions, so all installations of the policy manager console are potentially impacted until a patch is applied. Any deployment that exposes the console to the internet or an untrusted network is at risk.

Risk and Exploitability

The CVSS score of 10 reflects the severity of the flaw, and the absence of EPSS data suggests no publicly available exploit but does not reduce its risk. Because the vulnerability requires no authentication or user interaction, the attacker does not need any prior user credentials; this lack of required privileges allows the flaw to be targeted from any network segment that can reach the console endpoint. The vulnerability is not listed in the CISA KEV catalog, but the high CVSS score warrants immediate attention from security teams.

Generated by OpenCVE AI on September 9, 2026 at 11:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official Perforce patch for Akana API Platform, which fixes the path normalization and script evaluation issues. The update addresses the vulnerabilities corresponding to CWE-41, CWE-863, and CWE-94.
  • If a patch is not available, enforce strict authentication on the Policy Manager console and limit authentication bypass paths (CWE-863). Additionally disable or sandbox script execution to stop unsandboxed code evaluation (CWE-94) and prevent unsafe command execution (CWE-41).
  • As a temporary containment, place the console behind a firewall or VPN so that only trusted administrative hosts can reach it, curbing exposure to potential command injection (CWE-41) and unauthenticated code execution vectors.

Generated by OpenCVE AI on September 9, 2026 at 11:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description An unauthenticated remote code execution vulnerability exists in the Policy Manager console of Akana API Platform. A path normalization discrepancy between the authentication filter and the servlet dispatcher allows a crafted request to bypass authentication and reach an endpoint that evaluates attacker-supplied script code without sandboxing, resulting in arbitrary code execution. Exploitation requires no authentication or user interaction.
Title Unauthenticated Remote Code Execution in Akana API Platform
Weaknesses CWE-41
CWE-863
CWE-94
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Perforce

Published:

Updated: 2026-09-09T12:33:44.218Z

Reserved: 2026-09-04T18:45:33.859Z

Link: CVE-2026-85978

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T11:17:16.073

Modified: 2026-09-09T11:17:16.073

Link: CVE-2026-85978

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T12:00:08Z

Weaknesses
  • CWE-41

    Improper Resolution of Path Equivalence

  • CWE-863

    Incorrect Authorization

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')