Site icon EfmSoft

What does NTSTATUS 0xC0000079 (STATUS_INVALID_SECURITY_DESCR) mean?

 
Previous Next
STATUS_INVALID_SID STATUS_PROCEDURE_NOT_FOUND

STATUS_INVALID_SECURITY_DESCR

The security descriptor buffer is malformed

A security descriptor combines owner, group, DACL, SACL, control bits, and ACL pointers or offsets. This status means that structure cannot be accepted as a valid descriptor for the operation.

The failure can come from a self-relative versus absolute descriptor mismatch, invalid control flags, bad ACL offsets, missing owner data, or corruption while serializing/deserializing security data.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version