Description
A vulnerability was identified in jofpin trape 1.0.0. Affected by this vulnerability is an unknown functionality of the file core/stats.py of the component Login Endpoint. The manipulation leads to missing authentication. The attack may be initiated remotely. The exploit is publicly available and might be used. 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: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the core/stats.py component of jofpin trape 1.0.0 allows an attacker to call the login endpoint without providing any authentication credentials. The missing authentication check means that an unauthenticated user can access the statistics route remotely, which could expose sensitive usage data or other internal information. The attack requires only a standard HTTP request and is widely available through public code examples.

Affected Systems

The vulnerability is confirmed only for the jofpin trape product, version 1.0.0, as noted by the CNA. No other versions or product variants are listed as affected.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. No EPSS value is available, and the issue is not referenced in CISA’s KEV catalog, but the ability to bypass authentication remotely combined with the publicly available exploit makes it a tangible threat. Until an official fix is released, the risk remains high for any installation that exposes the vulnerable endpoint to untrusted networks.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the newest jofpin trape release that contains an authentication fix as soon as it is available.
  • Restrict or block external access to the login endpoint until a fix is deployed, using firewall rules or server configuration to deny unauthenticated requests.
  • Add an extra authentication layer at the reverse proxy or load balancer that requires valid credentials before forwarding requests to the login endpoint.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 18:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in jofpin trape 1.0.0. Affected by this vulnerability is an unknown functionality of the file core/stats.py of the component Login Endpoint. The manipulation leads to missing authentication. The attack may be initiated remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
Title jofpin trape Login Endpoint stats.py missing authentication
First Time appeared Jofpin
Jofpin trape
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:jofpin:trape:*:*:*:*:*:*:*:*
Vendors & Products Jofpin
Jofpin trape
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/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:N/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-04T18:00:08.833Z

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

Link: CVE-2026-85636

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T18:18:05.300

Modified: 2026-09-04T18:18:05.300

Link: CVE-2026-85636

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T20:15:14Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function