Access Log Data Corruption in MISP by MISP Project
CVE-2026-91859
5.3MEDIUM
What is CVE-2026-91859?
A vulnerability in MISP allows incorrect access-log data recording for requests that result in exceptions. This occurs because the CakeErrorController, which extends AppController, executes the application startup path a second time during exception rendering. Consequently, the __accessMonitor() method invokes AccessLog::logRequest() twice for a single HTTP request. The second invocation overwrites the first log entry, leading to corrupted fields, including request duration and SQL query counts. This issue may result in inaccurate metrics and analytics for the application, potentially masking significant security blind spots.
Affected Version(s)
MISP 0 < 2.5.46
