Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Javiertzr01

#55759of 56,333
3.1Total CVSS
Vulnerabilities · 1
PT-2026-73194
3.1
2026-08-17
Unknown · Azuriom Cms · CVE-2026-19975
**Name of the Vulnerable Software and Affected Versions** Azuriom CMS versions prior to 1.2.13 **Description** A time-of-check time-of-use (TOCTOU) issue exists in the Money Transfer Handler component. This occurs within the `transferMoney()` function located in the `app/Http/Controllers/ProfileController.php` file. A remote attacker can exploit this weakness, although the attack requires a high degree of complexity and is considered difficult to execute. TOCTOU is a race condition where a system checks the state of a resource before using it, but the state changes between the check and the use. **Recommendations** Update to version 1.2.13. As a temporary mitigation, restrict access to the `transferMoney()` function until the update is applied.