Vulnerability CVE-2022-41875


Published: 2022-11-23

Description:
A remote code execution (RCE) vulnerability in Optica allows unauthenticated attackers to execute arbitrary code via specially crafted JSON payloads. Specially crafted JSON payloads may lead to RCE (remote code execution) on the attacked system running Optica. The vulnerability was patched in v. 0.10.2, where the call to the function `oj.load` was changed to `oj.safe_load`.

Type:

CWE-502

(Deserialization of Untrusted Data)

 References:
https://github.com/airbnb/optica/security/advisories/GHSA-cf87-4h6x-phh6
https://www.rubydoc.info/gems/oj/3.0.2/Oj.safe_load
https://github.com/ohler55/oj/blob/develop/pages/Security.md

Copyright 2024, cxsecurity.com

 

Back to Top