PT-2022-20867 · Nvflare · Nvflare
Nintorac
+1
·
Published
2022-06-22
·
Updated
2022-07-13
·
CVE-2022-31605
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
NVFLARE versions prior to 2.1.2
Description
The issue concerns the deserialization of untrusted data in the utils module of NVFLARE, where YAML files are loaded via
yaml.load() instead of yaml.safe load(). This may allow an unprivileged network attacker to cause Remote Code Execution, Denial Of Service, and impact both Confidentiality and Integrity.Recommendations
For versions prior to 2.1.2, update to version 2.1.2 to resolve the issue.
As a temporary workaround, consider changing
yaml.load() to yaml.safe load() in the affected module.Fix
Deserialization of Untrusted Data
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Nvflare