]> git.ipfire.org Git - thirdparty/glibc.git/commit
iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
authorArjun Shankar <arjun@redhat.com>
Wed, 4 Nov 2020 11:19:38 +0000 (12:19 +0100)
committerFangrui Song <i@maskray.me>
Sat, 28 Aug 2021 00:26:08 +0000 (17:26 -0700)
commit77d2c2fd0d8245ce729ae7d3ba97279a4afc845a
tree20bb35c89496cf9198a7bd405b9d498a2203465f
parent1a8e6a65626f17cb2547693a002b2877bebc8ddb
iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]

The IBM1364, IBM1371, IBM1388, IBM1390 and IBM1399 character sets
share converter logic (iconvdata/ibm1364.c) which would reject
redundant shift sequences when processing input in these character
sets.  This led to a hang in the iconv program (CVE-2020-27618).

This commit adjusts the converter to ignore redundant shift sequences
and adds test cases for iconv_prog hangs that would be triggered upon
their rejection.  This brings the implementation in line with other
converters that also ignore redundant shift sequences (e.g. IBM930
etc., fixed in commit 692de4b3960d).

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
iconvdata/ibm1364.c