Description
A security flaw has been discovered in OpenAkita up to 1.27.12. This vulnerability affects unknown code of the file /api/upload of the component File Upload API. The manipulation of the argument File results in cross site scripting. The attack may be performed from remote. A high complexity level is associated with this attack. It is stated that the exploitability is difficult. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-03
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs in the File Upload API component of OpenAkita. When a user uploads a file through the /api/upload endpoint, the filename argument is not sanitized, allowing an attacker to inject malicious JavaScript that is subsequently rendered by the victim’s browser. The input validation weakness (CWE‑79) enables the attacker to compromise the confidentiality and integrity of session data and execute arbitrary code within the victim’s context. The vulnerability is tied to an additional code path (CWE‑94) that may permit dynamic code execution if the upload is processed by a server-side scripting engine. The impact is limited to browsers that render the injected content, meaning that a cross‑site scripting (XSS) event can be triggered when the victim opens the uploaded file or visits a page displaying it.

Affected Systems

OpenAkita versions up to and including 1.27.12 are affected. The vulnerability originates from an unknown code segment in the /api/upload file of the File Upload API component. No specific build or configuration variations are documented, so all deployments of the affected versions should be considered vulnerable.

Risk and Exploitability

The CVSS score of 2.3 indicates a low severity. The EPSS score is unavailable, but the public release of the exploit suggests that real‑world attacks have the potential to occur. The exploit requires remote interaction, a relatively high level of complexity, and is considered difficult to execute, implying that attackers must invest effort to craft a malicious payload. At present, the flaw is not listed in the CISA KEV catalogue, but the existence of a public exploit warrants immediate attention.

Generated by OpenCVE AI on August 4, 2026 at 09:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest OpenAkita release or upgrade to a version later than 1.27.12 where the file upload validation has been fixed
  • Implement server‑side input validation to strip or encode script tags and enforce strict MIME type checking for uploaded files
  • Configure the web server or application front‑end to serve uploaded files with a Content‑Security‑Policy that blocks inline scripts and disallows execution of unknown script sources

Generated by OpenCVE AI on August 4, 2026 at 09:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 03 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in OpenAkita up to 1.27.12. This vulnerability affects unknown code of the file /api/upload of the component File Upload API. The manipulation of the argument File results in cross site scripting. The attack may be performed from remote. A high complexity level is associated with this attack. It is stated that the exploitability is difficult. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Title OpenAkita File Upload API upload cross site scripting
First Time appeared Openakita
Openakita openakita
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:openakita:openakita:*:*:*:*:*:*:*:*
Vendors & Products Openakita
Openakita openakita
References
Metrics cvssV2_0

{'score': 2.6, 'vector': 'AV:N/AC:H/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 3.1, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 3.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Openakita Openakita
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-04T14:40:37.243Z

Reserved: 2026-08-03T15:41:05.026Z

Link: CVE-2026-18682

cve-icon Vulnrichment

Updated: 2026-08-04T14:40:24.548Z

cve-icon NVD

Status : Deferred

Published: 2026-08-03T22:16:48.550

Modified: 2026-08-12T20:59:00.027

Link: CVE-2026-18682

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T09:45:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

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