Skip to content

Commit 9cb2471

Browse files
committed
debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols
Fixes #30253 Change-Id: I0c3d67649ea379b67f3575c1219fe05a04f056ae Reviewed-on: https://go-review.googlesource.com/c/162859 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Alex Brainman <[email protected]>
1 parent 8da1b01 commit 9cb2471

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

src/debug/pe/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ func (f *File) ImportedSymbols() ([]string, error) {
377377

378378
// start decoding the import directory
379379
var ida []ImportDirectory
380-
for len(d) > 0 {
380+
for len(d) >= 20 {
381381
var dt ImportDirectory
382382
dt.OriginalFirstThunk = binary.LittleEndian.Uint32(d[0:4])
383383
dt.TimeDateStamp = binary.LittleEndian.Uint32(d[4:8])

src/debug/pe/file_test.go

+30
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,36 @@ func TestInvalidFormat(t *testing.T) {
637637
"000000000\x00\x00\x0000000000" +
638638
"00000000000000000000" +
639639
"0000000000000000"),
640+
// https://golang.org/issue/30253
641+
[]byte("L\x01\b\x00regi\x00\x00\x00\x00\x00\x00\x00\x00\xe0\x00\x0f\x03" +
642+
"\v\x01\x02\x18\x00\x0e\x00\x00\x00\x1e\x00\x00\x00\x02\x00\x00\x80\x12\x00\x00" +
643+
"\x00\x10\x00\x00\x00 \x00\x00\x00\x00@\x00\x00\x10\x00\x00\x00\x02\x00\x00" +
644+
"\x04\x00\x00\x00\x01\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x90\x00\x00" +
645+
"\x00\x04\x00\x00\x06S\x00\x00\x03\x00\x00\x00\x00\x00 \x00\x00\x10\x00\x00" +
646+
"\x00\x00\x10\x00\x00\x10\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00" +
647+
"\x00\x00\x00\x00\x00`\x00\x00x\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
648+
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
649+
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
650+
"\x00\x00\x00\x00\x00\x00\x00\x00\x04\x80\x00\x00\x18\x00\x00\x00\x00\x00\x00\x00" +
651+
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb8`\x00\x00|\x00\x00\x00" +
652+
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
653+
"\x00\x00\x00\x00.text\x00\x00\x00d\f\x00\x00\x00\x10\x00\x00" +
654+
"\x00\x0e\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
655+
"`\x00P`.data\x00\x00\x00\x10\x00\x00\x00\x00 \x00\x00" +
656+
"\x00\x02\x00\x00\x00\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
657+
"@\x000\xc0.rdata\x00\x004\x01\x00\x00\x000\x00\x00" +
658+
"\x00\x02\x00\x00\x00\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
659+
"@\x00[email protected]_fram\xa0\x03\x00\x00\x00@\x00\x00" +
660+
"\x00\x04\x00\x00\x00\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
661+
"@\x00[email protected]\x00\x00\x00\x00`\x00\x00\x00\x00P\x00\x00" +
662+
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +
663+
"\x80\x000\xc0.idata\x00\x00x\x03\x00\x00\x00`\x00\x00" +
664+
"\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00" +
665+
"0\xc0.CRT\x00\x00\x00\x00\x18\x00\x00\x00\x00p\x00\x00\x00\x02" +
666+
"\x00\x00\x00\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00" +
667+
"0\xc0.tls\x00\x00\x00\x00 \x00\x00\x00\x00\x80\x00\x00\x00\x02" +
668+
"\x00\x00\x00 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x001\xc9" +
669+
"H\x895\x1d"),
640670
}
641671

642672
for _, data := range crashers {

0 commit comments

Comments
 (0)