CVE-2026-71252 PUBLISHED

toner-management: Unauthenticated State-Changing Admin Actions

Assigner: TuranSec
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

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. An unauthenticated remote attacker could invoke these handlers directly to create, modify, or destroy application data. The vendor has since merged a fix requiring an authenticated admin session before any such handler proceeds.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
CVSS Score: 8.2

Product Status

Vendor raghav993
Product toner-management
Versions Default: unknown
  • Version 0 is affected
  • Version fixed is unaffected

Credits

  • Javokhir Tursunboyev finder

References

Problem Types

  • CWE-862 Missing Authorization CWE