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.
Published: 2026-08-05
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from missing authentication and authorization checks on state‑changing administrative handlers in the toner‑management application. Requests to add.php, edit.php, and delete.php under various admin subdirectories, such as admin/toners, admin/toner-brands, and admin/printers, can directly execute INSERT, UPDATE, or DELETE operations in the database. This allows an attacker to create, modify, or delete application data without any valid user credentials, severely compromising data integrity and exposing the system to accidental or malicious data loss or corruption.

Affected Systems

The affected product is toner‑management from vendor raghav993. No specific version information is provided in the advisory.

Risk and Exploitability

The CVSS score of 8.2 classifies this flaw as a high‑severity vulnerability. The EPSS score is < 1%, indicating a very low but non‑zero exploitation probability. Since the issue is not listed in the CISA KEV catalog, the exploitation probability cannot be precisely quantified, but the absence of authentication implies a remote attacker can trigger the flaw by simply invoking the affected URLs. The vulnerability is exploitable without any valid user credentials or elevated privileges.

Generated by OpenCVE AI on August 10, 2026 at 21:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Add authentication checks to all state‑changing admin handlers (add.php, edit.php, delete.php) to enforce that only authorized administrators can perform INSERT, UPDATE, or DELETE operations.
  • Configure the web server or application firewall to require authentication (e.g., Basic Auth or IP filtering) for all URLs under /admin/ to prevent unauthenticated access.
  • Deploy monitoring on application logs to detect and alert on unexpected POST or DELETE requests to admin endpoints to detect potential exploitation attempts.

Generated by OpenCVE AI on August 10, 2026 at 21:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
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. 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. 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.

Mon, 10 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Title toner-management: Unauthenticated State-Changing Admin Actions toner-management - Unauthenticated State-Changing Admin Actions

Fri, 07 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Raghav993
Raghav993 toner-management
Vendors & Products Raghav993
Raghav993 toner-management

Wed, 05 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
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. 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.
Title toner-management: Unauthenticated State-Changing Admin Actions
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L'}


Subscriptions

Raghav993 Toner-management
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T11:46:11.927Z

Reserved: 2026-08-05T10:53:53.177Z

Link: CVE-2026-71252

cve-icon Vulnrichment

Updated: 2026-08-05T12:39:06.587Z

cve-icon NVD

Status : Deferred

Published: 2026-08-05T11:16:28.383

Modified: 2026-08-26T17:13:24.800

Link: CVE-2026-71252

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T22:00:05Z

Weaknesses