-
Notifications
You must be signed in to change notification settings - Fork 8
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
Insecure services found #205
Comments
TITLE
TL;DR FAQ Some services though are insecure by nature. Older services like Telnet and FTP are highly vulnerable and should not be used for secure applications. Additionally, some services are not designed for use across the internet but rather over local networks. Security focused distributions of Linux such as Red Hat have these services disabled by default. We recommend for your security to either uninstall these services or disable them. |
I don't like the FAQ portion for this |
Agreed @fshmcallister - it doesn't read that well. |
FAQ Services like Telnet, RSH, and FTP are still readily available, however they are outdated and vulnerable and should not be used for any secure applications. We recommend for your security to either uninstall these services or disable them and use more secure alternatives such as SSH instead. |
better? |
I guess what stands out to me is the word service. I know it was in the initial wording. Let me try something: There are generations of services. Many older services, like Telnet, RSH, and FTP are still readily available in most Linux distribution. However it is generally considered bad practice to use these nowadays as they are often unencrypted in transit, meaning that sensitive data, such as passwords can be intercepted in transit. Moreover, older and insecure services may expose your system to attacks. We recommend for your security to either uninstall these services or disable them and use more secure alternatives that provide better security. |
Yeah I think I see what you mean. Do you think it's not necessary then to describe what a service is? I've tweaked it a bit more for grammar. There are multiple generations of services. Many older services, like Telnet, RSH, and FTP are still readily available in most Linux distributions. However, it is generally considered bad practice to use these nowadays as they are often unencrypted in transit, meaning that sensitive data, such as passwords, can be intercepted in transit. Moreover, older and insecure services may expose your system to attacks. We recommend for your security to either uninstall these services or disable them and use more secure alternatives that provide better security. |
That's better. Thanks @fshmcallister. |
TITLE TL;DR FAQ There are multiple generations of services. Many older services, like Telnet, RSH, and FTP are still readily available in most Linux distributions. However, it is generally considered bad practice to use these nowadays as they are often unencrypted in transit, meaning that sensitive data, such as passwords and content can be intercepted in transit. Moreover, older and insecure services may expose your system to attacks. We recommend for your security to either uninstall these services or disable them and use more secure alternatives that provide better security. Code Block To uninstall the insecure service, run: ``` |
@vpetersson We refactored this RA to be one per service. Now we're back at one RA for all services again? |
Well, the documentation was based on the data dump I received. We shouldn't revert this back. Rather we should use the new model with one per service. |
We found insecure services installed on {devices}. Because these services are considered insecure, it is recommended that you uninstall them. Run sudo apt-get purge {services}to disable all insecure services.
part of #198
The text was updated successfully, but these errors were encountered: