Key Information CVE ID: CVE-2025-45333 Version: 1.1 Discoverer: WeiBin Qiu Affected Components: base/abc/abcVerify.c, void Abc_NtkCecFraigPart, pMiterPart->pModel Reference Link: https://github.com/Berkeley-abc/abc/pull/383 Description: A null pointer dereference vulnerability exists in . Vulnerability Details: - The null pointer dereference occurs in the function, located in . - The dereference happens under the following conditions: 1. is set to . 2. . 3. During the call to , the pointer is dereferenced. Relevant Code Snippet