Vulnerabilities (CVE)

Filtered by vendor Facebook Subscribe
Filtered by product Parlai
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-24040 1 Facebook 1 Parlai 2023-12-10 7.5 HIGH 9.8 CRITICAL
Due to use of unsafe YAML deserialization logic, an attacker with the ability to modify local YAML configuration files could provide malicious input, resulting in remote code execution or similar risks. This issue affects ParlAI prior to v1.1.0.
CVE-2021-39207 1 Facebook 1 Parlai 2023-12-10 6.5 MEDIUM 8.8 HIGH
parlai is a framework for training and evaluating AI models on a variety of openly available dialogue datasets. In affected versions the package is vulnerable to YAML deserialization attack caused by unsafe loading which leads to Arbitary code execution. This security bug is patched by avoiding unsafe loader users should update to version above v1.1.0. If upgrading is not possible then users can change the Loader used to SafeLoader as a workaround. See commit 507d066ef432ea27d3e201da08009872a2f37725 for details.