CVE-2026-94374
Last modified
CVE-2026-94374 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. MISP contains an insecure direct object reference vulnerability in the processModuleResultsData method of the Event model. When processing module results, the code iterates over EventReport entries supplied in the resolved data and saves each one.
Description
MISP contains an insecure direct object reference vulnerability in the processModuleResultsData method of the Event model. When processing module results, the code iterates over EventReport entries supplied in the resolved data and saves each one. Unlike the adjacent attribute and object processing loops, the report loop did not unset the client-supplied 'id' field before calling save(). Because the MISP EventReport model's create() method does not strip the id field, an authenticated user with permission to submit module results could include an 'id' value referencing an existing report belonging to a different event. Upon save(), the ORM would update that existing row rather than insert a new one, allowing the attacker to - read the content of another event's report by reparenting it into their own event - overwrite the report's fields with attacker-controlled data - change the report's event_id to redirect ownership. This constitutes an authorization bypass through a user-controlled key, enabling cross-event data disclosure and integrity compromise. The vulnerability requires an authenticated session with the ability to invoke module result processing on an event. Version affected: <2.5.47
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-94374?
How severe is CVE-2026-94374?
How do I fix CVE-2026-94374?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9435A vulnerability was detected in Totolink A8000RU 7.1cu.643_b…9.8
- CVE-2026-9436A flaw has been found in Totolink A8000RU 7.1cu.643_b2020052…9.8
- CVE-2026-94368A flaw was found in the signature verification logic of noob…7.1
- CVE-2026-9437A vulnerability has been found in DTStack Taier 1.4.0. This …6.3
- CVE-2026-94372MISP contains a stored cross-site scripting (XSS) vulnerabil…6.3
- CVE-2026-94373MISP contains a DOM-based cross-site scripting (XSS) vulnera…6.3
- CVE-2026-94379The login() function in MISP's UsersController.php contained…6.9
- CVE-2026-9438A vulnerability was found in yashpokharna2555 StudentManagem…5.4
- CVE-2026-94381MISP has a security issue that can let a user gain more acce…8.7
- CVE-2026-94382Beszel before 0.19.0 contains an insecure direct object refe…4.2
- CVE-2026-94383The MISP blocklist workflow module accepted a user-supplied …8.6
- CVE-2026-94387Aureus ERP before 1.6.0 contains a stored cross-site scripti…5.4
Are you affected by CVE-2026-94374?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
