"Security Issue" in Entry Properties plug in

Found a bug? Tell us!!
Post Reply
sbauer
Posts: 2
Joined: Wed Aug 29, 2007 3:22 pm
Location: Karlsruhe, DE
Contact:

"Security Issue" in Entry Properties plug in

Post by sbauer »

I today stumbled over a security issue (more or less) in the Entry Properties plug in (serendipity_event_entryproperties).

The issue is only relevant to multi-user blogs.

If a user logged in and saves his password inside the browser (what a lot of people do), the password form when creating a new entry will be filled automatically by the browser. If a user does not double-check the form and posts the entry, the entry will be protected with the user's login password.

If another user now edits this entry, the password form will contain the password set for this entry. In this case it's the user's login password which can now be read from the HTML code.

To avoid that the password field will be filled automatically by the browser, the autocomplete="off" attribute should be appended to it.

And yes, this really happend at one of my s9y blogs ;) and I can imagine that this could happen quite more.

Best,
Sebastian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: "Security Issue" in Entry Properties plug in

Post by garvinhicking »

Hi!

Yes indeed, a good suggestion. I've committed your suggestion.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sbauer
Posts: 2
Joined: Wed Aug 29, 2007 3:22 pm
Location: Karlsruhe, DE
Contact:

Post by sbauer »

Thanks! :)
Post Reply