๐Ÿ” CVE Alert

CVE-2026-64821

MEDIUM 4.3

djangoSIGE 1.10 CSRF via GET-based Order Cancellation Views

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-352
Vendor thiagopena
Product djangosige
Published Jul 21, 2026
Stay Ahead of the Next One

Get instant alerts for thiagopena djangosige

Be the first to know when new medium vulnerabilities affecting thiagopena djangosige are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

thiagopena / djangoSIGE
0 โ‰ค 1.10 0 โ‰ค a6fe7e8e3a7d52ba0a25305df4e5e7e0cd5f5792

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/americooo/pentest-writeups/tree/main/djangoSIGE-CVE-2026-64821-64822 github.com: https://github.com/thiagopena/djangoSIGE/pull/163 vulncheck.com: https://www.vulncheck.com/advisories/djangosige-csrf-via-get-based-order-cancellation-views

Credits

Amirbek Raxmatullayev