Changes between Version 1 and Version 3 of Ticket #36768
- Timestamp:
- Dec 3, 2025, 11:52:31 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36768
- Property Cc added
- Property Component Uncategorized → File uploads/storage
-
Ticket #36768 – Description
v1 v3 1 1 I thought the code below could generate DoS, so I made a bug report 2 However, File._iter__ was not recognized as a bug because only one line was buffered and only worked for chunks returned from File.chunks, but it was determined that verification code for input should be added, so it was created as an open ticket.2 However, `File._iter__()` was not recognized as a bug because only one line was buffered and only worked for chunks returned from `File.chunks`, but it was determined that verification code for input should be added, so it was created as an open ticket. 3 3 4 4 The code pattern is similar to CVE-2023-36053, which is already released, so I think it needs to be modified.