GNU bug report logs -
#30186
27.0.50; Password is not hidden in read-passwd
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sat, 20 Jan 2018 21:40:02 UTC
Severity: normal
Found in version 27.0.50
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 27 Jan 2018 22:10:06 +0000
with message-id <20180127221006.GB4594 <at> ACM>
and subject line Re: bug#30186: 27.0.50; Password is not hidden in read-passwd
has caused the debbugs.gnu.org bug report #30186,
regarding 27.0.50; Password is not hidden in read-passwd
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30186: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30186
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This is a regression and a security flaw.
Reading a password with ‘read-passwd’ doesn't hide inserted characters
anymore as it used to do in older versions.
When the user has such customization:
(custom-set-variables
'(yank-excluded-properties t))
evaluating
(read-passwd "Prompt: ")
and yanking a password to the minibuffer with 'C-y' doesn't hide it
as it did in Emacs 25.
This can be traced down to ‘remove-yank-excluded-properties’
where ‘set-text-properties’ used to leave ‘display’ properties
(with ‘.’ over inserted characters) in the minibuffer.
[Message part 3 (message/rfc822, inline)]
Hello, Eli and Juri.
On Sat, Jan 27, 2018 at 23:43:34 +0200, Juri Linkov wrote:
> >> So let's do that now. I think the problem with read-passwd is a
> >> security issue, so it should go to emacs-26, do you agree?
> > Yes, i think it should go into emacs-26.
> > Juri, do you see any problem with just removing that
> > with-silent-modifications altogether? I.e. this:
> I agree that removing with-silent-modifications would be
> the best fix. Thanks for taking care of this.
Thanks. I've made this change and committed it to the emacs-26 branch.
I'm closing the bug with this post.
--
Alan Mackenzie (Nuremberg, Germany).
This bug report was last modified 7 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.