Affected versions of rgb crate allow viewing and modifying data of any type T wrapped in RGB<T> as bytes, and do not correctly constrain RGB<T> and other wrapper structures to the types for which it is safe to do so.
Safety violation possible for a type wrapped in RGB<T> and similar wrapper structures:
The issue was resolved by requiring all types wrapped in structures provided by RGB crate to implement an unsafe marker trait.
{ "nvd_published_at": null, "cwe_ids": [ "CWE-119", "CWE-843" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2021-08-19T21:21:37Z" }