SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-80210

MEDIUM · CVSS 6.5 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

FrontAccounting versions up to 2.4.20 are vulnerable due to insufficient CSRF token validation across several critical endpoints, allowing attackers to exploit authenticated user sessions. This vulnerability enables the execution of unauthorized actions such as creating journal entries or altering invoices by tricking users into loading malicious pages. Organizations using FrontAccounting should prioritize addressing this issue to protect against potential financial fraud and unauthorized data manipulation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-80210
Severity
MEDIUM
CVSS
6.5
EPSS
0.16%

Original NVD Description

FrontAccounting through 2.4.20 generates a CSRF token in end_form() in includes/ui/ui_controls.inc and embeds it as the _token hidden field in every form it renders, but only admin/users.php and admin/change_current_user_password.php call check_csrf_token() to validate it. No financial transaction handler validates the token, including gl/gl_journal.php, gl/gl_bank.php, purchasing/supplier_invoice.php, sales/customer_invoice.php, sales/customer_payments.php and admin/company_preferences.php, so those endpoints act on POST data with no origin check. An attacker who gets an authenticated user to load a page under attacker control can auto-submit a cross-origin form to any of them and have the forged journal entry, invoice, customer payment, bank transaction or company configuration change recorded under the victim's session.