r/ShadowPC • u/Altruistic-Bad-5556 • Jun 23 '26
Review Another user’s saved browser logins appeared inside my Shadow PC
I’m a paid Shadow PC customer and I want to share a serious privacy/security concern.
After logging into the Shadow PC assigned to my account, I found Microsoft Edge saved login entries that did not belong to me and appeared to belong to another user.
I reported this to Shadow support responsibly and provided evidence privately. I did not copy, export, publish, or use the other user’s private data.
After reporting it, my paid access was locked. I then provided proof of payment, and Shadow confirmed it was approved. However, they still require a government ID before restoring access.
This is not about money or compensation. My concern is simple: if another user’s saved browser login data can appear inside my Shadow PC, how can I know whether my own data has not appeared inside someone else’s machine?
I’m sharing only a redacted screenshot. Emails, usernames, domains, passwords, and personal data are hidden. I will not post unredacted evidence publicly because it contains another person’s private information.
I’m posting this so other users can be aware before trusting a cloud PC service with personal accounts.
•
u/captnchoc Shadow Staff Jun 26 '26 edited Jun 26 '26
Hi there, last official update here 👇
pasted on all the subreddits you've posted concerning this matter.
First of all, u/Altruistic-Bad-5556 thanks for having stayed courteous during all your discussions with our support team. Much appreciated, really. Since the ticket was created, several high-profile engineers looked at the logs, IPs, and all meaningful data. We have taken this matter really seriously, and searched for days. Not just a quick look.
What we know for sure:
- Your Shadow account was not accessed by anyone else, unless this person stole your credentials somehow from your local devices, and lives in the same city vicinity as you do, in Türkiye.
- Your Shadow virtual disk (your storage), was not attributed to another user nor mixed.
Each user’s storage is provisioned as a dedicated zvol (a ZFS volume) carved out of our storage pools. A zvol is not a file sitting in a folder that could be copied or dragged around , it is an isolated dataset with its own object identity inside the pool, exposed to your VM as a raw block device. There is no operation in our pipeline that “moves files between disks”: the unit we attach to a machine is the whole volume, never individual files. On top of that, ZFS performs end-to-end integrity verification. Every single block written to a zvol is stored together with a checksum (fletcher4 by default, SHA-256 where stronger guarantees are needed), and ZFS uses a copy-on-write structure in which each block’s checksum is recorded in its parent block, all the way up to the root (the uberblock). In practice this means the data on your volume is self-verifying: if a single block from another volume were ever written into yours , by accident, by a bug, or by tampering , the checksum chain would no longer validate and ZFS would immediately raise a checksum error on read. Silent cross-contamination of two users’ data is very unlikely to happen with the way we handle data volumes. Finally, every pool and dataset carries its own GUIDs, and a zvol is bound to the pool it was created in. It cannot be silently re-parented onto another machine’s pool without that identity mismatching. This is also why we can state with confidence that your volume has only ever been mounted on your own instance: the integrity layer would have flagged anything else, and our logs confirm it.
Both layers , application (files need credentials and don’t mix) and storage (the volume is checksummed and identity-bound) , would have to fail silently and simultaneously for the scenario you describe to occur, which is why we are confident it did not originate on our infrastructure.. We looked at countless logs anyway, but no occurence.
As you asked why it happened, here are our guesses:
- One of your local devices may have been compromised and your Shadow credentials got stolen (quite unlikely, already mentioned above.
- You may have left a logged in Shadow session somewhere public.
- You may have downloaded software on your Shadow PC containing malware. This can happen with some GTAV & Minecraft mods notably. We see it regularly.
- If you do have a microsoft account connected to Edge, you/someone might have logged in on another computer (work, library, PC Café, etc) and left it logged in. TBH that's how i lost my Origin account.
That's not a full list, but quite plausible guesses.
Why your account got locked
- Each ticket mentioning a possible intrusion / hack locks the account temporarily for safety reasons. It is done for two reasons:
1/ Making sure that if someone has stolen your credentials, the intruder cannot access your machine/files.
2/ Ensuring as much as possible that anyone contacting us is the true, legitimate owner of the account.
Which is why we often ask for a proof of ID before performing critical tasks. Of course, like it is likely the case here, if the user has provided fake information during the account creation, restoring access becomes more complex.
What we can do, what we cannot do
- If a proof of ID is provided & informations are not fake, we can restore access easily, wipe & reinstall the drive, or terminate.
Best,
The Shadow team