Bug 1475207 (CVE-2017-7000) - CVE-2017-7000 chromium-browser: pointer disclosure in sqlite
Summary: CVE-2017-7000 chromium-browser: pointer disclosure in sqlite
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2017-7000
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1475216 1475220 1475221 1478785 1478786 1478787
Blocks: 1475215
TreeView+ depends on / blocked
 
Reported: 2017-07-26 08:05 UTC by Adam Mariš
Modified: 2021-02-17 01:49 UTC (History)
3 users (show)

Fixed In Version: Chrome 60.0.3112.78
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-06-08 03:18:20 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:1833 0 normal SHIPPED_LIVE Important: chromium-browser security update 2017-07-31 18:32:00 UTC

Description Adam Mariš 2017-07-26 08:05:08 UTC
A pointer disclosure flaw was found in the SQLite component of the Chromium browser.

Upstream bug(s):

https://code.google.com/p/chromium/issues/detail?id=742407

External References:

https://chromereleases.googleblog.com/2017/07/stable-channel-update-for-desktop.html

Comment 1 Adam Mariš 2017-07-26 08:13:46 UTC
Created chromium tracking bugs for this issue:

Affects: fedora-all [bug 1475216]

Comment 3 errata-xmlrpc 2017-07-31 14:34:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 6 Supplementary

Via RHSA-2017:1833 https://access.redhat.com/errata/RHSA-2017:1833

Comment 5 Huzaifa S. Sidhpurwala 2017-08-07 05:19:03 UTC
The chromium bug is private, but looking at the commit:

https://chromium.googlesource.com/chromium/src.git/+/3bfe67c9c4b45eb713326aae7a67c8f7390dae08

Which leads to the upstream commit at:

https://www.sqlite.org/src/info/d6a44b352d432d52

It seems that this issue is not specific to chromium-browser, but affects versions of sqlite shipped with Red Hat Enterprise Linux and Fedora.

This flaw basically causes sqlite to leak the underlying memory location, when some operations are performed. This memory-address leak can be used by other (more severe) flaws to potentially result in code-execution.

The patch adds new API functions, "sqlite3_bind_pointer(), sqlite3_result_pointer(), and sqlite3_value_pointer() used to safely move pointer values through SQL without exposing underlying memory address information."

This patch is included in the  sqlite-3.20.0 release.

More details about the new API (interfaces) and how they can be used is available at:

https://www.sqlite.org/bindptr.html

Comment 6 Huzaifa S. Sidhpurwala 2017-08-07 05:24:31 UTC
Created sqlite tracking bugs for this issue:

Affects: fedora-all [bug 1478785]

Comment 7 Huzaifa S. Sidhpurwala 2017-08-07 05:25:59 UTC
Created sqlite2 tracking bugs for this issue:

Affects: fedora-all [bug 1478786]

Comment 8 Huzaifa S. Sidhpurwala 2017-08-07 05:26:44 UTC
Created mingw-sqlite tracking bugs for this issue:

Affects: fedora-all [bug 1478787]


Note You need to log in before you can comment on or make changes to this bug.