AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71252

HIGH · CVSS 8.2 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The toner-management application is vulnerable due to its admin state-changing handlers, which allow unauthenticated remote attackers to perform unauthorized database operations such as creating, modifying, or deleting data. This flaw poses a significant risk to data integrity and application security, making it critical for organizations using this software to prioritize immediate remediation. System administrators and security teams should implement the vendor's fix that enforces authentication for these operations to mitigate potential exploitation.

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-71252
Severity
HIGH
CVSS
8.2
EPSS
0.28%

Original NVD Description

toner-management's admin state-changing handlers (add.php, edit.php, delete.php under admin/toners, admin/toner-brands, admin/printers, and related admin subdirectories) executed INSERT/UPDATE/DELETE database operations with no authentication or authorization check, while access control was enforced only in listing views.