CVE-2026-64821
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
Summary
djangoSIGE through 1.10 (commit a6fe7e8) contains a cross-site request forgery vulnerability that allows unauthenticated attackers to cancel sales or purchase orders on behalf of authenticated users by exploiting order-cancellation logic implemented inside HTTP GET method handlers in CancelarOrcamentoVendaView, CancelarPedidoVendaView, CancelarOrcamentoCompraView, and CancelarPedidoCompraView. Attackers can lure an authenticated victim with change_orcamentovenda or equivalent permissions to a page containing a cross-origin reference such as an img tag pointing to the cancellation endpoint, bypassing CSRF token validation entirely since Django's CsrfViewMiddleware only enforces CSRF checks on unsafe HTTP methods.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| thiagopena | djangoSIGE | 0 <= 1.10 | affected |
| thiagopena | djangoSIGE | 0 <= a6fe7e8e3a7d52ba0a25305df4e5e7e0cd5f5792 | affected |
Weaknesses
- CWE-352: Cross-Site Request Forgery (CSRF)
References
- https://github.com/americooo/pentest-writeups/tree/main/djangoSIGE-CVE-2026-64821-64822
- https://github.com/thiagopena/djangoSIGE/pull/163
- https://www.vulncheck.com/advisories/djangosige-csrf-via-get-based-order-cancellation-views
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.