Back to overview

CVE-2026-64821

MEDIUM Exploitation: PoC
4.3
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-64821
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-07-20 18:27 UTC
Published
2026-07-21 20:31 UTC
Last updated
2026-07-22 14:49 UTC
Primary CWE
CWE-352
Cross-Site Request Forgery (CSRF)
Vendor / Product
thiagopena / djangoSIGE
Sources
cve.org  ·  NVD

Severity & Metrics

4.3 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
thiagopena djangoSIGE 0 ≤ 1.10, 0 ≤ a6fe7e8e3a7d52ba0a25305df4e5e7e0cd5f5792
Weakness (CWE)
CWESourceDescription
CWE-352 cna Cross-Site Request Forgery (CSRF)
CVSS scores (2)
ScoreSeverityVersionSourceVector
5.3 MEDIUM 4.0 cna 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
4.3 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Back to overview