CVE-2019-17106:
Centreon Sensitive Data Exposure
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.34088%
CWE
Published
5/24/2022
Updated
10/4/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
centreon/centreon | composer | <= 2.8.29 | 2.8.30 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper handling of password-type macros in host/service configuration forms. The pull request #9311 specifically modifies these functions
to fix password exposure by adding placeholder handling and preventing cleartext storage. The issue #7098 explicitly references cleartext password exposure in server responses, which aligns with the CWE-312 classification. The functions
in DB-Func.php
were directly modified in the patch to address password masking, confirming their role in the vulnerability.