willchen96 slams the door on a document-snooping hole in tabular review
A community-reported flaw let any user pull text out of documents they were never allowed to see.
Tabular review is the feature that runs an AI extraction across a stack of documents and lays the answers out in a grid. The problem: it trusted whatever document references a user handed it, without checking that the user was actually allowed to read those files. A free-account attacker could drop someone else's document IDs into their own review, and the server would dutifully fetch the files, run an extraction over them, and hand back the text verbatim.
The fix, imported from an outside contributor's security report, now verifies access at every point a document gets pulled - you have to own the file or be on its project to touch it. Unauthorized IDs are quietly dropped rather than throwing a loud error, which keeps older clients working but means misuse won't show up as a blocked request in the logs.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?