VulnSea

misp has 31 CVEs on record. Disclosure cadence is accelerating: 31 in the last 90 days against 0 in the 90 before. The busiest recent month was September 2026 with 31. The median CVSS is 6.4 (medium), with 1 rated critical. None have a confirmed exploitation report. The dominant weakness classes are CWE-79 (6) and CWE-862 (6). Most affected products: MISP (30), sachertortephp (1).

CVEs per month

Last 12 months, by publish date

101112010203040506070809
Exploited share
0% vs 1% corpus
Median CVSS
6.4
Publish → KEV
Last 90 days
31 prev 0

Products

  • MISP 30
  • sachertortephp 1
31
Total CVEs
1
Critical
0
CISA KEV
0
Exploited

misp vulnerabilities

CVEs affecting misp, newest first. Open any entry for full detail, references, and exploit status.

31 CVEsRSS

CVE-2026-94404High· 7.1
yesterday

MISP has a security issue that could let an attacker change threat-intelligence data through a logged-in user’s browser without that user knowingly approving the change. The affected function did not properly enforce MISP’s usual protec…

MISP has a security issue that could let an attacker change threat-intelligence data through a logged-in user’s browser without that user knowingly approving the change. The affected function did not properly enforce MISP’s usual protec…

TwilightMISP · MISPvia NVD
CVE-2026-94401High· 8.3
yesterday

MISP has a file-handling vulnerability that could let certain authenticated users make the server read files or access internal network services. When importing an XML file, MISP did not properly verify that the uploaded content was act…

MISP has a file-handling vulnerability that could let certain authenticated users make the server read files or access internal network services. When importing an XML file, MISP did not properly verify that the uploaded content was act…

TwilightMISP · MISPvia NVD
CVE-2026-94393Medium· 6.4
yesterday

When a user creates or edits a report inside an event, MISP can identify an existing report using its UUID without properly checking whether that report actually belongs to the same event. As a result, a user who has editing rights on o…

When a user creates or edits a report inside an event, MISP can identify an existing report using its UUID without properly checking whether that report actually belongs to the same event. As a result, a user who has editing rights on o…

SunlitMISP · MISPvia NVD
CVE-2026-94394Medium· 6.3
yesterday

When a regular user adds a reference between objects or attributes, MISP checks whether the user can access the overall event, but it does not always check whether the individual pieces of data are also allowed for that user. Because of…

When a regular user adds a reference between objects or attributes, MISP checks whether the user can access the overall event, but it does not always check whether the individual pieces of data are also allowed for that user. Because of…

SunlitMISP · MISPvia NVD
CVE-2026-94383High· 8.6
yesterday

The MISP blocklist workflow module accepted a user-supplied blocklist filename parameter without validating the file extension

The MISP blocklist workflow module accepted a user-supplied blocklist filename parameter without validating the file extension. The only sanitization applied was basename() to strip path components and a check for empty or dot values. A …

TwilightMISP · MISPvia NVD
CVE-2026-94381High· 8.7
yesterday

MISP has a security issue that can let a user gain more access than their API key is supposed to allow. A read-only API key should only let someone view information

MISP has a security issue that can let a user gain more access than their API key is supposed to allow. A read-only API key should only let someone view information. However, after logging in with such a key, a specific MISP function co…

TwilightMISP · MISPvia NVD
CVE-2026-94379Medium· 6.9
yesterday

The login() function in MISP's UsersController.php contained insufficient HTTP method validation for several security-critical code paths

The login() function in MISP's UsersController.php contained insufficient HTTP method validation for several security-critical code paths. The original code used an allowlist approach, checking only for specific HTTP methods (POST and PU…

SunlitMISP · MISPvia NVD
CVE-2026-94374High· 8.3
yesterday

MISP contains an insecure direct object reference vulnerability in the processModuleResultsData method of the Event model

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…

TwilightMISP · MISPvia NVD
CVE-2026-94372Medium· 6.3
yesterday

MISP contains a stored cross-site scripting (XSS) vulnerability in the default theme's Galaxies index page

MISP contains a stored cross-site scripting (XSS) vulnerability in the default theme's Galaxies index page. When a MISP instance detects unknown custom or default galaxy clusters during synchronization, it renders sample tag names in an …

SunlitMISP · MISPvia NVD
CVE-2026-94373Medium· 6.3
yesterday

MISP contains a DOM-based cross-site scripting (XSS) vulnerability in the contextual menu JavaScript component

MISP contains a DOM-based cross-site scripting (XSS) vulnerability in the contextual menu JavaScript component. The ContextualMenu class populates HTML <option> elements by assigning user-controllable values to the innerHTML property. Be…

SunlitMISP · MISPvia NVD
CVE-2026-94277Medium· 6.3
yesterday

MISP's galaxy matrix statistics view (app/View/Users/statistics_galaxymatrix.ctp) renders the galaxy name directly into HTML output via sprintf() without any HTML encoding

MISP's galaxy matrix statistics view (app/View/Users/statistics_galaxymatrix.ctp) renders the galaxy name directly into HTML output via sprintf() without any HTML encoding. An authenticated user holding the perm_galaxy_editor permission …

SunlitMISP · MISPvia NVD
CVE-2026-93296Medium· 5.1
5d 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 (event_general.ctp) and the server/feed preview card (preview_general.ctp) constructed donut chart legend la…

Sunlitmisp · mispEPSS 0.33%via NVD
CVE-2026-93295Medium· 5.1
5d 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:…

Sunlitmisp · mispEPSS 0.50%via NVD
CVE-2026-92932Medium· 5.1
5d ago

In the MISP sachertortephp library, the Xml::build() static method in lib/Cake/Utility/Xml.php contains a logic error in the conditional that gates network-based XML fetching

In the MISP sachertortephp library, the Xml::build() static method in lib/Cake/Utility/Xml.php contains a logic error in the conditional that gates network-based XML fetching. The original condition was written as: $options['readFile'] &…

Sunlitmisp · sachertortephpEPSS 0.23%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
1w 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
1w 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-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
misp vulnerabilities (CVEs) · VulnSea