New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 734344 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug-Security



Sign in to add a comment

Use-of-uninitialized-value in base::Pickle::WriteData

Project Member Reported by ClusterFuzz, Jun 17 2017

Issue description

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

Fuzzer: inferno_twister
Job Type: linux_msan_content_shell_drt
Platform Id: linux

Crash Type: Use-of-uninitialized-value
Crash Address: 
Crash State:
  base::Pickle::WriteData
  IPC::ParamTraits<std::__1::tuple<blink::WebInputEvent const* const&, std::__1::v
  IPC::MessageT<InputMsg_HandleInputEvent_Meta, std::__1::tuple<blink::WebInputEve
  
Sanitizer: memory (MSAN)

Recommended Security Severity: Medium

Regressed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=480110:480214

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


Issue filed automatically.

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 

Comment 1 by est...@chromium.org, Jun 17 2017

Components: UI
Owner: chongz@chromium.org
Status: Assigned (was: Untriaged)
Looks like the culprit CL was already reverted, but adding chongz to confirm, please.
Project Member

Comment 2 by sheriffbot@chromium.org, Jun 18 2017

Labels: M-61
Project Member

Comment 3 by sheriffbot@chromium.org, Jun 18 2017

Labels: ReleaseBlock-Stable
This is a serious security regression. If you are not able to fix this quickly, please revert the change that introduced it.

If this doesn't affect a release branch, or has not been properly classified for severity, please update the Security_Impact or Security_Severity labels, and remove the ReleaseBlock label. To disable this altogether, apply ReleaseBlock-NA.

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

Comment 4 by sheriffbot@chromium.org, Jun 18 2017

Labels: Pri-1
Project Member

Comment 5 by sheriffbot@chromium.org, Jun 19 2017

Labels: M-61

Comment 6 by chongz@chromium.org, Jun 19 2017

Status: Fixed (was: Assigned)
Confirm that it was caused by my CL and reverting it should have fixed the issue.

---
The root cause seems to be that I have an initialized var A and un-initialized var B. I copied value from B to A, and A was then caught by MSAN.
Project Member

Comment 7 by ClusterFuzz, Jun 20 2017

ClusterFuzz has detected this issue as fixed in range 480271:480453.

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

Fuzzer: inferno_twister
Job Type: linux_msan_content_shell_drt
Platform Id: linux

Crash Type: Use-of-uninitialized-value
Crash Address: 
Crash State:
  base::Pickle::WriteData
  IPC::ParamTraits<std::__1::tuple<blink::WebInputEvent const* const&, std::__1::v
  IPC::MessageT<InputMsg_HandleInputEvent_Meta, std::__1::tuple<blink::WebInputEve
  
Sanitizer: memory (MSAN)

Recommended Security Severity: Medium

Regressed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=480110:480214
Fixed: https://clusterfuzz.com/revisions?job=linux_msan_content_shell_drt&range=480271:480453

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


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs 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, Jun 20 2017

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

Comment 10 by sheriffbot@chromium.org, Sep 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