Skip to main content

Use of NullPointerException Catch to Detect NULL Pointer Dereference

CVE-2025-27466

Severity High
Score 9.8/10

Summary

There is an issue related to the handling and accessing of guest memory pages in the viridian code: A NULL Pointer Dereference in the updating of the reference TSC area. It can lead to Denial-of-Service (DoS) affecting the entire host, information leaks, or elevation of privilege. This issue affects versions from 4.13.0 prior to 4.21.0-rc1.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • HIGH

CWE-395 - Use of NullPointerException Catch to Detect NULL Pointer Dereference

Catching NullPointerException should not be used as an alternative to programmatic checks to prevent dereferencing a null pointer.

Advisory Timeline

  • Published