Description
A weakness has been identified in jofpin trape 2.0. This affects an unknown part of the file core/user.py. This manipulation of the argument vId/id causes authorization bypass. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-04
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authorization Bypass
Action: Patch Now
AI Analysis

Impact

A flaw in jofpin Trape’s core/user.py allows an attacker to modify the vId or id argument and bypass the authorization checks, effectively granting unauthorized access to protected resources. The weakness is a classic Authorization Bypass (CWE‑285) and relates to poor authentication‐to‐authorization correlation (CWE‑639). The impact is the ability for a remote actor to act as an arbitrary user without authenticating, potentially exposing sensitive data or performing privileged operations.

Affected Systems

The vulnerability affects the jofpin Trape application, specifically version 2.0. No other versions or additional products are listed as impacted.

Risk and Exploitability

With a CVSS score of 6.9, the severity is moderate, yet the exploit is publicly available and can be delivered remotely by manipulating query parameters. The EPSS score is not available and the issue is not listed in CISA’s KEV catalog, but the existence of a public exploit increases the likelihood of real‑world attacks. Administrators should treat the exposure as a significant risk to confidentiality and integrity of user data.

Generated by OpenCVE AI on September 4, 2026 at 20:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the newest release of jofpin Trape that contains the ID‑validation fix.
  • Modify the deployment so that the vId/id value is derived from the authenticated session rather than user supplied input, adding server‑side checks to reject unauthorized IDs.
  • Configure logging and alerts for failed or unusual authorization attempts to detect exploitation activity.

Generated by OpenCVE AI on September 4, 2026 at 20:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 04 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in jofpin trape 2.0. This affects an unknown part of the file core/user.py. This manipulation of the argument vId/id causes authorization bypass. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Title jofpin trape user.py authorization
First Time appeared Jofpin
Jofpin trape
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:jofpin:trape:*:*:*:*:*:*:*:*
Vendors & Products Jofpin
Jofpin trape
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-11T20:37:27.592Z

Reserved: 2026-09-04T12:19:26.682Z

Link: CVE-2026-85638

cve-icon Vulnrichment

Updated: 2026-09-11T20:03:26.915Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T19:17:33.430

Modified: 2026-09-11T21:17:31.720

Link: CVE-2026-85638

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T03:00:07Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key