Description
A weakness has been identified in Azuriom CMS up to 1.2.12. This issue affects the function transferMoney of the file app/Http/Controllers/ProfileController.php of the component Money Transfer Handler. This manipulation causes time-of-check time-of-use. The attack may be initiated remotely. A high degree of complexity is needed for the attack. The exploitability is assessed as difficult. Upgrading to version 1.2.13 is capable of addressing this issue. Patch name: ae5596a9548e010a8a79838806eff60ef9554539. Upgrading the affected component is advised. The vendor was contacted early about this disclosure.
Published: 2026-08-17
Score: 2.3 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A time‑of‑check, time‑of‑use race condition was found in the transferMoney routine of Azuriom CMS’s Money Transfer Handler. An attacker can manipulate request timing to have the function perform a transfer based on stale data, potentially moving funds without proper authorization. The flaw is remote‑triggerable but requires high complexity and is considered difficult to exploit.

Affected Systems

The vulnerability affects Azuriom CMS versions up to and including 1.2.12. Any instance using these releases and the transferMoney method is impacted. The fix is included in version 1.2.13, identified by patch commit ae5596a9548e010a8a79838806eff60ef9554539. Administrators should ensure the CMS is upgraded to at least 1.2.13.

Risk and Exploitability

The CVSS score of 2.3 indicates low overall severity, and no EPSS or KEV listing means the exploitation probability is not currently quantified or widely reported. Nonetheless the remote nature of the trigger and the potential for financial loss make it a non‑trivial risk. Attackers would need to time the request precisely, and the difficulty score suggests that successfully carrying out a transfer likely requires specialized knowledge or automated tooling.

Generated by OpenCVE AI on August 17, 2026 at 04:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Azuriom CMS to v1.2.13 or later, applying the official patch commit ae5596a9548e010a8a79838806eff60ef9554539.
  • Disable public access to the Money Transfer API endpoint until the upgrade can be applied to prevent potential unauthorized transactions.
  • Audit recent transaction logs for anomalous transfers and, if necessary, reverse unauthorized movements or restore affected accounts.

Generated by OpenCVE AI on August 17, 2026 at 04:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 03:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in Azuriom CMS up to 1.2.12. This issue affects the function transferMoney of the file app/Http/Controllers/ProfileController.php of the component Money Transfer Handler. This manipulation causes time-of-check time-of-use. The attack may be initiated remotely. A high degree of complexity is needed for the attack. The exploitability is assessed as difficult. Upgrading to version 1.2.13 is capable of addressing this issue. Patch name: ae5596a9548e010a8a79838806eff60ef9554539. Upgrading the affected component is advised. The vendor was contacted early about this disclosure.
Title Azuriom CMS Money Transfer ProfileController.php transferMoney toctou
First Time appeared Azuriom
Azuriom cms
Weaknesses CWE-362
CWE-367
CPEs cpe:2.3:a:azuriom:cms:*:*:*:*:*:*:*:*
Vendors & Products Azuriom
Azuriom cms
References
Metrics cvssV2_0

{'score': 2.1, 'vector': 'AV:N/AC:H/Au:S/C:N/I:P/A:N/E:POC/RL:OF/RC:C'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-17T02:30:10.701Z

Reserved: 2026-08-16T08:56:10.076Z

Link: CVE-2026-19975

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T03:16:50.143

Modified: 2026-08-17T03:16:50.143

Link: CVE-2026-19975

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T06:45:03Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition