9.8
CVE-2022-36944
- EPSS 74.63%
- Published 23.09.2022 18:15:10
- Last modified 27.05.2025 15:15:26
- Source cve@mitre.org
- CVE-Watchlists
- Open
Scala 2.13.x before 2.13.9 has a Java deserialization chain in its JAR file. On its own, it cannot be exploited. There is only a risk in conjunction with Java object deserialization within an application. In such situations, it allows attackers to erase contents of arbitrary files, make network connections, or possibly run arbitrary code (specifically, Function0 functions) via a gadget chain.
Data is provided by the National Vulnerability Database (NVD)
Scala-lang ≫ Scala Version >= 2.13.0 < 2.13.9
Scala-lang ≫ Scala-collection-compat Version < 2.9.0
Fedoraproject ≫ Fedora Version35
Fedoraproject ≫ Fedora Version36
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 74.63% | 0.988 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-502 Deserialization of Untrusted Data
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.