SECURITY ISSUE WITH v0.10.0~0.10.2 #148
pilcrowonpaper
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CRITICAL SECURITY ISSUE IN VERSION 10
UPDATE TO V0.10.3 OR VERSION 12
While finishing v0.11.0 (now v0.12.0), I've discovered a critical security issue with v0.10.0 ~ 0.10.2.
getUserSession()
and functions that used it (including the mainhandleServerSession()
) DID NOT validate the access token properly. It only checked if the access token existed in the database, and did not check for the expiry time.I have deprecated the versions affected, released v0.10.3 which patches this issue and removes
getUserSession()
, and released v0.12.0. I recommend updating to v0.12.0.I'm really sorry for not checking the code hard enough
Beta Was this translation helpful? Give feedback.
All reactions