Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2022-0319
Published:May 15, 2026
Updated:May 15, 2026
Impact A potential unsafe deserialization issue exists within the "autogluon.multimodal" module, where YAML files are loaded via "yaml.load()" instead of "yaml.safe_load()". The deserialization of untrusted data may allow an unprivileged third party to cause remote code execution, denial of service, and impact to both confidentiality and integrity. Impacted versions: ">=0.4.0;<0.4.3", ">=0.5.0;<0.5.2". Patches The patches are included in "autogluon.multimodal==0.4.3", "autogluon.multimodal==0.5.2" and Deep Learning Containers "0.4.3" and "0.5.2". Workarounds Do not load data which originated from an untrusted source, or that could have been tampered with. Only load data you trust. References * https://cwe.mitre.org/data/definitions/502.html * https://www.cvedetails.com/cve/CVE-2017-18342/
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Deserialization of Untrusted Data