You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"Privilege Rights": {
"SeLoadDriverPrivilege": {
"S-1-5-32-545": "BUILTIN\\Utilisateurs",
"Description": "Required to load or unload a device driver. "
}
I don't think this is reported as "Interesting" but maybe I'm wrong.
In this case the SeLoadDriverPrivilege can be used for privilege escalation and it is granted to everyone.
(See the slides of Andrea for more details)
The text was updated successfully, but these errors were encountered:
It's definitely marked as 'interesting' within the code, as seen by the "I" highlighted in red above, which gets checked in AssessPrivRights.cs on line 37. If you're able to provide any example data that would help.
I found this in an assessment.
I don't think this is reported as "Interesting" but maybe I'm wrong.
In this case the SeLoadDriverPrivilege can be used for privilege escalation and it is granted to everyone.
(See the slides of Andrea for more details)
The text was updated successfully, but these errors were encountered: