Changes between Version 1 and Version 3 of Ticket #36768


Ignore:
Timestamp:
Dec 3, 2025, 11:52:31 AM (3 weeks ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36768

    • Property Cc Pravin added
    • Property Component UncategorizedFile uploads/storage
  • Ticket #36768 – Description

    v1 v3  
    11I 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.
     2However, `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.
    33
    44The code pattern is similar to CVE-2023-36053, which is already released, so I think it needs to be modified.
Back to Top