9.8
CVE-2019-10231
- EPSS 0.31%
- Veröffentlicht 27.03.2019 17:29:02
- Zuletzt bearbeitet 21.11.2024 04:18:42
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
Teclib GLPI before 9.4.1.1 is affected by a PHP type juggling vulnerability allowing bypass of authentication. This occurs in Auth::checkPassword() (inc/auth.class.php).
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Teclib-edition ≫ Gestionnaire Libre De Parc Informatique Version < 9.4.1.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.31% | 0.54 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')
The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.