Uncaught Exception Affecting boa_engine package, versions >=0.16.0 <0.19.0
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.05% (17th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RUST-BOAENGINE-7687587
- published 15 Aug 2024
- disclosed 14 Aug 2024
- credit arai-a
Introduced: 14 Aug 2024
CVE-2024-43367 Open this link in a new tabHow to fix?
Upgrade boa_engine
to version 0.19.0 or higher.
Overview
Affected versions of this package are vulnerable to Uncaught Exception due to the handling of AsyncGenerator
operations. This allows an attacker to trigger a state transition from a getter method for the then
property, which causes the engine to fail an assertion of the assumption.
Workaround
Users who are unable to upgrade to the fixed version can use std::panic::catch_unwind
to make sure exceptions caused by the engine won't impact the availability of the main application.