• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • It’s easier if you don’t think it as actual gender, and just as grammar. You have “el televisor” (masculine) and “la tele” o “la tv” (femenine), both meaning “the tv”. It’s more about how the word ends than anything.

    Still, it’s something that if someone gets it wrong, it sounds off but everyone still understands. No one is going to care for a foreigner saying that wrong. There’s no really a confusion to be had there.

    But time/weather can lead to actual misunderstandings.



















  • Yes and no. It’s an escalations issue. Even with administrator access, you are not supposed[note1] to be allowed to install drivers with invalid signature, which supposedly haven an even high chain of trust (although this really iffy unless you are using secureboot as well but that’s another discussion).

    That said, when the attacker already has admin privileges you are so far in the compromised chain that the kernel driver is an issue, but you are most likely completely fucked anyways.

    This just makes your vulnerability state to be the same as in linux, where your drivers arent required to be signed in the first place, for example.

    [note 1]: There’s a caveat, with admin acess you can disable driver signatures entirely, using bcdedit, this is called test signing and leaves a visible watermark at all times with “Test signing enabled”, therefore the user can already see that the computer is compromised. Its mostly useful for devs (or attacking people who dont give a fuck).