Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-28884: fix: [security] XSS in community index · MISP/MISP@b94c797

In MISP 2.4.169, app/Lib/Tools/CustomPaginationTool.php allows XSS in the community index.

CVE
#xss#php

Permalink

Browse files

fix: [security] XSS in community index

- As reported by Zigrin Security

  • Loading branch information

Showing 1 changed file with 2 additions and 0 deletions.

@@ -27,6 +27,8 @@ public function createPaginationRules($items, $options, $model, $sort = 'id’, $f

$params[‘options’][$v] = $options[$v];

}

}

$params[‘page’] = is_numeric($params[‘page’]) ? $params[‘page’] : 1;

$params[‘limit’] = is_numeric($params[‘limit’]) ? $params[‘limit’] : 60;

$maxPage = floor($params[‘count’] / $params[‘limit’]);

if ($params[‘count’] % $params[‘limit’] != 0) {

$maxPage += 1;

0 comments on commit b94c797

Please sign in to comment.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907