Critical Security Vulnerability in React Server Components
30 points by dbushell
30 points by dbushell
is there an explanation of actual flaw/exploit?
Not yet, only the relevant PR
Definitely looking forward to seeing what it is; I don't know nearly enough about the relevant software to reverse-engineer the vuln from the fix. Maybe it involves getting the server to call an arbitrary function, rather than just the list of exposed ones.
Given the hasOwnProperty checks added, I'd expect it relies on JS module imports having some 'magic' properties... but I haven't felt like digging any further before bed.