An accidentally disclosed SAS token with excessive privileges enabled researchers to access nearly 40TB of Microsoft’s data, highlighting the risks of privilege mismanagement and oversharing. (www.computerweekly.com)
from Aboel3z@programming.dev to programming@programming.dev on 17 Dec 2023 08:01
https://programming.dev/post/7366657

#programming

threaded - newest

Carighan@lemmy.world on 17 Dec 2023 08:37 next collapse

Yeah my ex makes a lot of money basically sitting down with companies and over years (because it’s such an arduous process to get managers to understand the importantance of) make them slowly, ever so slowly, do proper access or even identity management.

spicyemu@programming.dev on 17 Dec 2023 18:39 next collapse

I wonder how many data breaches or leaks happen that we don’t hear about. Is it like ten for every one that makes the news, or worse?

Kissaki@feddit.de on 17 Dec 2023 09:03 collapse

“Like any secret, SAS tokens need to be created and handled appropriately,” said the MSRC team. “As always, we highly encourage customers to follow our best practices when using SAS tokens to minimise the risk of unintended access or abuse.

lol - follow our best practices - ironic. Of course documented best practices don’t mean everyone follows them, even internally, but that statement still makes for humorous irony. Ambiguous, almost implies, “follow how we did it here” in my reading.

Among other things, their access levels can be easily and readily customised by the user, as can the expiry time, which could in theory allow a token to be created that never expired (the compromised one was in fact valid through to 2051, 28 years from now).

[…] it’s not easy to revoke the token either […]

Reading this, the drive to managed cloud and centralization feels like an effort to replace memory management issues as the top vulnerability cause. We - as an industry - are more aware of those as ever, and have interesting efforts like Rust adoption. And at the same time, hierarchical access tokens you can’t easily revoke, with arbitrary configured lifetimes and access, that are hard to monitor, track, and trace (from reading this article) are introduced as an entirely new set of risk and attack surface.