OSDN Git Service

ResStringPool: Fix security vulnerability
authory <rtmitchell@google.com>
Fri, 6 Apr 2018 00:57:27 +0000 (17:57 -0700)
committerandroid-build-team Robot <android-build-team-robot@google.com>
Fri, 3 Aug 2018 19:04:13 +0000 (19:04 +0000)
commit17552c35be5698c852884b326f0bfc35122572d3
tree695361ed6494478e14bcaf79458393fe8bb1f029
parentd5e98d935225425125dcdbe5f203d6ae1f6375b3
ResStringPool: Fix security vulnerability

Adds detection of attacker-modified size and data fields passed to
ResStringPool::setTo(). These attacks are modified apks that AAPT would
not normally generate. In the rare case this occurs, the installation
cannot be allowed to continue.

Bug: 71361168
Bug: 71360999
Test: run cts -m CtsAppSecurityHostTestCases \
          -t android.appsecurity.cts.CorruptApkTests

Change-Id: If7eb93a9e723b16c8a0556fc4e20006aa0391d57
Merged-In: If7eb93a9e723b16c8a0556fc4e20006aa0391d57
(cherry picked from commit 7e54c3f261d81316b75cb734075319108d8bc1d1)
libs/androidfw/ResourceTypes.cpp