CVE-2026-91859

Affected versions of MISP can record incorrect access-log data for requests that terminate in an exception. Because CakeErrorController extends AppController, exception rendering runs the application startup path a second time. As a result, __accessMonitor() calls AccessLog::logRequest() twice for one HTTP request. The second deferred writer measures the error-controller execution instead of the original request and can overwrite the row created by the first pass. The corrupted fields include request duration, SQL query count, memory usage, and potentially the recorded query log. The bug was masked because the same model instance retained the ID of the first saved row, causing the later save to issue an UPDATE rather than insert an obvious duplicate row. Version affected: ≤2.5.45
CVSS

No CVSS.

Configurations

No configuration.

History

No history.

Information

Published : 2026-09-15 10:17

Updated : 2026-09-16 13:42


NVD link : CVE-2026-91859

Mitre link : CVE-2026-91859

CVE.ORG link : CVE-2026-91859


JSON object : View

Products Affected

No product.

CWE
CWE-223

Omission of Security-relevant Information

CWE-778

Insufficient Logging