CVE-2026-44364
CRITICALSeverity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
5DescriptionGitHub Advisory
A Cross-Site Request Forgery vulnerability in the MISP Modules website allowed an attacker to cause an authenticated user to submit unintended requests to the home endpoint. The vulnerability was due to the home blueprint being exempted from CSRF protection. This could allow modification of session query data in the context of the authenticated user. The issue was fixed by enabling CSRF protection for the affected blueprint and hardening query parsing. As reported by Bilal Teke.
AnalysisAI
Cross-Site Request Forgery in the MISP Modules website (pip package misp-modules <= 3.0.7) lets an attacker trick an authenticated user's browser into submitting forged requests to the home endpoint, modifying that user's session query data. The flaw stems from the home blueprint being explicitly exempted from Flask's CSRF protection (csrf.exempt(home_blueprint)). No public exploit identified at time of analysis, and EPSS is very low (0.02%, 5th percentile), consistent with a CSRF issue that requires a targeted, socially-engineered click rather than mass exploitation.
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-j4rh-7jcr-qm69