Description
A security vulnerability has been detected in guohongze adminset up to 0.61. Affected by this vulnerability is an unknown functionality of the file delivery/deli.py of the component Delivery Deployment Endpoint. The manipulation of the argument project_id leads to authorization bypass. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-19
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is triggered when the project_id argument for the Delivery Deployment Endpoint (deli.py) is manipulated, allowing an attacker to bypass standard authorization checks and gain privileges beyond those normally assigned. This bypass corresponds to the CWE‑285 authority not recognized and the CWE‑639 authorization bypass through user‑controlled key weaknesses; as a result the attacker can invoke privileged operations, potentially compromising data confidentiality, integrity, and availability for the targeted project. The impact is the exposure of privileged functions to unauthenticated or partially authenticated users, enabling them to use or modify resources without proper authorization.

Affected Systems

The issue affects the guohongze adminset application version 0.61 and earlier. No other products or vendors are listed in the CNA data. Users of this version should verify their installation and upgrade path to a version that removes the vulnerability.

Risk and Exploitability

A CVSS score of 5.3 indicates moderate severity; the EPSS score of less than 1% reflects a very low but nonzero likelihood of exploitation at the time of analysis. The vulnerability is listed as not included in CISA KEV and is exploitable remotely. The available public exploit confirms that an attacker can remotely manipulate the project_id value to override authorization checks, making the risk real for environments that expose the endpoint without additional safeguards.

Generated by OpenCVE AI on July 30, 2026 at 22:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a release newer than 0.61 that addresses the delivery/deployment endpoint after it becomes available.
  • Validate the project_id argument server‑side and reject any values that do not belong to the authenticated user’s authorized projects.
  • If the endpoint is not required, remove or disable the delivery/deployment functionality to eliminate the attack surface.

Generated by OpenCVE AI on July 30, 2026 at 22:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 19 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in guohongze adminset up to 0.61. Affected by this vulnerability is an unknown functionality of the file delivery/deli.py of the component Delivery Deployment Endpoint. The manipulation of the argument project_id leads to authorization bypass. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title guohongze adminset Delivery Deployment Endpoint deli.py authorization
First Time appeared Guohongze
Guohongze adminset
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:guohongze:adminset:*:*:*:*:*:*:*:*
Vendors & Products Guohongze
Guohongze adminset
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Guohongze Adminset
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-20T19:08:51.475Z

Reserved: 2026-07-18T09:53:24.724Z

Link: CVE-2026-16217

cve-icon Vulnrichment

Updated: 2026-07-20T18:02:14.128Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T22:45:04Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key