Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows still has a (bad) security design at its core #7

Closed
pauser0000001 opened this issue Jan 16, 2023 · 2 comments
Closed

Windows still has a (bad) security design at its core #7

pauser0000001 opened this issue Jan 16, 2023 · 2 comments

Comments

@pauser0000001
Copy link

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.

@jmau111
Copy link
Member

jmau111 commented Jan 16, 2023

the problem is still there.

Yes, under some conditions.

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.

@jmau111
Copy link
Member

jmau111 commented Jan 19, 2023

Closing this. Thanks for sharing your thoughts.

I use the wrong interface 😖 and missed the GitHub's feature "discussions." Let's see what it does.

@jmau111 jmau111 closed this as completed Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants