Skip to main content

NULL Pointer Dereference

CVE-2020-35982

Severity High
Score 7.8/10

Summary

An issue was discovered in GPAC version before v2.0.0. There is an invalid pointer dereference in the function "gf_hinter_track_finalize()" in "media_tools/isom_hinter.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