CVEPublished 2026-09-15Modified 2026-09-160 articles on news5 live referencesNVD data

CVE-2026-91859

Vulnerability data via NVD (ingested)

CVSS v3.1
EPSS percentile
40
Exploit Prediction Scoring System · top 60% of all CVEs
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

Timeline
Published 2026-09-15
Modified 2026-09-16

External references

Search for exposed instances

Shodan + Censys queries derived from NVD's CPE data. The vuln tag catches assets Shodan has explicitly linked to this CVE; the product / banner fingerprints find exposed instances even when the vuln tag was never applied (which is common).

More intel sources (5)

Known PoCs on GitHub

No public proof-of-concept repositories found for CVE-2026-91859 on GitHub.
We haven't classified any articles referencing CVE-2026-91859 yet. The external references above still apply.