You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is from my personal perpective a security issue in the Class NotificationService inside the Method "notifyForumSubscribers(...)"
the method iterates over the forum structure setting parent forum as current forum. doing this the readAccess is always checked against the current forum which is in this moment the parent forum. in line 139 i think there has to be a check against the current forum AND always against the forum in which the new topic is written.
We fixed it in our instance by editing the method to the following version where we added a variable "$originalforum" which is additionally checked:
there is from my personal perpective a security issue in the Class NotificationService inside the Method "notifyForumSubscribers(...)"
the method iterates over the forum structure setting parent forum as current forum. doing this the readAccess is always checked against the current forum which is in this moment the parent forum. in line 139 i think there has to be a check against the current forum AND always against the forum in which the new topic is written.
We fixed it in our instance by editing the method to the following version where we added a variable "$originalforum" which is additionally checked:
The text was updated successfully, but these errors were encountered: