Description
A security vulnerability has been detected in O2OA up to 9.5.3/10.0.2. This vulnerability affects the function list of the file o2server/x_base_core_project/src/main/java/com/x/base/core/project/connection/CipherConnectionAction.java of the component Cipher Connection Handler. Such manipulation of the argument fileUrl leads to information disclosure. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-24
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Patch
AI Analysis

Impact

A flaw in the CipherConnectionAction module of O2OA versions up to 9.5.3 and 10.0.2 allows an attacker to tailor the fileUrl argument and retrieve sensitive data remotely. The vulnerability is classified as Information Exposure (CWE‑200) and Improper Authorization (CWE‑284). Successful exploitation grants an unauthorized party reading access to information that should be protected, potentially compromising the confidentiality of the system.

Affected Systems

O2OA deployments running version 9.5.3 or earlier and 10.0.2 or earlier, specifically the Cipher Connection Handler component accessed via the list function in CipherConnectionAction.java.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate impact. No EPSS score is publicly available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting a lower immediate threat posture but still open for exploitation. Because the attack vector is remote and does not require authentication, an attacker can easily craft a request with a malicious fileUrl to trigger the disclosure.

Generated by OpenCVE AI on September 24, 2026 at 11:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to O2OA 10.0.3 or later, where the issue is fixed.
  • If an immediate upgrade is not possible, restrict the CipherConnectionAction endpoint so only authenticated and authorized users can call it, or block unauthenticated requests at the network perimeter.
  • Continuously monitor application logs for abnormal fileUrl requests and enforce strict input validation on that parameter.

Generated by OpenCVE AI on September 24, 2026 at 11:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in O2OA up to 9.5.3/10.0.2. This vulnerability affects the function list of the file o2server/x_base_core_project/src/main/java/com/x/base/core/project/connection/CipherConnectionAction.java of the component Cipher Connection Handler. Such manipulation of the argument fileUrl leads to information disclosure. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title O2OA Cipher Connection CipherConnectionAction.java list information disclosure
First Time appeared O2oa
O2oa o2oa
Weaknesses CWE-200
CWE-284
CPEs cpe:2.3:a:o2oa:o2oa:*:*:*:*:*:*:*:*
Vendors & Products O2oa
O2oa o2oa
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T15:16:40.771Z

Reserved: 2026-09-24T06:00:26.657Z

Link: CVE-2026-97179

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-24T11:17:06.600

Modified: 2026-09-24T16:17:28.597

Link: CVE-2026-97179

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T13:30:17Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control