The World type in dces is marked as Send without bounds on its EntityStore and ComponentStore.
World
dces
Send
EntityStore
ComponentStore
This allows non-thread safe EntityStore and ComponentStores to be sent across threads and cause data races.
{ "license": "CC0-1.0" }
{ "affected_functions": null, "affects": { "os": [], "functions": [], "arch": [] } }
{ "cvss": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "informational": null, "categories": [ "memory-corruption", "thread-safety" ] }