Use After Free Affecting chromium-browser package, versions *


Severity

Recommended
low

Based on Debian security rating.

Threat Intelligence

EPSS
1.25% (67th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-DEBIAN9-CHROMIUMBROWSER-414490
  • published2 Feb 2018
  • disclosed2 Feb 2018

Introduced: 2 Feb 2018

CVE-2018-6548  (opens in a new tab)
CWE-416  (opens in a new tab)

How to fix?

There is no fixed version for Debian:9 chromium-browser.

NVD Description

Note: Versions mentioned in the description apply only to the upstream chromium-browser package and not the chromium-browser package as distributed by Debian. See How to fix? for Debian:9 relevant fixed versions and status.

A use-after-free issue was discovered in libwebm through 2018-02-02. If a Vp9HeaderParser was initialized once before, its property frame_ would not be changed because of code in vp9parser::Vp9HeaderParser::SetFrame. Its frame_ could be freed while the corresponding pointer would not be updated, leading to a dangling pointer. This is related to the function OutputCluster in webm_info.cc.