Null-dereference WRITE in content::AppCacheEntry::add_types |
||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6279847101595648 Fuzzer: libFuzzer_appcache_fuzzer Fuzz target binary: appcache_fuzzer Job Type: chromeos_libfuzzer_chrome_asan Platform Id: linux Crash Type: Null-dereference WRITE Crash Address: 0x000000000000 Crash State: content::AppCacheEntry::add_types content::AppCacheStorageImpl::StoreOrLoadTask::CreateCacheAndGroupFromRecords content::AppCacheStorageImpl::GroupLoadTask::RunCompleted Sanitizer: address (ASAN) Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6279847101595648 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally.
,
Jan 5
,
Jan 7
,
Jan 7
,
Jan 11
mek@: Can you please investigate?
,
Jan 11
,
Jan 12
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a39e9ff8aa1474c6efc194224b00e0fbe59b4274 commit a39e9ff8aa1474c6efc194224b00e0fbe59b4274 Author: Marijn Kruisselbrink <mek@chromium.org> Date: Sat Jan 12 01:56:00 2019 [AppCache] Don't use DCHECK to validate MarkAsForeignEntry parameters. This is an IPC that comes from a potentially untrusted renderer, so don't use DCHECK to make sure the entry it refers to exists, instead just silently ignore invalid entries. Bug: 919264 Change-Id: If5addcecfcb5e2c56bd78f918f635269982635e7 Reviewed-on: https://chromium-review.googlesource.com/c/1407442 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#622260} [modify] https://crrev.com/a39e9ff8aa1474c6efc194224b00e0fbe59b4274/content/browser/appcache/appcache_storage_impl.cc
,
Jan 12
,
Jan 12
ClusterFuzz has detected this issue as fixed in range 622249:622267. Detailed report: https://clusterfuzz.com/testcase?key=6279847101595648 Fuzzer: libFuzzer_appcache_fuzzer Fuzz target binary: appcache_fuzzer Job Type: chromeos_libfuzzer_chrome_asan Platform Id: linux Crash Type: Null-dereference WRITE Crash Address: 0x000000000000 Crash State: content::AppCacheEntry::add_types content::AppCacheStorageImpl::StoreOrLoadTask::CreateCacheAndGroupFromRecords content::AppCacheStorageImpl::GroupLoadTask::RunCompleted Sanitizer: address (ASAN) Fixed: https://clusterfuzz.com/revisions?job=chromeos_libfuzzer_chrome_asan&range=622249:622267 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6279847101595648 See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Jan 12
ClusterFuzz testcase 6279847101595648 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by ClusterFuzz
, Jan 5Labels: ClusterFuzz-Auto-CC