What can malicious postgres db user do to a linux server?
0
votes
2
answers
169
views
Suppose I created a db user with
create role myuser login password 'xyz';
and allowed typical read and write db permissions.
If a malicious user finds these login credentials (and has access to db), what is the worst he can do to the Ubuntu server where the db lives? (e.g. can he get access to the OS shell? can he install something? can he remove non-db files? ...)
Asked by sitems
(103 rep)
Mar 3, 2022, 03:20 PM
Last activity: Mar 3, 2022, 06:25 PM
Last activity: Mar 3, 2022, 06:25 PM