Sync/Send implementations are explicitly called out in CVE description and demonstrated via Rc smuggling. 2) OOB access is shown in PoC with arr[10]. 3) new_from_template's uninitialized drop is directly referenced in advisory. 4) Drop impl is implicated by memory leak/uninitialized drop issues in the PoC output. All vulnerabilities are demonstrated in the GitHub issue's test code and map directly to specific trait implementations mentioned in advisory descriptions.