Description
Aureus ERP before 1.5.0 fails to scope message lookups to the current record in ChatterPanel, allowing authenticated users to access arbitrary messages. Attackers can submit sequential message IDs to read, edit, delete, or pin messages from other departments or companies, and enumerate all notes in the system.
Published: 2026-09-22
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in Aureus ERP’s ChatterPanel component, which does not enforce scoping on message lookup requests. Authenticated users can send any message identifier and the system will return the corresponding message regardless of the author’s department or company. This flaw permits reading, editing, deleting, or pinning messages that belong to other business units, effectively allowing one user to read or tamper with data that should be isolated. Because the attacker can enumerate message IDs, they can discover all notes present in the system, exposing sensitive information about other departments or customers. The weakness is a classic example of insufficient authorization checks (CWE‑639).

Affected Systems

All installations of Aureus ERP versions earlier than 1.5.0 are affected. The vendor name is Aureus ERP, and the product is also Aureus ERP. Only releases prior to the 1.5.0 milestone lack the necessary scoping enforcement. There are no known partial mitigations in earlier releases.

Risk and Exploitability

The CVSS score of 8.6 classifies this flaw as high severity. The vulnerability is not listed in the CISA KEV catalog. An attacker must first authenticate to the system, so the vector is limited to legitimate user access, but since the flaw allows arbitrary access to any message, a compromised or low‑privilege user can effectively gain elevated privileges within the messaging subsystem. Preventing the attack requires restricting message IDs to the user's own scope, which the patched version implements. Because the attacker can iterate message IDs, enumeration is trivial and unchallenged.

Generated by OpenCVE AI on September 22, 2026 at 17:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Aureus ERP 1.5.0 or later, which scopes message lookups to the current user's record.
  • If an upgrade is not yet feasible, review and tighten the authorization logic in the ChatterPanel component to ensure message identifiers are filtered by the logged‑in user’s department or company before retrieval.
  • Apply least‑privilege access controls to roles that do not need editing, deleting, or pinning capabilities, and audit the permission matrices to avoid over‑privileged accounts.

Generated by OpenCVE AI on September 22, 2026 at 17:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
First Time appeared Aureuserp
Aureuserp aureuserp
Vendors & Products Aureuserp
Aureuserp aureuserp

Tue, 22 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description Aureus ERP before 1.5.0 fails to scope message lookups to the current record in ChatterPanel, allowing authenticated users to access arbitrary messages. Attackers can submit sequential message IDs to read, edit, delete, or pin messages from other departments or companies, and enumerate all notes in the system.
Title Aureus ERP before 1.5.0 Unscoped Message Access via ChatterPanel
Weaknesses CWE-639
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Aureuserp Aureuserp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-22T17:44:08.806Z

Reserved: 2026-09-22T12:29:08.887Z

Link: CVE-2026-95655

cve-icon Vulnrichment

Updated: 2026-09-22T17:22:46.197Z

cve-icon NVD

Status : Received

Published: 2026-09-22T16:18:18.943

Modified: 2026-09-22T18:17:36.390

Link: CVE-2026-95655

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T17:30:18Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key