Skip to main content

MISP CVE-2026-54398

| EUVDEUVD-2026-36603 MEDIUM
Incorrect Authorization (CWE-863)
2026-06-12 CIRCL GHSA-27wx-pvwm-cfh2
5.3
CVSS 4.0 · Vendor: CIRCL
Share

Severity by source

Vendor (CIRCL) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.4 MEDIUM

Network-exploitable with low complexity; requires authenticated editor-level access (PR:L); limited confidentiality and integrity impact; no availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (CIRCL).

CVSS VectorVendor: CIRCL

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 12, 2026 - 22:21 vuln.today
Analysis Generated
Jun 12, 2026 - 22:21 vuln.today

DescriptionCVE.org

An authorization flaw in MISP’s object add/edit handling allowed an authenticated user with object editing permissions to assign a MISP object, or attributes contained within an object, to a sharing group that the user was not authorized to use or view. When editing objects, the sharing group validation was performed against the wrong request data structure after object fields had been merged to the top level, causing the check to be bypassed. In addition, attributes embedded in objects were not individually validated for authorized sharing group use.

An attacker could craft a request with distribution set to 4 and an arbitrary sharing_group_id, potentially disclosing the existence or name of otherwise non-visible sharing groups and improperly modifying the distribution metadata of objects or contained attributes.

AnalysisAI

Sharing group authorization bypass in MISP's object add/edit workflow allows an authenticated user with object-editing permissions to assign objects and their contained attributes to sharing groups they are not authorized to access or view. The flaw stems from a structural data merging step in ObjectsController.php that silently relocates field keys, causing the sharing group validation check to evaluate a stale, already-removed data path and thus never fire. An attacker exploiting this can probe the existence and names of non-visible sharing groups and improperly alter the distribution metadata of objects and embedded attributes. No public exploit code has been identified at time of analysis and this CVE is not listed in the CISA KEV catalog.

Technical ContextAI

MISP (Malware Information Sharing Platform) is a PHP-based threat intelligence sharing application maintained by CIRCL. The affected component is ObjectsController.php, which handles creation and modification of MISP objects - structured containers that group related attributes. The root cause is classified as CWE-863 (Incorrect Authorization): the edit() method merged the nested data['Object'] fields up to the top level of the request data array and then unset data['Object'], but the subsequent sharing group authorization check still referenced $this->request->data['Object']['distribution'] - a key that no longer existed after the merge. The condition could therefore never be true, meaning the checkIfCanBeUsed() call was never reached. A parallel gap existed for embedded attributes: AttributesController already validated sharing groups for standalone attribute add/edit operations, but no equivalent validation was applied to attributes nested inside objects processed by ObjectsController. The fix corrects the key reference to $this->request->data['distribution'] and introduces a new private __validateAttributeSharingGroups() method that iterates over each embedded attribute with distribution=4 and invokes the same sharing group authorization check used for standalone attributes. The CPE string cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:* indicates all MISP versions are potentially affected prior to the patch commit.

RemediationAI

The primary remediation is to update MISP to a version that includes commit 4fe48c523e66999d65f99fdec9508adb3aa1c0f3, which corrects the distribution field key reference in the edit() method and adds per-attribute sharing group validation via the new __validateAttributeSharingGroups() method. The patch reference is available at https://github.com/MISP/MISP/commit/4fe48c523e66999d65f99fdec9508adb3aa1c0f3. A specific tagged release version containing this fix is not confirmed in the provided data - administrators should identify the first tagged release incorporating this commit and upgrade to it. As a compensating control prior to patching, restrict object editing permissions to only fully trusted users within each MISP instance, since the vulnerability requires the actor to hold object editing rights. Auditing MISP event and object logs for anomalous distribution=4 assignments by lower-privilege users may help identify exploitation attempts. Note that restricting editing rights may limit operational workflows and should be assessed against operational impact before implementation.

More in Misp

View all
CVE-2018-19908 HIGH POC
8.8 Dec 06

An issue was discovered in MISP 2.4.9x before 2.4.99. Rated high severity (CVSS 8.8), this vulnerability is remotely exp

CVE-2022-29528 CRITICAL POC
9.8 Apr 20

An issue was discovered in MISP before 2.4.158. Rated critical severity (CVSS 9.8), this vulnerability is remotely explo

CVE-2022-48328 CRITICAL POC
9.8 Feb 20

app/Controller/Component/IndexFilterComponent.php in MISP before 2.4.167 mishandles ordered_url_params and additional_de

CVE-2026-44381 CRITICAL POC
9.3 May 13

SQL injection in MISP threat intelligence platform versions prior to 2.5.37 allows remote unauthenticated attackers to m

CVE-2022-29534 HIGH POC
7.5 Apr 20

An issue was discovered in MISP before 2.4.158. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitab

CVE-2023-37306 HIGH POC
7.5 Jun 30

MISP 2.4.172 mishandles different certificate file extensions in server sync. Rated high severity (CVSS 7.5), this vulne

CVE-2021-41326 CRITICAL
9.8 Sep 17

In MISP before 2.4.148, app/Lib/Export/OpendataExport.php mishandles parameter data that is used in a shell_exec call. R

CVE-2018-12649 CRITICAL
9.8 Jun 22

An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. Rated critical severity (CVSS 9.8), this v

CVE-2020-15411 CRITICAL
9.8 Jun 30

An issue was discovered in MISP 2.4.128. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,

CVE-2020-29006 CRITICAL
9.8 Nov 24

MISP before 2.4.135 lacks an ACL check, related to app/Controller/GalaxyElementsController.php and app/Model/GalaxyEleme

CVE-2021-35502 CRITICAL
9.8 Jun 25

app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp in MISP 2.4.144 does not sanitize certain data rel

CVE-2021-39302 CRITICAL
9.8 Aug 19

MISP 2.4.148, in certain configurations, allows SQL injection via the app/Model/Log.php $conditions['org'] value. Rated

Share

CVE-2026-54398 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy