Skip to main content

NULL Pointer Dereference

CVE-2018-20190

Severity Medium
Score 6.5/10

Summary

In LibSass 3.5.5, a NULL Pointer Dereference in the function "Sass::Eval::operator()"(Sass::Supports_Operator*) in "eval.cpp" may cause a Denial of Service (application crash) via a crafted sass input file.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • REQUIRED
  • NONE
  • NONE
  • 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