Hello,
My name is Nada I'm here to help you.
I'm sorry that you are experiencing this issue, and I will try my best to assist you.
Since you cannot see the drivers, please click on your Start menu and type Command prompt then right-click on it and select Run as administrator. Copy and paste the command below and hit on Enter:
dism /online /get-drivers /format:table
Once it gave you the list of drivers, find the Published Name that has the issue. (an example is oem25.inf). Now, kindly uninstall it using the command below:
pnputil /delete-driver oem25.inf /uninstall /force
Note: Please rename the oem25.inf depending on the drivers you see from your end.
If the steps above did not help, let us try to refresh Windows Defender by going to registry HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender then delete the "Windows Defender" folder.
Let me know if this helps!