Passwords aren't protected in-memory
Bug #284512 reported by
Michael Terry
This bug affects 18 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Déjà Dup |
Confirmed
|
Low
|
Unassigned |
Bug Description
Passwords aren't protected in-memory. deja-dup gets them from gnome-keyring, and just holds them plaintext in memory. This should really be improved.
Changed in deja-dup: | |
status: | New → Confirmed |
Changed in deja-dup: | |
importance: | Undecided → Medium |
Changed in deja-dup: | |
importance: | Medium → Low |
security vulnerability: | no → yes |
To post a comment you must log in.
Likewise, when passing them to duplicity, they are stored in the child process's environment. I believe Linux protects other processes' environments, but that doing so is not guaranteed across POSIX. This would require changes in duplicity to allow passing passwords another way (via pipes or whatnot).