Skip to main content

NULL Pointer Dereference

CVE-2022-24577

Severity High
Score 7.8/10

Summary

GPAC version 1.0.1 is affected by a NULL pointer dereference in "gf_utf8_wcslen". ("gf_utf8_wcslen" is a renamed Unicode "utf8_wcslen" function)

  • 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