Skip to main content

NULL Pointer Dereference

CVE-2020-35981

Severity High
Score 7.8/10

Summary

An issue was discovered in GPAC version before 2.0.0. There is an invalid pointer dereference in the function "SetupWriters()" in "isomedia/isom_store.c".

  • LOW
  • LOCAL
  • HIGH
  • UNCHANGED
  • REQUIRED
  • NONE
  • HIGH
  • HIGH

CWE-476 - NULL Pointer Dereference

A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.

Advisory Timeline

  • Published