Description
A weakness has been identified in geex-arts django-jet up to 1.0.8. Affected is an unknown function of the component OAuth Handler. Executing a manipulation can lead to cross-site request forgery. The attack may be performed from remote. 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-07-19
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the OAuth Handler component of geex‑arts django‑jet, enabling an attacker to send crafted requests that may cause the application to perform actions on behalf of an authenticated user. The CVE states that such a manipulation can lead to cross‑site request forgery, suggesting remote exploitation. It is inferred that the user may be unaware of these unintended actions. The weakness is identified as CWE‑352.

Affected Systems

Geex‑arts django‑jet versions up to and including 1.0.8 are affected. The advisory notes that the maintainers have received the issue report but have not yet released a fix, meaning any installation still using these releases remains vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while an EPSS score of less than 1% suggests a low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Because the exploit has been made publicly available, it is inferred that attackers could leverage existing exploitation code. The attacker would likely need the target application to be reachable from the internet, identify a valid OAuth flow, and subvert it via a forged request. The attack vector is remote, and the impact is limited to coerced user sessions or roles.

Generated by OpenCVE AI on August 1, 2026 at 08:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest official release of django‑jet once the defect is fixed.
  • If a fix is not yet available, disable or restrict access to the OAuth endpoint until remediation is provided.
  • Enable CSRF protection for all authenticated requests, or deploy a web‑application‑firewall rule that blocks requests lacking a valid CSRF token.

Generated by OpenCVE AI on August 1, 2026 at 08:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 15: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 weakness has been identified in geex-arts django-jet up to 1.0.8. Affected is an unknown function of the component OAuth Handler. Executing a manipulation can lead to cross-site request forgery. The attack may be performed from remote. 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 geex-arts django-jet OAuth cross-site request forgery
First Time appeared Geex-arts
Geex-arts django-jet
Weaknesses CWE-352
CWE-862
CPEs cpe:2.3:a:geex-arts:django-jet:*:*:*:*:*:*:*:*
Vendors & Products Geex-arts
Geex-arts django-jet
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Geex-arts Django-jet
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-21T14:41:20.488Z

Reserved: 2026-07-18T09:51:52.151Z

Link: CVE-2026-16216

cve-icon Vulnrichment

Updated: 2026-07-21T14:40:59.380Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08:15:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization