New issue
Advanced search Search tips

Issue 724500 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: ----
Type: Bug-Security



Sign in to add a comment

Heap-buffer-overflow in CFX_UnownedPtr<unsigned int const>::Probe

Project Member Reported by ClusterFuzz, May 19 2017

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=5266232378130432

Fuzzer: libfuzzer_pdfium_xfa_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: Heap-buffer-overflow READ 1
Crash Address: 0x6020000017c0
Crash State:
  CFX_UnownedPtr<unsigned int const>::Probe
  CFX_UnownedPtr<unsigned int const>::~CFX_UnownedPtr
  CFX_StringCTemplate<wchar_t>::~CFX_StringCTemplate
  
Sanitizer: address (ASAN)

Recommended Security Severity: Medium

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=472979:473031

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5266232378130432


Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.
 

Comment 1 by tsepez@chromium.org, May 19 2017

Labels: -Security_Severity-Medium Security_Severity-Low
A Crash in CFX_UnownedPtr::Probe() is low-severity, since it means that a class was deleted containing a dangling pointer. Hence it is possible that some other path might exist to use the freed memory, but it isn't directly exploitable until that path is found to exist.

Comment 2 by tsepez@chromium.org, May 19 2017

Cc: thestig@chromium.org dsinclair@chromium.org
Owner: tsepez@chromium.org
Status: Assigned (was: Untriaged)

Comment 3 by tsepez@chromium.org, May 19 2017

Labels: -Security_Impact-Head Security_Impact-None
XFA => not shipping.

Comment 5 by tsepez@chromium.org, May 19 2017

Status: Fixed (was: Assigned)

Comment 6 by tsepez@chromium.org, May 19 2017

Next pdfium roll should bring closure.
Project Member

Comment 7 by ClusterFuzz, May 20 2017

ClusterFuzz has detected this issue as fixed in range 473337:473390.

Detailed report: https://clusterfuzz.com/testcase?key=5266232378130432

Fuzzer: libfuzzer_pdfium_xfa_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: Heap-buffer-overflow READ 1
Crash Address: 0x6020000017c0
Crash State:
  CFX_UnownedPtr<unsigned int const>::Probe
  CFX_UnownedPtr<unsigned int const>::~CFX_UnownedPtr
  CFX_StringCTemplate<wchar_t>::~CFX_StringCTemplate
  
Sanitizer: address (ASAN)

Recommended Security Severity: Medium

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=472979:473031
Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=473337:473390

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5266232378130432


See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 8 by sheriffbot@chromium.org, May 20 2017

Labels: -Restrict-View-SecurityTeam Restrict-View-SecurityNotify
Project Member

Comment 9 by sheriffbot@chromium.org, Aug 26 2017

Labels: -Restrict-View-SecurityNotify allpublic
This bug has been closed for more than 14 weeks. Removing security view restrictions.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment