Skip to content

Commit

Permalink
v1.954
Browse files Browse the repository at this point in the history
        - Fix for CVE-2024-4140: An excessive memory use issue (CWE-770)
          exists in Email-MIME, before version 1.954, which can cause denial of
          service when parsing multipart MIME messages.  The fix is the new
          $MAX_PARTS configuration limits how many parts we will consider
          parsing.  The default $MAX_PARTS is 100.
  • Loading branch information
rjbs committed May 2, 2024
1 parent 88cfc99 commit d339016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension Email::MIME.

{{$NEXT}}

1.954 2024-05-02 17:12:30-04:00 America/New_York
- Fix for CVE-2024-4140: An excessive memory use issue (CWE-770)
exists in Email-MIME, before version 1.954, which can cause denial of
service when parsing multipart MIME messages. The fix is the new
Expand Down

0 comments on commit d339016

Please sign in to comment.