VulnSea

MISP vulnerabilities

CVEs whose affected-version data names the MISP package. Each record lists the affected and patched versions; check a specific version with the dependency checker or POST /api/sbom.

162 CVEsRSS

CVE-2026-93296Medium· 5.1
1w ago

MISP contains a stored cross-site scripting (XSS) vulnerability in the Overmind theme's statistics views

MISP contains a stored cross-site scripting (XSS) vulnerability in the Overmind theme's statistics views. The event General card and the server/feed preview card constructed donut chart legend labels by directly concatenating object name…

Sunlitmisp · mispEPSS 0.33%via NVD
CVE-2026-93295High· 8.7
1w ago

MISP contains a vulnerability in its background job dispatch mechanism that allows remote code execution as the web user

MISP contains a vulnerability in its background job dispatch mechanism that allows remote code execution as the web user. Background job arguments are passed directly as the argv of the CakePHP console process. CakePHP's ShellDispatcher:…

Twilightmisp · mispEPSS 0.50%via NVD
CVE-2026-92003Medium· 6.9
1w ago

Affected versions of MISP do not consistently apply the existing authentication-failure logging throttle. Two API authentication failure branches wrote directly to the Log model:  - API requests with no authentication key;  - requests…

Affected versions of MISP do not consistently apply the existing authentication-failure logging throttle. Two API authentication failure branches wrote directly to the Log model:  - API requests with no authentication key;  - requests…

SunlitMISP · MISPEPSS 0.44%via NVD
CVE-2026-92002Medium· 5.1
1w ago

Affected versions of MISP use Redis to throttle repeated authentication-failure log entries

Affected versions of MISP use Redis to throttle repeated authentication-failure log entries. The intent is to avoid excessive duplicate logs while still recording failed authentication activity. However, User->setupRedis() returns fals…

SunlitMISP · MISPEPSS 0.39%via NVD
CVE-2026-91859Medium· 5.3
1w ago

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

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 re…

SunlitMISP · MISPEPSS 0.30%via NVD
CVE-2026-91857Medium· 5.3
1w ago

Affected versions of MISP expose several state-changing controller actions without restricting them to POST. The affected actions are:  - EventReportsController::purgeUnusedPictures()  - NoticelistsController::enableNoticelist()  …

Affected versions of MISP expose several state-changing controller actions without restricting them to POST. The affected actions are:  - EventReportsController::purgeUnusedPictures()  - NoticelistsController::enableNoticelist()  …

SunlitMISP · MISPEPSS 0.17%via NVD
CVE-2026-91851Medium· 5.3
1w ago

Affected versions of MISP incorrectly filter dashboard templates that are restricted to a specific permission flag. DashboardsController::listTemplates() allowed a template when either:  - its restrict_to_permission_flag matched one…

Affected versions of MISP incorrectly filter dashboard templates that are restricted to a specific permission flag. DashboardsController::listTemplates() allowed a template when either:  - its restrict_to_permission_flag matched one…

SunlitMISP · MISPEPSS 0.26%via NVD
CVE-2026-91846High· 7.1
1w ago

Affected versions of MISP allow a collection element to be created from a bare UUID without consistently checking whether the acting user is allowed to access the referenced object. The commit explains that collection elements themselv…

Affected versions of MISP allow a collection element to be created from a bare UUID without consistently checking whether the acting user is allowed to access the referenced object. The commit explains that collection elements themselv…

TwilightMISP · MISPEPSS 0.21%via NVD
CVE-2026-91825High· 7.1
1w ago

Affected versions of MISP fail to authorize a submitted sharing group in a specific event-edit path. The vulnerable logic checked whether the acting user could use a sharing_group_id only when the request explicitly supplied distributi…

Affected versions of MISP fail to authorize a submitted sharing group in a specific event-edit path. The vulnerable logic checked whether the acting user could use a sharing_group_id only when the request explicitly supplied distributi…

TwilightMISP · MISPEPSS 0.24%via NVD
CVE-2026-91819Medium· 6.9
1w ago

Affected versions of MISP rely on CakePHP request-method override processing in a way that can disable CSRF and form-security validation. CakePHP honors a _method field or X-HTTP-Method-Override header by rewriting the effective request…

Affected versions of MISP rely on CakePHP request-method override processing in a way that can disable CSRF and form-security validation. CakePHP honors a _method field or X-HTTP-Method-Override header by rewriting the effective request…

SunlitMISP · MISPEPSS 0.16%via NVD
CVE-2026-90895High· 8.4
1w ago

Affected versions of MISP’s interactive CLI shell implement access control independently from the normal web application, causing several authorization inconsistencies. The patch shows that CLI access could differ from the web applicat…

Affected versions of MISP’s interactive CLI shell implement access control independently from the normal web application, causing several authorization inconsistencies. The patch shows that CLI access could differ from the web applicat…

TwilightMISP · MISPEPSS 0.15%via NVD
CVE-2026-90893Medium· 5.1
1w ago

MISP contains a Cross-Site Request Forgery (CSRF) vulnerability in the UserSettingsController

MISP contains a Cross-Site Request Forgery (CSRF) vulnerability in the UserSettingsController. The actions setTheme, setHomePage, and eventIndexColumnToggle were explicitly added to the Security component's unlockedActions list, which di…

SunlitMISP · MISPEPSS 0.18%via NVD
CVE-2026-90955Medium· 4.6
1w ago

Affected versions of MISP’s interactive CLI shell do not reliably preserve the identity of the impersonated MISP user across audit logging. The shell is designed to run actions as a supplied MISP user ID

Affected versions of MISP’s interactive CLI shell do not reliably preserve the identity of the impersonated MISP user across audit logging. The shell is designed to run actions as a supplied MISP user ID. However, the legacy SysLogLoga…

SunlitMISP · MISPEPSS 0.11%via NVD
CVE-2026-90961Critical· 9.3
1w ago

The LdapAuth and LinOTPAuth authentication plugins in MISP contain an authentication bypass vulnerability

The LdapAuth and LinOTPAuth authentication plugins in MISP contain an authentication bypass vulnerability. Both LdapAuthenticate and LinOTPAuthenticate replace CakePHP's FormAuthenticate class but fail to replicate its _checkFields() inp…

MidnightMISP · MISPEPSS 0.46%via NVD
CVE-2026-90957Medium· 5.1
1w ago

Affected versions of MISP serve uploaded SVG images inline without a restrictive browser sandbox. The commit explains that SVG files are XML documents rather than passive bitmap images

Affected versions of MISP serve uploaded SVG images inline without a restrictive browser sandbox. The commit explains that SVG files are XML documents rather than passive bitmap images. While scripts inside SVG do not execute when the …

SunlitMISP · MISPEPSS 0.23%via NVD
CVE-2026-88915High· 7.1
2w ago

Affected versions of MISP do not consistently enforce the acting user's authorization when instantiating event templates. For templates using distribution = 4, the template can specify a sharing_group_id

Affected versions of MISP do not consistently enforce the acting user's authorization when instantiating event templates. For templates using distribution = 4, the template can specify a sharing_group_id. The instantiation path passed …

TwilightMISP · MISPEPSS 0.26%via NVD
CVE-2026-88921Medium· 5.1
2w ago

MISP contains an HTML injection vulnerability in the MISPElementHTMLFormatterTool component, which is responsible for rendering MISP element references (attributes, objects, and tags) into inline HTML during PDF report export via the con…

MISP contains an HTML injection vulnerability in the MISPElementHTMLFormatterTool component, which is responsible for rendering MISP element references (attributes, objects, and tags) into inline HTML during PDF report export via the con…

SunlitMISP · MISPEPSS 0.36%via NVD
CVE-2026-86452High· 7.5
2w ago

Affected versions of MISP permit unauthenticated or weakly constrained request paths to perform persistent work without adequate input bounds or rate limiting. The users/forgot password-reset endpoint accepted an attacker-controlled em…

Affected versions of MISP permit unauthenticated or weakly constrained request paths to perform persistent work without adequate input bounds or rate limiting. The users/forgot password-reset endpoint accepted an attacker-controlled em…

Twilightmisp-project · mispEPSS 0.31%via NVD
CVE-2026-86451Medium· 4.3
2w ago

Affected versions of MISP allow authenticated users to retrieve object-reference records by UUID through EventGraphTool::get_reference_data() without first checking whether the requester is authorized to view the object the reference bel…

Affected versions of MISP allow authenticated users to retrieve object-reference records by UUID through EventGraphTool::get_reference_data() without first checking whether the requester is authorized to view the object the reference bel…

Sunlitmisp-project · mispEPSS 0.17%via NVD
CVE-2026-86441Medium· 4.3⚖ disputed
2w ago

Affected versions of MISP contain inconsistent authorization checks across dashboard widgets that display organisation information. Several organisation-related widgets did not honor Security.hide_organisation_index_from_users

Affected versions of MISP contain inconsistent authorization checks across dashboard widgets that display organisation information. Several organisation-related widgets did not honor Security.hide_organisation_index_from_users. As a re…

Sunlitmisp-project · mispEPSS 0.17%via NVD
CVE-2026-86440Medium· 5.4
2w ago

Affected versions of MISP insufficiently validate URLs used by dashboard widgets, particularly the Button widget. The widget's URL is stored configuration controlled by a user

Affected versions of MISP insufficiently validate URLs used by dashboard widgets, particularly the Button widget. The widget's URL is stored configuration controlled by a user. The previous renderer considered a URL safe if it appeared…

Sunlitmisp-project · mispEPSS 0.14%via NVD
CVE-2026-86419Critical· 9.1⚖ disputed
2w ago

Affected versions of MISP contain insufficient validation of server-side outbound HTTP destinations in feed retrieval and TAXII discovery functionality. In feed processing, redirects were followed without validating the redirect scheme…

Affected versions of MISP contain insufficient validation of server-side outbound HTTP destinations in feed retrieval and TAXII discovery functionality. In feed processing, redirects were followed without validating the redirect scheme…

Midnightmisp-project · mispEPSS 0.23%via NVD
CVE-2026-86418Medium· 4.3⚖ disputed
2w ago

Affected versions of MISP expose organisation metadata through the dashboard organisation picker without applying the same visibility restrictions enforced by the normal organisation index and per-organisation view. The affected endpoin…

Affected versions of MISP expose organisation metadata through the dashboard organisation picker without applying the same visibility restrictions enforced by the normal organisation index and per-organisation view. The affected endpoin…

Sunlitmisp-project · mispEPSS 0.16%via NVD
CVE-2026-86417Medium· 4.3
2w ago

Affected versions of MISP inconsistently enforced email-address visibility in DashboardsController::listTemplates(). The query always fetched User.email, while redaction happened only inside the non-REST rendering branch

Affected versions of MISP inconsistently enforced email-address visibility in DashboardsController::listTemplates(). The query always fetched User.email, while redaction happened only inside the non-REST rendering branch. As a result, …

Sunlitmisp-project · mispEPSS 0.16%via NVD
CVE-2026-86408Medium· 6.5
2w ago

Affected versions of MISP do not enforce parent-event visibility when serving cryptographic keys through CryptographicKeysController::view(). The vulnerable handler queried CryptographicKey directly using the supplied key ID and select…

Affected versions of MISP do not enforce parent-event visibility when serving cryptographic keys through CryptographicKeysController::view(). The vulnerable handler queried CryptographicKey directly using the supplied key ID and select…

Sunlitmisp-project · mispEPSS 0.20%via NVD
CVE-2026-86351Medium· 6.1
2w ago

Affected versions of MISP validate the user-configurable homepage by checking only whether the supplied path begins with /

Affected versions of MISP validate the user-configurable homepage by checking only whether the supplied path begins with /. That check is insufficient because protocol-relative URLs such as //attacker.example also begin with / but resolv…

Sunlitmisp-project · mispEPSS 0.19%via NVD
CVE-2026-86347Medium· 6.5
2w ago

Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile() because the ACL entry for templates/uploadFile used the wildcard *

Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile() because the ACL entry for templates/uploadFile used the wildcard *. This bypasses the intended role restrictions applied to neighboring te…

Sunlitmisp-project · mispEPSS 0.30%via NVD
CVE-2026-86342Medium· 4.3
2w ago

Affected versions of MISP contain improper authorization checks in the freetext feed preview functionality

Affected versions of MISP contain improper authorization checks in the freetext feed preview functionality. The preview performed correlation lookups against attributes from events without applying the requesting user's ACL, allowing res…

Sunlitmisp-project · mispEPSS 0.20%via NVD
CVE-2026-86283High· 7.1PoC
2w ago

MISP's UiBeta theme collection view (app/View/Themed/UiBeta/Collections/view.ctp) performed a secondary query of member events by UUID without applying the caller's access control list (ACL)

MISP's UiBeta theme collection view (app/View/Themed/UiBeta/Collections/view.ctp) performed a secondary query of member events by UUID without applying the caller's access control list (ACL). The CollectionsController::view() action corr…

MidnightMISP · MISPEPSS 0.23%via NVD
CVE-2026-85546High· 8.6
2w ago

MISP contains a cross-site request forgery (CSRF) vulnerability in the sharing group quick-edit functionality

MISP contains a cross-site request forgery (CSRF) vulnerability in the sharing group quick-edit functionality. The addOrg, removeOrg, addServer, and removeServer actions share the __initialiseSGQuickEdit() helper, where the HTTP method v…

Twilightmisp · mispEPSS 0.20%via NVD
MISP vulnerabilities (CVEs) — page 2 · VulnSea