|
|
|
|
|
by AdieuToLogic
28 days ago
|
|
> It relies on your software to be properly sandboxed and permissioned. And organizations rely on their employees not falling for phishing email. How well has that worked? > What we have seen is state funded hacking groups can often exploit bugs which break out of sandboxes and embed themselves in the system. But the malicious code only exists in memory, it can’t persist between reboots because the next boot would fail the checksum and signature checks. "Malicious code existing only in memory" is patently false by not addressing supply chain attacks previously mentioned. To wit, the npm left-pad attack[0]. See also the thousands of PHP CVEs. 0 - https://en.wikipedia.org/wiki/Npm_left-pad_incident |
|