Alerts This Week
Warning Icon 1 637
Alerts This Week
Warning Icon 1 637

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 6 articles for you...
210

OpenSSH regreSSHion Bug: Urgent Actions Needed to Address Critical Threat

The infamous OpenSSH "regreSSHion" vulnerability, CVE-2024-6387, sent shockwaves through the Linux security community when it was discovered this past summer. This critical flaw threatens a core component of Linux system security: OpenSSH. . Used widely for remote login and other network services, any breach could have devastating repercussions: attackers could gain unwarranted access, elevate privileges, or execute malicious code that leads to data breaches, system disruptions, and loss of control over affected systems. With attackers now having access to PoC code to exploit this vulnerability directly, security admins must take immediate action against any attacks attempting to exploit this bug to harm their systems. I'll explain how this exploit works and its potential impacts and offer practical advice for securing your systems against this threat. Understanding the OpenSSH regreSSHion Bug The notorious "regreSSHion" vulnerability exploits weaknesses in OpenSSH's handling of SSH sessions, potentially allowing attackers to execute code remotely by manipulating specific session parameters during authentication or connection establishment. Attackers could gain unauthorized access and perform operations with elevated privileges by sending maliciously structured packets or exploiting buffer overflows in its protocol implementation. This vulnerability affects OpenSSH versions 8.5p1 through 9.8p1 on glibc-based Linux systems, as these contain flawed code that could allow attackers to gain unauthorized system access. As is always recommended with critical vulnerabilities, the best course of action to limit potential risks is updating to the most recent version, where any known issues have been rectified by applying security patches provided by OpenSSH maintainers. Immediate Mitigation Requires Patching & Updates For Linux security admins, the first and most essential step in securing against this bug is applying all patches and updates provided by OpenSSH maintainers. When criticalvulnerabilities such as CVE-2024-6387 emerge, the OpenSSH team responds quickly by issuing patches that remove exploitable security flaws. Quickly updating all systems running OpenSSH can close off potential openings used by attackers to gain entry and exploit any vulnerabilities present. Enhancing Authentication Practices Patches are only the first step toward strengthening authentication methods against "regreSSHion." SSH access is essential to administrative duties, so its security should remain tight. Strong passwords should always be used; however, moving beyond password-based methods into key-based methods provides an extra layer of protection. Public key authentication eliminates password entry and decreases the risk of brute-force attacks. Multi-factor authentication (MFA) can further strengthen security. With MFA in place, even if an attacker gains SSH credentials, they would still require additional forms of verification - like time-based one-time passwords (TOTPs). Implementing MFA can significantly decrease the risk of unauthorized access. Limit SSH Access Another effective protection measure is to limit SSH access as much as possible. SSH should only be accessible from trusted IP addresses. Setting firewall rules that permit connections from specific IP ranges or networks can reduce the attack surface significantly. After all, any PoC exploit used will not have any effect against systems that attackers cannot reach. Consider tools such as fail2ban for additional restrictions. This system analyzes authentication logs and blocks IP addresses that display any sign of suspicious activity, providing an extra safeguard against potential exploit attempts. Vigilant Monitoring and Network Analysis Staying aware and responding swiftly to potential intrusions is critical to maintaining system integrity and security. Implementing robust monitoring solutions capable of detecting suspicious activities and alerting administrators quickly is essential. Network traffic analysistools like Snort can aid in quickly recognizing patterns indicative of attacks for timely intervention. We strongly recommend establishing an Intrusion Detection or Intrusion Prevention System (IDS/IPS). These systems can monitor traffic and system logs and alert administrators of activities that deviate from the norm. Security teams can quickly detect potential exploits by monitoring network traffic on ports typically used by SSH clients. Regular Audits and User Activity Monitoring Conducting frequent software audits is another effective strategy for creating a secure environment. Unnecessary or outdated software can introduce vulnerabilities, providing potential attack vectors. Regular audits and frequent checks ensure that only essential and up-to-date software packages remain installed, decreasing the risk of exploitation. Monitoring user activity helps detect and combat suspicious actions, including login attempts from unfamiliar locations or unauthorized access to sensitive files that might indicate compromise. Implementing robust user activity monitoring enhances our ability to detect and respond to potential threats quickly. Staying Informed and Proactive Staying informed on the latest security threats is vital to effective defense. Reviewing LinuxSecurity advisories and subscribing to LinuxSecurity newsletters will keep you abreast of potential vulnerabilities, patches, or mitigation solutions as soon as they become known. Be prepared to act swiftly when new information is available! Our Final Thoughts on Mitigating This Notorious OpenSSH Flaw The "regreSSHion" (CVE-2024-6387) vulnerability must be treated as an immediate and critical threat, with newly available proof-of-concept code increasing risks to Linux systems. Urgent measures should be implemented immediately to counter this threat and secure all affected Linux devices. Applying patches, strengthening authentication mechanisms, restricting SSH access, and implementing stringent monitoring practices areessential to protect systems against potential exploits. Regular software audits, user activity monitoring, and staying abreast of emerging threats are foundational practices to ensuring adequate security in your Linux environment and providing protection from vulnerabilities like "regreSSHion." Taking such proactive steps can help safeguard our systems effectively against emerging risks like the "regreSSHion" flaw. Implementing these measures requires concerted effort and a commitment to avoiding new and known risks, but their benefits cannot be ignored. By prioritizing security and utilizing all available tools and best practices, we can protect our systems from this critical vulnerability and others that arise in the future. . Immediate updates and protective actions are essential for a significant OpenSSH vulnerability to protect Unix-like environments.. OpenSSH Security, regreSSHion Exploit, Remote Access Vulnerabilities, Linux Authentication Best Practices. . Brittany Day

Calendar 2 Jan 08, 2025 User Avatar Brittany Day Security Vulnerabilities
210

Dnsmasq Advisory: Critical Threat To IoT Devices And Routers

Security researchers have discovered a set of seven vulnerabilities in dnsmasq - a utility used in many Linux-based systems, especially routers and other IoT devices, to provide DNS services - which allow attackers to redirect users or execute malicious code. This dangerous set of flaws has been named DNSpooq. Patch dnsmasq now! . Security researchers have found several serious vulnerabilities in dnsmasq, a utility used in many Linux-based systems, especially routers and other IoT devices, to provide DNS services. Attackers can exploit the flaws to redirect users to rogue websites when trying to access legitimate ones or to execute malicious code on vulnerable devices. Dnsmasq is a lightweight tool that provides DNS caching, DNS forwarding and DHCP (Dynamic Host Configuration Protocol) services. The utility has been around for around 20 years and is part of the standard set of tools in many Linux distributions, including Android. As a utility that provides network services, dnsmasq is widely used in networking devices such as home business routers but is also present in many other types of embedded and IoT systems including firewalls, VoIP phones and car WiFi systems. . Critical flaws in dnsmasq place countless Linux devices at risk of exploitation. Take immediate action to protect your infrastructure!. Dnsmasq Security, IoT Device Threats, Linux Networking Flaws, DNS Services Exploitation. . Brittany Day

Calendar 2 Jan 19, 2021 User Avatar Brittany Day Security Vulnerabilities
74

Exploring Zeroshell Network Services For Embedded Linux Devices

Hand-rolling your own Linux-based network servers, routers and wireless access points is easier than ever largely because of the proliferation of tiny, specialized Linux distributions like Zeroshell. Zeroshell weighs in at just over 100 megabytes, making it perfect for embedded devices like PC Engines WRAP boards, Soekris boards, Mini-ITX, and other small form-factor computers Check out this lightweight Linux distro which is suited to delivering network security services running on embedded devices. . The link for this article located at LinuxPlanet is no longer available. . Zeroshell provides a robust Linux-based platform tailored for network functionalities on embedded systems. Explore its features.. Zeroshell, Lightweight Linux, Embedded Solutions, Router Technology. . Brittany Day

Calendar 2 Nov 19, 2008 User Avatar Brittany Day Network Security
72

Explore Devil-Linux As A Dedicated Firewall And Router Solution

Devil-Linux is a distribution which boots and runs completely from CD. The configuration can be saved to a floppy diskette or a USB pen drive. It was originally intended to be a dedicated firewall/router but now Devil-Linux can also be used as a server for many applications. Attaching an optional hard drive is easy, and many network services are included in the distribution. Have you used any Linux distributions which are design to be used as a firewall or router? This article looks at the Devil-Linux distribution with some useful links to learn more about this Linux distro.. The link for this article located at Linux Journal is no longer available. . The link for this article located at Linux Journal is no longer available.. devil-linux, distribution, which, boots, completely, configuration. . Bill Locke

Calendar 2 May 20, 2008 User Avatar Bill Locke Firewalls
74

Gartner: Future of Cloud Security Emphasizes Access Management

The network security forecast is cloudy, and that's not a bad thing if you're to believe what analysts are saying at this week's Gartner IT Security Summit. Gartner predicts that by 2008, carriers like AT&T, Verizon, MCI and others will operationalize security functions like firewalls and intrusion detection into routers and switches, leaving enterprises to concentrate on identity and access management and other security duties away from the perimeter. By extending security to the Internet cloud, denial-of-service attacks, for example, never reach the gateway. . "We would take what an MSSP does and mesh that with our infrastructure so that the service provider and carrier becomes one," said AT&T CISO Ed Amoroso. CISOs, meanwhile, will still have network responsibilities like setting policy and aligning policy with an enterprise business model. They'll be alleviated of costly signature updates and license renewals. "Carriers and ISPs will provides these services for you," Gartner research director John Pescatore said. While this boils down to essentially outsourcing these services to carriers, enterprises may be skeptical about doing so until auditors are satisfied. The link for this article located at SearchSecurity is no longer available. . Experts forecast a shift towards cloud-driven security solutions by 2025, emphasizing user authentication and permissions oversight.. Cloud Security, Network Services, Security Outsourcing, Access Management, IT Infrastructure. . Brittany Day

Calendar 2 Jun 07, 2005 User Avatar Brittany Day Network Security
77

Understanding Linux Server Security Challenges And Management Tools

Today news sites repeated the monthly Microsoft execute says "Linux is insecure" articles. And while they are comparing apples with eggs (as Linux distributions ship with far more servers and network services than Microsoft offers), it's hard to deny the fact . . . . Today news sites repeated the monthly Microsoft execute says "Linux is insecure" articles. And while they are comparing apples with eggs (as Linux distributions ship with far more servers and network services than Microsoft offers), it's hard to deny the fact that Linux is also insecure. Essential and security critical packages like OpenSSH, LSH and OpenSSL had exploits in the last weeks and this should have convinced the last conservatives that it is not possible to write a complex server in C without having a remote exploit per year. All these exploits were caused by manual memory management that is relatively hard to avoid in C. But that's not even the point that I want to make, you can also have security problems in other languages. What free software (and also the proprietary competition mostly) lacks is a way to make securing your computer easy. Let's assume a somewhat experienced user wants to find out which TCP/UDP ports are open, reconfigure all servers to accept only local IP addresses and otherwise shut the service down. In an ideal world the user could use some administration GUI to get a list of all ports that are open, with a user friendly service name (not the path of the binary!) for each port. Then the user right-clicks each of them and selects "Configure this service", a configuration GUI for the service appears and the user does the neccessary configuration. The link for this article located at KDEDeveloper is no longer available. . Linux server security encounters challenges from vulnerabilities in popular applications and zero-day exploits, demanding strong updates and integrated management solutions.. Server Security, Management Tools, Security Exploits, Network Services, Administration GUI. . LinuxSecurity.comTeam

Calendar 2 Oct 23, 2003 User Avatar LinuxSecurity.com Team Server Security
77

Assessing Network Services For Security Risks and Protection Strategies

A network intruder will look for security weaknesses at every point in your network architecture. If you have adequately locked down the Physical, Data Link, Network, and Transport layers of your network, the wily hacker will simply move up to those . . . . A network intruder will look for security weaknesses at every point in your network architecture. If you have adequately locked down the Physical, Data Link, Network, and Transport layers of your network, the wily hacker will simply move up to those protocols and services your network does expose to the Internet. These application-specific protocols are actually much easier to exploit, so many hackers start there and drop down to the Network or Transport level when they need to circumvent a protocol's security mechanisms. In this article, we'll go over each of the most commonly used Internet services, briefly examining each for their weaknesses and abuse potential. First, however, we'll discuss sockets and services ingeneral, identifying typical service vulnerabilities so you can identify potential problems when you need to install services on your own network. In this article, we'll go over each of the most commonly used Internet services, briefly examining each for their weaknesses and abuse potential. First, however, we'll discuss sockets and services ingeneral, identifying typical service vulnerabilities so you can identify potential problems when you need to install services on your own network. Which services are safe to allow through your firewall, which are not safe, and which ones do you do need to keep an eye on? When a new service becomes popular, or when you want to give your network clients a new Internet-based tool, what do you look for when you evaluate the service? Complex services are easier to exploit than simple services. The Echo service, for example, simply transmits back to the client whatever the client sends to it. The Echo service is useful for debugging and for network connectivity testing, but it is difficult to see how the Echoservice could be exploited to gain control of the computer running the service. Since the Echo service accepts data from theclient, however, it must be programmed to correctly handle being fed too much data at once. The link for this article located at LinuxExposed is no longer available. . A cyber attacker will take advantage of vulnerabilities in your system framework. Understand how to safeguard your applications efficiently.. Network Security, Service Assessment, Intrusion Prevention. . LinuxSecurity.com Team

Calendar 2 Aug 01, 2003 User Avatar LinuxSecurity.com Team Server Security
83

RIPE: DDoS Attack Recovery Overview and Service Resumption

Internet registry RIPE (Réseaux IP Européens) yesterday reported its services were back to normal, after it became the victim of a serious DDoS at the end of last month. All but a tenth of traffic sent to RIPE failed to . . . . Internet registry RIPE (Réseaux IP Européens) yesterday reported its services were back to normal, after it became the victim of a serious DDoS at the end of last month. All but a tenth of traffic sent to RIPE failed to reach the registry during the two and a half hour duration of the attack on February 27. The distributed ICMP (Internet Control Message Protocol) echo attack left RIPE's DNS, Whois and FTP services unavailable during the duration of the attack, between 14:00 and 16:30 GMT on February 27. RIPE's Web site was also affected. All these services are now back to normal. In a statement RIPE's Network Coordination Centre (NCC) explains "the attack caused various congestion related problems for the RIPE NCC's network to the extent that our BGP [Border Gateway Protocol, an important routing protocol] sessions were affected, and non-ICMP traffic was being randomly dropped." . The domain authority ICANN (Internet Corporation for Assigned Names and Numbers) continues operations following significant cyber attacks that interfered with regular activities.. DDoS Attack, RIPE Services, Network Congestion, ICMP Attack. . LinuxSecurity.com Team

Calendar 2 Mar 07, 2003 User Avatar LinuxSecurity.com Team Hacks/Cracks
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here