VYPR

Libwebm

by Webmproject

Source repositories

CVEs (3)

  • CVE-2018-6548CriFeb 2, 2018
    risk 0.64cvss 9.8epss 0.01

    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…

  • CVE-2019-9746HigMar 13, 2019
    risk 0.49cvss 7.5epss 0.02

    In libwebm before 2019-03-08, a NULL pointer dereference caused by the functions OutputCluster and OutputTracks in webm_info.cc will trigger an abort, which allows a DoS attack, a similar issue to CVE-2018-19212.

  • CVE-2018-19212MedNov 12, 2018
    risk 0.42cvss 6.5epss 0.01

    In libwebm through 2018-10-03, there is an abort caused by libwebm::Webm2Pes::InitWebmParser() that will lead to a DoS attack.