PM25 icon indicating copy to clipboard operation
PM25 copied to clipboard

Storing SID in Insecure Cookies

Open tianjk99 opened this issue 1 year ago • 0 comments

Please check if there is any problem with storing SID in cookies.

  1. PM25-Cloud/controllers/settoken.js, line 10, line 35

This practice poses a significant risk to the security of application, as it can potentially lead to session hijacking and cross-site scripting attacks. It is crucial to address this issue promptly to ensure the integrity and confidentiality of user sessions.

tianjk99 avatar Dec 08 '23 13:12 tianjk99