Make WordPress Core

Opened 7 years ago

Closed 5 years ago

Last modified 5 years ago

#44024 closed defect (bug) (invalid)

Unreachable destination file pointer closing in getid3.lib.php

Reported by: itowhid06's profile itowhid06 Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: External Libraries Keywords: has-patch
Focuses: Cc:

Description

If for any reason, a file is opened for writing and the file pointer fails to seek to the offset, then the fclose($fp_dest) is unreachable. The destination file handle would remain open until the script execution is finished, which could lead to a corrupted file or other probable security issues.

Attachments (1)

patch.diff (594 bytes) - added by itowhid06 7 years ago.

Download all attachments as: .zip

Change History (4)

@itowhid06
7 years ago

#1 @itowhid06
7 years ago

  • Keywords has-patch added

#2 @itowhid06
5 years ago

  • Resolution set to invalid
  • Severity changed from major to minor
  • Status changed from new to closed

I think its appropriate to update the library itself.

#3 @desrosj
5 years ago

  • Milestone Awaiting Review deleted

For updating ID3 to the the latest version, see #43836.

Note: See TracTickets for help on using tickets.