-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
3.2.10, 3.3.4
-
None
Similar to PHPBB3-14838, calls to phpbb\feed\attachments_base::fetch_attachments that try to load the attachments from a forum, topic, or list of topics are not properly bounded. If a topic has a large number of attachments, it can lead to memory exhaustion. The query for attachments needs to be always limited to load only the attachments from the specific posts that are going to be displayed in the feed.