Deep Dive Into Session Security

Deep Dive Into WordPress Session Management

Calvin Alkan @ snicco.io • 12 months ago

As shared here earlier, Thomas J. Raef recently released an analysis of hacked WordPress sites and found a significant number are hacked because session cookies were stolen due to the user’s computer having malware. One outcome from that research is the importance of logging out of sites and not just closing the browser.

In this article Calvin Alkan provides a deep dive into how WordPress sessions work. He found that WP session management provides good protection against Cross-Site Scripting attacks and session Fixation, but does not protect against session hijacking from local devices. Calvin’s suggestion is to decrease the lifetime of WordPress sessions to help prevent session hijacking.

Patchstack Priority

Patchstack New Feature

Oliver Sid @ patchstack.com • 1 year ago

Patchstack has a new feature, Patchstack Priority. What I gather from the announcement is that it is another rating system in addition to the CVSS score. The Patchstack Priority is meant to indicate how likely the immediate threat is and how quickly you should respond.

I always update vulnerable plugins immediately, so I’m not sure how helpful this will be for me, though it is good to know if there are active exploits.