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

Impact

The vulnerability arises from a lack of authentication and authorization checks on state‑changing administrative handlers in the toner‑management application. Requests to add.php, edit.php, and delete.php can directly execute INSERT, UPDATE, or DELETE operations in the database, allowing an attacker to create, modify, or destroy application data. This flaw results in a high‑severity compromise of data integrity, 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. Since no EPSS score is available and 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 5, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Implement the vendor‑supplied patch that enforces an authenticated admin session before any state‑changing handler processes a request.
  • Configure the web server or application firewall to require authentication (e.g., Basic Auth or IP filtering) for all URLs under /admin/.
  • Deploy monitoring on the application logs to detect and alert on unexpected POST or DELETE requests to admin endpoints.

Generated by OpenCVE AI on August 5, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

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

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

Link: CVE-2026-71252

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T12:30:12Z

Weaknesses