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`.
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://github.com/airbnb/optica/security/advisories/GHSA-cf87-4h6x-phh6 | third party advisory |
https://github.com/ohler55/oj/blob/develop/pages/Security.md | third party advisory |
https://www.rubydoc.info/gems/oj/3.0.2/Oj.safe_load | release notes vendor advisory |