CyberRota Analysis
AI-GeneratedThe 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.
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.