9.1
CVE-2022-1931
- EPSS 0.32%
- Veröffentlicht 31.05.2022 02:15:07
- Zuletzt bearbeitet 21.11.2024 06:41:46
- Quelle security@huntr.dev
- CVE-Watchlists
- Unerledigt
Incorrect Synchronization in GitHub repository polonel/trudesk prior to 1.2.3.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Trudesk Project ≫ Trudesk Version < 1.2.3
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.32% | 0.548 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.1 | 2.8 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
|
| nvd@nist.gov | 5.5 | 8 | 4.9 |
AV:N/AC:L/Au:S/C:P/I:P/A:N
|
| security@huntr.dev | 9.1 | 2.3 | 6 |
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
|
CWE-662 Improper Synchronization
The product utilizes multiple threads or processes to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this resource by multiple threads or processes.
CWE-821 Incorrect Synchronization
The product utilizes a shared resource in a concurrent manner, but it does not correctly synchronize access to the resource.