Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-91859 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/MISP/MISP/commit/0dae5c072 CIRCLSource CodeVendor

Weakness Enumeration

CWE-IDCWE NameSource
CWE-223Omission of Security-relevant InformationCIRCL
CWE-778Insufficient LoggingCIRCL

Affected Products

ProductVersions
MISP
<= 2.5.45 (semver)

CPE

  • cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 2.5.47moderate effort

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-91859
NVD Published Date:
Sep 15, 2026
NVD Last Modified:
Sep 16, 2026
Source:
CIRCL
CVE-2026-91859 Details - Not Deferred