A security issue was fixed in the correlations over-correlation endpoint where the order query parameter was accepted from user-controlled named request parameters. This allowed an authenticated user to override the server-defined ordering of over-correlating values. Depending on how the value was processed by the underlying data access layer, this could allow manipulation of database query ordering and potentially expose the application to unsafe query construction.
The patch removes order from the set of request-controlled parameters and instead sets the ordering server-side to occurrence desc after processing allowed user parameters.
Affected component:
app/Controller/CorrelationsController.php, overCorrelations()
Security impact:
An authenticated attacker could influence the ordering clause used by the over-correlations query. The direct impact appears limited to query manipulation unless further evidence confirms SQL injection or unauthorized data exposure through the manipulated ordering expression.
References
| Link | Resource |
|---|---|
| https://github.com/MISP/MISP/commit/aa094a335ba2855f8a42a1dc44398f43560fe247 | Patch |
Configurations
History
08 Jun 2026, 13:35
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/MISP/MISP/commit/aa094a335ba2855f8a42a1dc44398f43560fe247 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.1 |
| CPE | cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:* | |
| First Time |
Misp
Misp misp |
04 Jun 2026, 15:19
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-04 15:16
Updated : 2026-06-08 13:35
NVD link : CVE-2026-10863
Mitre link : CVE-2026-10863
CVE.ORG link : CVE-2026-10863
JSON object : View
Products Affected
misp
- misp
CWE
CWE-20
Improper Input Validation
