CVE-2021-28055:
Predictable CSRF tokens in centreon/centreon
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.25739%
CWE
Published
6/8/2021
Updated
1/27/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
centreon/centreon | composer | >= 20.10.0, < 20.10.7 | 20.10.7 |
centreon/centreon | composer | >= 20.04.0, < 20.04.13 | 20.04.13 |
centreon/centreon | composer | >= 19.10.0, < 19.10.23 | 19.10.23 |
centreon/centreon | composer | < 2.8.37 | 2.8.37 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While the exact commit diff is unavailable, the vulnerability description explicitly points to predictable CSRF token generation. In PHP
applications, CSRF tokens are typically generated in security-related utility classes. The confidence is medium because: 1) The CWE-330
directly implicates random value generation functions 2) The patch would logically target the token generation mechanism 3) Centreon's
architecture likely centralizes CSRF handling in security modules. However, without seeing the actual pre-patch code, this remains an inference based on vulnerability patterns.