Test: /ext/exif/tests/bug78910.phpt - Version 7.3.32        

Security #78910 Heap-buffer-overflow READ in exif
Submitted: 2019-12-04 12:23:56 Modified: 2019-12-16 19:01:31
From: nikic Assigned: stas
Status: Closed Package: EXIF related
PHP Version: 7.2Git-2019-12-04 (Git) OS:

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Fatal error: Uncaught Error: Call to undefined function exif_read_data() in %s/bug78910.php:3
002+ Stack trace:
003+ #0 {main}
004+ thrown in %s/bug78910.php on line 3
001- Notice: exif_read_data(): Read from TIFF: tag(0x927C, MakerNote ): Illegal format code 0x2020, switching to BYTE in %s on line %d
002-
003- Warning: exif_read_data(): Process tag(x927C=MakerNote ): Illegal format code 0x2020, suppose BYTE in %s on line %d
004-
005- Warning: exif_read_data(): IFD data too short: 0x0000 offset 0x000C in %s on line %d
006-
007- Warning: exif_read_data(): Error in TIFF: filesize(x002A) less than start of IFD dir(x46494C4F) in %s on line %d
008- array(8) {
009- ["FileDateTime"]=>
010- int(0)
011- ["FileSize"]=>
012- int(42)
013- ["FileType"]=>
014- int(8)
015- ["MimeType"]=>
016- string(10) "image/tiff"
017- ["SectionsFound"]=>
018- string(13) "ANY_TAG, IFD0"
019- ["COMPUTED"]=>
020- array(2) {
021- ["IsColor"]=>
022- int(0)
023- ["ByteOrderMotorola"]=>
024- int(1)
025- }
026- ["Make"]=>
027- array(2) {
028- [0]=>
029- int(1179994697)
030- [1]=>
031- int(1179208781)
032- }
033- ["MakerNote"]=>
034- NULL
035- }