CVE-2026-16216
Received Received - Intake

Cross-Site Request Forgery in django-jet up to 1.0.8

Vulnerability report for CVE-2026-16216, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-19
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
geex-arts django-jet to 1.0.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-Site Request Forgery (CSRF) weakness in the OAuth handler component of geex-arts django-jet up to version 1.0.8. It allows attackers to perform unauthorized actions by tricking users into executing malicious requests from a remote location. The exploit is publicly available and the project maintainers have not yet responded to the reported issue.

Detection Guidance

To detect this vulnerability, inspect your django-jet installation for versions up to 1.0.8. Check for unauthorized OAuth credential modifications or dashboard module access attempts. Review server logs for suspicious OAuth flow requests or CSRF attempts. Use tools like curl to test OAuth endpoints for missing authentication.

Impact Analysis

If you use django-jet up to 1.0.8, an attacker could trick you or your users into performing unwanted actions, such as modifying dashboard modules or deleting OAuth credentials. This could lead to unauthorized changes in your admin interface or loss of third-party service integrations.

Compliance Impact

The vulnerability allows cross-site request forgery (CSRF) attacks due to insufficient authorization checks in the OAuth handler. This could lead to unauthorized actions, such as modifying dashboard modules or deleting OAuth credentials, which may impact data integrity and access controls. For GDPR, this could affect compliance by risking unauthorized access to personal data. For HIPAA, it may compromise protected health information if staff users can access or modify data without proper authorization.

Mitigation Strategies

Immediately upgrade django-jet to a patched version if available. Disable OAuth functionality if unused. Implement strict object-level authorization checks for dashboard modules. Ensure OAuth revoke endpoints require authentication and are POST-only with CSRF protection. Use unpredictable state parameters in OAuth flows.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16216. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart