CVE-2020-36472: Data races in max7301
The ImmediateIO
and TransactionalIO
types implement Sync
for all contained
Expander<EI>
types regardless of if the Expander
itself is safe to use
across threads.
As the IO
types allow retrieving the Expander
, this can lead to non-thread
safe types being sent across threads as part of the Expander
leading to data
races.
References
Detect and mitigate CVE-2020-36472 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →