Description
A vulnerability was determined in Xinhu Rainrock RockOA up to 2.3.2. The impacted element is the function toaddval of the file /index.php?m=index&a=publicsavevalue&ajaxbool=true. Executing a manipulation of the argument Value can lead to sql injection. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Apply Patch
AI Analysis

Impact

The flaw exists in the toaddval function, specifically invoked through /index.php?m=index&a=publicsavevalue&ajaxbool=true. When a specially crafted request is sent, the Value argument is directly incorporated into an SQL statement without proper sanitization, enabling an attacker to inject arbitrary SQL commands. The effect is a loss of data integrity, potential data exposure, and possible modification of database contents. The issue falls under CWE‑74 (Untrusted Search Path) and CWE‑89 (SQL Injection).

Affected Systems

The vulnerability affects Xinhu Rainrock RockOA releases up to version 2.3.2. No specific sub‑versions are listed beyond this upper bound; all installations running 2.3.2 or earlier are considered vulnerable. The application is typically deployed in enterprise intranets or on public servers, and the affected component is the publicsavevalue endpoint exposed via index.php.

Risk and Exploitability

The public disclosure indicates that an exploitation method has been demonstrated; the attack can be carried out remotely without needing administrative access. The CVSS score of 5.3 places the flaw in the medium severity range. EPSS information is not available, so the current likelihood of exploitation cannot be quantified. The vulnerability is not listed in CISA’s KEV catalog, but the known remote nature of the attack and the lack of a vendor response elevate the need for immediate action.

Generated by OpenCVE AI on September 2, 2026 at 03:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Search for a vendor‑issued patch or update to a version newer than 2.3.2; if none is available, consider upgrading the entire application stack to a supported release.
  • If an update cannot be applied, restrict access to the /index.php?m=index&a=publicsavevalue endpoint by applying network segmentation or firewall rules allowing only trusted IP ranges.
  • Validate and sanitize the Value argument before it is used in the SQL query, and use parameterized queries or prepared statements to eliminate injection risk.

Generated by OpenCVE AI on September 2, 2026 at 03:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A vulnerability was determined in Xinhu Rainrock RockOA up to 2.3.2. The impacted element is the function toaddval of the file /index.php?m=index&a=publicsavevalue&ajaxbool=true. Executing a manipulation of the argument Value can lead to sql injection. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Title Xinhu Rainrock RockOA index.php toaddval sql injection
First Time appeared Xinhu
Xinhu rainrock Rockoa
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:xinhu:rainrock_rockoa:*:*:*:*:*:*:*:*
Vendors & Products Xinhu
Xinhu rainrock Rockoa
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/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:L/VA:L/SC:N/SI:N/SA:N/E:P'}

ssvc

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


Subscriptions

Xinhu Rainrock Rockoa
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-01T17:43:51.855Z

Reserved: 2026-09-01T07:48:42.503Z

Link: CVE-2026-84153

cve-icon Vulnrichment

Updated: 2026-09-01T17:40:17.521Z

cve-icon NVD

Status : Deferred

Published: 2026-09-01T16:17:32.710

Modified: 2026-09-01T20:47:54.130

Link: CVE-2026-84153

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T03:45:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')