Description
A missing authorization flaw was found in Anitya. The user deletion endpoint checks that the caller is logged in but does not check that the caller is an administrator. Any authenticated user can delete arbitrary user accounts, including administrator accounts, which can remove administrative access to the service.
Published: n/a
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing authorization check in the user deletion endpoint allows any authenticated user to delete arbitrary user accounts, including administrators. This flaw enables an attacker who can authenticate—either by using valid credentials or compromising an account—to remove administrative access, potentially disabling critical service functions and facilitating further exploitation. The weakness is a lack of proper authorization controls, identified as CWE-862.

Affected Systems

The vulnerability affects the Anitya application. No specific version information is supplied, so all deployments potentially impacted should verify if the delete_user endpoint lacks administrator verification.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity. EPSS data is not available, and the issue is not listed in CISA KEV, but the lack of authentication enforcement means any legitimate authenticated user can exploit the flaw. The attack vector is inferred to involve the authenticated API or UI path that calls the delete_user endpoint, with no prerequisite to be an administrator. Because the flaw permits deleting admin accounts, the impact on confidentiality and availability of the service is significant if an attacker removes essential administrative controls.

Generated by OpenCVE AI on August 26, 2026 at 01:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Anitya patch or upgrade to a release that enforces administrator checks on the delete_user endpoint.
  • Configure role-based access controls or server‑side filters to allow user deletion only for accounts with administrative privileges, disabling the endpoint for all other users.
  • Review audit logs and monitoring to detect unauthorized deletion attempts, and alert administrators when delete_user actions occur outside expected admin contexts.

Generated by OpenCVE AI on August 26, 2026 at 01:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description A missing authorization flaw was found in Anitya. The user deletion endpoint checks that the caller is logged in but does not check that the caller is an administrator. Any authenticated user can delete arbitrary user accounts, including administrator accounts, which can remove administrative access to the service.
Title anitya: anitya: missing authorization check in delete_user allows any authenticated user to delete arbitrary users
Weaknesses CWE-862
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Important


Subscriptions

No data.

cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-25T13:58:00Z

Links: CVE-2026-78360 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T01:45:03Z

Weaknesses