1. ThingOS Rust stdlib Security Flaw: Unwired SYS_GETRANDOM Leaves HashMap Vulnerable to Hash-Flooding DoS
A critical security vulnerability exists in the Rust standard library implementation for the ThingOS target. The `SYS_GETRANDOM` system call (number `0x7001`) is present in the kernel's dispatch table but is not wired to the `std::sys::random` module. This leaves the operating system's hash map implementation defensele...