CVE-2026-44364
CriticalSummary
In versions 3.0.7 and earlier, there is a Cross-Site Request Forgery (CSRF) vulnerability in MISP Modules that allows an attacker to cause an authenticated user to submit unintended requests to the home endpoint. The issue was due to the home blueprint being exempted from CSRF protection.
Risk Assessment
This vulnerability could lead to modification of session query data in the context of the authenticated user, posing a risk of unauthorized access to data.
Recommendation
It is recommended to upgrade to the version of MISP Modules where CSRF protection for the affected blueprint has been enabled and query parsing has been hardened.
Original NVD description (English source)
MISP modules are autonomous modules that can be used to extend MISP for new services. In 3.0.7 and earlier, 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.

