Description
Cross Site Scripting vulnerability in aiflowy <= 2.1.2 allows a remote attacker to obtain sensitive information via the UploadController.java file
Published: 2026-07-21
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Aiflowy versions 2.1.2 and earlier contain a cross‑site scripting (XSS) flaw located in the UploadController.java file, which allows a remote attacker to submit malicious content via the upload endpoint. The CVE description specifies that this can enable the attacker to obtain sensitive information. Whether the vulnerability permits arbitrary script execution is not explicitly stated; however, XSS commonly permits injection and execution of scripts, so this is inferred from typical XSS behavior.

Affected Systems

All installations of Aiflowy up to and including version 2.1.2 are affected because the upload endpoint does not filter or sanitize user‑supplied input. No other product versions are referenced as vulnerable.

Risk and Exploitability

The CVSS score of 6.1 indicates medium severity, and the EPSS score of less than 1 % suggests that exploitation is currently unlikely. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires a remote attacker to trigger the file‑upload endpoint, typically by sending a crafted request that contains malicious content. The attack vector is presumed to be remote via the upload interface, and conditions for successful exploitation would likely include the acceptance of the uploaded file and rendering of its content within a browser context.

Generated by OpenCVE AI on August 5, 2026 at 03:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Aiflowy to a version newer than 2.1.2, ensuring that the upload handling has been patched.
  • If an upgrade is not immediately possible, disable or restrict file uploads entirely until a fix is applied.
  • Implement strict input validation and output encoding on the upload endpoint to block script injection.
  • Deploy a web application firewall or content security policy to mitigate the impact of any injected scripts.
  • Monitor upload activity and browser console errors for signs of exploitation attempts.

Generated by OpenCVE AI on August 5, 2026 at 03:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via File Upload in Aiflowy

Mon, 03 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via Unfiltered File Upload in Aiflowy

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via Unfiltered File Upload in Aiflowy

Wed, 29 Jul 2026 00:45:00 +0000

Type Values Removed Values Added
Title Cross‑site scripting via file upload in Aiflowy <= 2.1.2

Fri, 24 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Title Cross‑site scripting via file upload in Aiflowy <= 2.1.2

Wed, 22 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

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

ssvc

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


Tue, 21 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description Cross Site Scripting vulnerability in aiflowy <= 2.1.2 allows a remote attacker to obtain sensitive information via the UploadController.java file
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-22T17:08:37.888Z

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

Link: CVE-2026-52475

cve-icon Vulnrichment

Updated: 2026-07-22T17:07:23.983Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T03:15:05Z

Weaknesses
  • CWE-79

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