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
Any file can be renamed to .exe or .com and become immediately capable of being executed (if it has the right bytes in place).
This is the bad security design that is still not fixed. In other OSes, at least you need to give rights of execution, in windows (since the first one up to 11 (11^10, more or less), the problem is still there.
The text was updated successfully, but these errors were encountered:
You need the user to run the .exe (or many other formats, like .bat) that will likely be unsigned and spotted by the system. However, the user can still force the exec (e.g., cracked games and software).
You can make Linux users download and exec something with commands like curl | sh without chmod.
Don't get me wrong. I'm not saying this is not a point of attack, but there are ways to achieve that in other OSes.
Any file can be renamed to .exe or .com and become immediately capable of being executed (if it has the right bytes in place).
This is the bad security design that is still not fixed. In other OSes, at least you need to give rights of execution, in windows (since the first one up to 11 (11^10, more or less), the problem is still there.
The text was updated successfully, but these errors were encountered: