Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Cannot Reproduce
-
11.4.0
-
None
-
ubuntu20.04,x86
-
Not for Release Notes
Description
This is a NULL function pointer dereference vulnerability in MariaDB, occurring within the Item_func_or_sum::walk method defined in sql/item.h:5452. The crash is triggered when the processor function pointer passed to walk() is invalid (specifically, set to nullptr), yet it is invoked without validation. The call stack ends abruptly at 0x0, confirming a direct dereference of a null or corrupted function pointer.