public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug locale/26224] New: iconv hangs when converting some invalid inputs from several IBM character sets
@ 2020-07-09 20:21 arjun.is at lostca dot se
  2020-07-09 20:22 ` [Bug locale/26224] " arjun.is at lostca dot se
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: arjun.is at lostca dot se @ 2020-07-09 20:21 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26224

            Bug ID: 26224
           Summary: iconv hangs when converting some invalid inputs from
                    several IBM character sets
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: locale
          Assignee: unassigned at sourceware dot org
          Reporter: arjun.is at lostca dot se
  Target Milestone: ---

I found the following hangs when running an iconv input fuzzer I wrote while
trying to fix bug 19519. The hangs are present in master:

echo -en '\x00\x0f' | iconv -t UTF-8 -c -f IBM1364
echo -en '\x00\x0f' | iconv -t UTF-8 -c -f IBM1371
echo -en '\x00\x0f' | iconv -t UTF-8 -c -f IBM1388
echo -en '\x00\x0f' | iconv -t UTF-8 -c -f IBM1390
echo -en '\x00\x0f' | iconv -t UTF-8 -c -f IBM1399

These hangs are presently mentioned but commented out in
iconv/tst-iconv_prog.sh and should eventually be un-commented when this bug is
fixed.

The fuzzer itself (attachment 11786) should also be run against these character
sets after this bug is fixed, because they skip all remaining inputs for a
character set once they encounter a hang in the corresponding converter, and
thus any other hangs (from possibly other bugs) aren't tested for.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-06  2:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 20:21 [Bug locale/26224] New: iconv hangs when converting some invalid inputs from several IBM character sets arjun.is at lostca dot se
2020-07-09 20:22 ` [Bug locale/26224] " arjun.is at lostca dot se
2020-07-09 20:27 ` fweimer at redhat dot com
2020-07-09 20:43 ` fweimer at redhat dot com
2020-10-22  7:55 ` [Bug locale/26224] iconv hangs when converting some invalid inputs from several IBM character sets (CVE-2020-27618) siddhesh at sourceware dot org
2020-11-06  2:19 ` siddhesh at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).