{"id":100986,"date":"2024-07-02T23:10:58","date_gmt":"2024-07-03T06:10:58","guid":{"rendered":"https:\/\/www.intego.com\/mac-security-blog\/?p=100986"},"modified":"2024-12-20T11:06:48","modified_gmt":"2024-12-20T19:06:48","slug":"does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login","status":"publish","type":"post","link":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/","title":{"rendered":"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-101020\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/07\/Qualys-regreSSHion-logo-600x300-1.jpg\" alt=\"\" width=\"600\" height=\"300\" \/><\/p>\n<p><em>A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here&#8217;s everything Mac users should know.<\/em><\/p>\n<p>On Monday, July 1, the maintainers of OpenSSH, an open-source software package, released a major security update. OpenSSH is built into many operating systems, including macOS\u2014the operating system that powers Apple&#8217;s Mac computers.<\/p>\n<p>The July 1 update, OpenSSH 9.8p1, patches a single vulnerability: &#8220;regreSSHion,&#8221; aka CVE-2024-6387. How might this vulnerability affect Macs? Should Mac users be concerned? What can be done about it? Let&#8217;s explore those answers.<\/p>\n<p><strong>Update:<\/strong> <a href=\"https:\/\/www.intego.com\/mac-security-blog\/apple-releases-macos-sonoma-14-6-ios-17-6-and-more-with-security-updates\/\">Apple later patched this vulnerability on July 29, in macOS Sonoma 14.6<\/a>.<\/p>\n<p><em>In this article:<\/em><\/p>\n<ul>\n<li><a href=\"#openssh\">What is OpenSSH? How do Macs use it?<\/a><\/li>\n<li><a href=\"#regresshion\">What is the &#8220;regreSSHion&#8221; vulnerability (CVE-2024-6387)?<\/a><\/li>\n<li><a href=\"#version\">What version of OpenSSH is built into macOS? Is it vulnerable?<\/a><\/li>\n<li><a href=\"#apple\">What does Apple have to say about regreSSHion?<\/a><\/li>\n<li><a href=\"#remotelogin\">How can I disable Remote Login on macOS if I don&#8217;t use it?<\/a><\/li>\n<li><a href=\"#learnmore\">How can I learn more?<\/a><a name=\"openssh\"><\/a><\/li>\n<\/ul>\n<h3>What is OpenSSH? How do Macs use it?<\/h3>\n<p>OpenSSH is mainly used to establish a secure connection between a computer and a remote server. It is commonly associated with the command-line tool &#8220;ssh&#8221; (short for &#8220;secure shell&#8221;) which can be used in the Mac&#8217;s Terminal app.<\/p>\n<p>Macs have a feature (which can be enabled in System Settings, under General &gt; Sharing) called <strong>Remote Login<\/strong>; it is off by default. If a user enables the feature, &#8220;Remote Login lets users of other computers access this computer using SSH and SFTP,&#8221; according to Apple. Anyone on the same network can then attempt to connect to your Mac silently via SSH. Behind the scenes, Remote Login uses the open-source software OpenSSH.<\/p>\n<p>If you set up port forwarding on your home router or company firewall, then SSH can even be made accessible to any computer on the Internet. One company <a href=\"https:\/\/unit42.paloaltonetworks.com\/threat-brief-cve-2024-6387-openssh\/\" target=\"_blank\" rel=\"noopener nofollow\">observed<\/a> more than 7 million vulnerable OpenSSH servers connected to the Internet on July 1, the day of the disclosure and patch.<a name=\"regresshion\"><\/a><\/p>\n<h3>What is the &#8220;regreSSHion&#8221; vulnerability (CVE-2024-6387)?<\/h3>\n<p>Qualys, the company that discovered the vulnerability, <a href=\"https:\/\/www.qualys.com\/regresshion-cve-2024-6387\/\" target=\"_blank\" rel=\"noopener nofollow\">describes<\/a> it as follows:<\/p>\n<blockquote><p>regreSSHion, CVE-2024-6387, is an unauthenticated remote code execution [(RCE) vulnerability] in OpenSSH\u2019s server (sshd) that grants full root access. It affects the default configuration and does not require user interaction. It poses a significant exploit risk.<\/p><\/blockquote>\n<p>The <a href=\"https:\/\/nvd.nist.gov\/vuln\/detail\/CVE-2024-6387\" target=\"_blank\" rel=\"noopener\">summary<\/a> from NIST&#8217;s National Vulnerability Database adds some additional detail:<\/p>\n<blockquote><p>A security regression (CVE-2006-5051) was discovered in OpenSSH&#8217;s server (sshd). There is a race condition which can lead [&#8230;] sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.<\/p><\/blockquote>\n<p>NIST gives this vulnerability an 8.1 (out of 10) CVSS score, which is considered &#8220;high&#8221; severity.<\/p>\n<p>The name &#8220;regreSSHion&#8221; is a pun based on SSH and the programming term &#8220;regression&#8221; (in this case, referring to the reintroduction of a past security bug).<a name=\"version\"><\/a><\/p>\n<h3>What version of OpenSSH is built into macOS? Is it vulnerable?<\/h3>\n<p>As of macOS Sonoma 14.5, Macs include OpenSSH version 9.6p1, which is an affected version; the only fully patched version is 9.8p1 (or 9.8). You can check your own Mac&#8217;s OpenSSH version via the Terminal:<\/p>\n<pre>% \/usr\/bin\/ssh -V\r\nOpenSSH_9.6p1, LibreSSL 3.3.6<\/pre>\n<p>(Note that macOS Sonoma currently also includes an outdated and highly vulnerable version of LibreSSL that is more than two years old. We have been <a href=\"https:\/\/www.intego.com\/mac-security-blog\/apple-neglects-to-patch-multiple-critical-vulnerabilities-in-macos\/\">covering this<\/a> on The Mac Security Blog since last year, soon after macOS Sonoma&#8217;s public release. Apple has continued to ignore our inquiries about it.)<\/p>\n<p>While the particular version of OpenSSH built into Macs is known to be vulnerable, attackers can only exploit the regreSSHion vulnerability under specific conditions. Qualys only <a href=\"https:\/\/blog.qualys.com\/vulnerabilities-threat-research\/2024\/07\/01\/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-server\" target=\"_blank\" rel=\"noopener nofollow\">notes<\/a> that the vulnerability &#8220;likely&#8221; exists in macOS. However, Qualys stated that it did not investigate macOS specifically, and that the exploitability of the bug on macOS &#8220;remains uncertain.&#8221;<a name=\"apple\"><\/a><\/p>\n<h3>What does Apple have to say about regreSSHion?<\/h3>\n<p>Publicly, Apple has remained quiet about whether macOS is affected.<\/p>\n<p>Apple did not respond to Intego&#8217;s inquiry about the vulnerability. It is unclear whether Apple has done any internal testing related to regreSSHion, or whether (and when) the company plans to release a security patch.<\/p>\n<p>Reportedly, customers who contacted AppleCare Enterprise Support Engineering got a generic response: &#8220;To protect our customers, Apple does not disclose, discuss or confirm security issues until a full investigation has occurred and any necessary patches or releases are available.&#8221;<a name=\"remotelogin\"><\/a><\/p>\n<h3>How can I disable Remote Login on macOS if I don&#8217;t use it?<\/h3>\n<p>Apple&#8217;s &#8220;Remote Login&#8221; feature, which enables remote SSH access to a Mac, is disabled by default. You can easily check whether it&#8217;s enabled on your Mac.<\/p>\n<p>If you don&#8217;t use Remote Login but you find that it&#8217;s enabled on your Mac, it&#8217;s probably a good idea to disable it. This will help reduce your attack surface, i.e. the potential ways in which you could potentially be attacked.<\/p>\n<p>If you use macOS Ventura, macOS Sonoma, or macOS Sequoia beta:<\/p>\n<ol>\n<li>Click on the Apple menu in the top-left corner of the screen, then click System Settings\u2026<\/li>\n<li>Click on General, then click on Sharing.<\/li>\n<li>In the Advanced section, make sure that the toggle switch (slider) next to Remote Login is in the off position (i.e. the circle is on the left).<\/li>\n<\/ol>\n<p>If you use macOS Monterey or earlier, please note that your Mac&#8217;s operating system contains <a href=\"https:\/\/www.intego.com\/mac-security-blog\/when-does-an-old-mac-become-unsafe-to-use\/\">numerous vulnerabilities that will never be patched<\/a>. Apple provides only minimal security patches for the two previous versions of macOS, and zero patches for versions older than that. However, if your Mac doesn&#8217;t officially support macOS Sonoma (and if you&#8217;re unwilling to <a href=\"https:\/\/www.intego.com\/mac-security-blog\/how-to-keep-older-macs-secure-a-geeky-approach\/\">upgrade macOS using an unsupported method<\/a>), you can disable Remote Login as follows:<\/p>\n<ol>\n<li>Click on the Apple menu in the top-left corner of the screen, then click System Preferences\u2026<\/li>\n<li>Click on Sharing.<\/li>\n<li>On the left side of the window, make sure that the checkbox next to Remote Login is unchecked.<\/li>\n<\/ol>\n<p><a name=\"learnmore\"><\/a><\/p>\n<h3 id=\"exploremore\">How can I learn more?<\/h3>\n<p>To learn more about the regreSSHion vulnerability, you can read Qualys&#8217;s <a href=\"https:\/\/www.qualys.com\/regresshion-cve-2024-6387\/\" target=\"_blank\" rel=\"noopener nofollow\">overview<\/a>, <a href=\"https:\/\/blog.qualys.com\/vulnerabilities-threat-research\/2024\/07\/01\/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-server\" target=\"_blank\" rel=\"noopener nofollow\">blog post and FAQ<\/a>, and <a href=\"https:\/\/www.qualys.com\/2024\/07\/01\/cve-2024-6387\/regresshion.txt\" target=\"_blank\" rel=\"noopener nofollow\">technical advisory<\/a>.<\/p>\n<p>We briefly discussed regreSSHion on <a href=\"https:\/\/www.intego.com\/mac-security-blog\/new-iphone-chips-macos-sequoia-features-and-the-regresshion-vulnerability-intego-mac-podcast-episode-351\/\">episode 351<\/a>\u00a0of the Intego Mac Podcast.<\/p>\n<p><iframe style=\"width: 100%; max-width: 660px; overflow: hidden; border-radius: 10px;\" src=\"https:\/\/embed.podcasts.apple.com\/us\/podcast\/episode-351-new-iphone-chips-macos-sequoia-features\/id1293834627?i=1000661119243\" height=\"175\" frameborder=\"0\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation-by-user-activation\"><\/iframe><\/p>\n<p>Each week on the <a href=\"https:\/\/podcast.intego.com\/\" target=\"_blank\" rel=\"noopener\"><strong>Intego Mac Podcast<\/strong><\/a>, Intego&#8217;s Mac security experts discuss the latest Apple news, security, and privacy stories, and offer practical advice on getting the most out of your Apple devices. Be sure to <a href=\"https:\/\/podcasts.apple.com\/us\/podcast\/intego-mac-podcast\/id1293834627\" rel=\"noopener\"><strong>follow the podcast<\/strong><\/a> to make sure you don\u2019t miss any episodes.<\/p>\n<p>You can also subscribe to our <a href=\"https:\/\/www.intego.com\/mac-security-blog\/mac-security-newsletter\/\"><strong>e-mail newsletter<\/strong><\/a> and keep an eye here on <a href=\"https:\/\/www.intego.com\/mac-security-blog\"><strong>The Mac Security Blog<\/strong><\/a> for the latest Apple security and privacy news. And don&#8217;t forget to follow Intego on your favorite social media channels: <a href=\"https:\/\/x.com\/IntegoSecurity\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow Intego on \ud835\udd4f\/Twitter\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/03\/X-Twitter-logo-icon-225.gif\" alt=\"Follow Intego on X\/Twitter\" width=\"16\" \/><\/a>\u00a0<a href=\"https:\/\/www.facebook.com\/Intego\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow Intego on Facebook\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/03\/Facebook-logo-icon-225.gif\" alt=\"Follow Intego on Facebook\" width=\"16\" \/><\/a>\u00a0<a href=\"https:\/\/www.youtube.com\/user\/IntegoVideo?sub_confirmation=1\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow Intego on YouTube\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/03\/YouTube-logo-icon-225.png\" alt=\"Follow Intego on YouTube\" width=\"16\" \/><\/a>\u00a0<a href=\"https:\/\/www.pinterest.com\/intego\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow Intego on Pinterest\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/03\/Pinterest-logo-icon-225.png\" alt=\"Follow Intego on Pinterest\" width=\"16\" \/><\/a>\u00a0<a href=\"https:\/\/www.linkedin.com\/company\/intego\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow Intego on LinkedIn\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/03\/LinkedIn-logo-icon-225.gif\" alt=\"Follow Intego on LinkedIn\" width=\"16\" \/><\/a>\u00a0<a href=\"https:\/\/www.instagram.com\/intego_security\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow Intego on Instagram\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/03\/Instagram-logo-icon-225.gif\" alt=\"Follow Intego on Instagram\" width=\"16\" \/><\/a>\u00a0<a href=\"https:\/\/podcasts.apple.com\/us\/podcast\/intego-mac-podcast\/id1293834627\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" style=\"border-width: 1px; border-style: solid; border-radius: 8px;\" title=\"Follow the Intego Mac Podcast on Apple Podcasts\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile.png\" alt=\"Follow the Intego Mac Podcast on Apple Podcasts\" width=\"16\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here&#8217;s everything Mac users should know about CVE-2024-6387.<\/p>\n","protected":false},"author":14,"featured_media":101018,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[143],"class_list":["post-100986","post","type-post","status-publish","format-standard","has-post-thumbnail","category-security-privacy","tag-vulnerabilities"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here&#039;s everything Mac users should know about CVE-2024-6387.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Joshua Long\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"The Mac Security Blog - Keep Macs safe from the dangers of the Internet\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login\" \/>\n\t\t<meta property=\"og:description\" content=\"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here&#039;s everything Mac users should know about CVE-2024-6387.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-07-03T06:10:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-12-20T19:06:48+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/integogroup\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@IntegoSecurity\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login\" \/>\n\t\t<meta name=\"twitter:description\" content=\"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here&#039;s everything Mac users should know about CVE-2024-6387.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@IntegoSecurity\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#blogposting\",\"name\":\"Does the \\u201cregreSSHion\\u201d vulnerability impact Macs? How to disable Remote Login\",\"headline\":\"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login\",\"author\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/author\\\/joshlong\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Qualys-regreSSHion-logo-400x260-1.jpg\",\"width\":400,\"height\":260,\"caption\":\"Qualys regreSSHion vulnerability logo OpenSSH SSH CVE-2024-6387 CVE-2006-5051 RCE regression\"},\"datePublished\":\"2024-07-02T23:10:58-07:00\",\"dateModified\":\"2024-12-20T11:06:48-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#webpage\"},\"articleSection\":\"Security &amp; Privacy, Vulnerabilities, joshlong\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/category\\\/security-privacy\\\/#listItem\",\"name\":\"Security &amp; Privacy\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/category\\\/security-privacy\\\/#listItem\",\"position\":2,\"name\":\"Security &amp; Privacy\",\"item\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/category\\\/security-privacy\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#listItem\",\"name\":\"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#listItem\",\"position\":3,\"name\":\"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/category\\\/security-privacy\\\/#listItem\",\"name\":\"Security &amp; Privacy\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/#organization\",\"name\":\"The Mac Security Blog\",\"description\":\"Keep Macs safe from the dangers of the Internet\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo2.png\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#organizationLogo\",\"width\":122,\"height\":46},\"image\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/integogroup\\\/\",\"https:\\\/\\\/x.com\\\/IntegoSecurity\",\"https:\\\/\\\/www.instagram.com\\\/intego_security\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/IntegoVideo\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/intego\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/author\\\/joshlong\\\/#author\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/author\\\/joshlong\\\/\",\"name\":\"Joshua Long\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed8c9b8cc8610160efb5aa95bc28a7a0d5a23ce9b8959054305b11094bf0485a?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Joshua Long\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#webpage\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/\",\"name\":\"Does the \\u201cregreSSHion\\u201d vulnerability impact Macs? How to disable Remote Login\",\"description\":\"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here's everything Mac users should know about CVE-2024-6387.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/author\\\/joshlong\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/author\\\/joshlong\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Qualys-regreSSHion-logo-400x260-1.jpg\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#mainImage\",\"width\":400,\"height\":260,\"caption\":\"Qualys regreSSHion vulnerability logo OpenSSH SSH CVE-2024-6387 CVE-2006-5051 RCE regression\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\\\/#mainImage\"},\"datePublished\":\"2024-07-02T23:10:58-07:00\",\"dateModified\":\"2024-12-20T11:06:48-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/#website\",\"url\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/\",\"name\":\"The Mac Security Blog\",\"description\":\"Keep Macs safe from the dangers of the Internet\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.intego.com\\\/mac-security-blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login<\/title>\n\n","aioseo_head_json":{"title":"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login","description":"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here's everything Mac users should know about CVE-2024-6387.","canonical_url":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#blogposting","name":"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login","headline":"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login","author":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/author\/joshlong\/#author"},"publisher":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/07\/Qualys-regreSSHion-logo-400x260-1.jpg","width":400,"height":260,"caption":"Qualys regreSSHion vulnerability logo OpenSSH SSH CVE-2024-6387 CVE-2006-5051 RCE regression"},"datePublished":"2024-07-02T23:10:58-07:00","dateModified":"2024-12-20T11:06:48-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#webpage"},"isPartOf":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#webpage"},"articleSection":"Security &amp; Privacy, Vulnerabilities, joshlong"},{"@type":"BreadcrumbList","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog#listItem","position":1,"name":"Home","item":"https:\/\/www.intego.com\/mac-security-blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog\/category\/security-privacy\/#listItem","name":"Security &amp; Privacy"}},{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog\/category\/security-privacy\/#listItem","position":2,"name":"Security &amp; Privacy","item":"https:\/\/www.intego.com\/mac-security-blog\/category\/security-privacy\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#listItem","name":"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#listItem","position":3,"name":"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login","previousItem":{"@type":"ListItem","@id":"https:\/\/www.intego.com\/mac-security-blog\/category\/security-privacy\/#listItem","name":"Security &amp; Privacy"}}]},{"@type":"Organization","@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization","name":"The Mac Security Blog","description":"Keep Macs safe from the dangers of the Internet","url":"https:\/\/www.intego.com\/mac-security-blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2026\/08\/logo2.png","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#organizationLogo","width":122,"height":46},"image":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/integogroup\/","https:\/\/x.com\/IntegoSecurity","https:\/\/www.instagram.com\/intego_security\/","https:\/\/www.youtube.com\/user\/IntegoVideo","https:\/\/www.linkedin.com\/company\/intego"]},{"@type":"Person","@id":"https:\/\/www.intego.com\/mac-security-blog\/author\/joshlong\/#author","url":"https:\/\/www.intego.com\/mac-security-blog\/author\/joshlong\/","name":"Joshua Long","image":{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ed8c9b8cc8610160efb5aa95bc28a7a0d5a23ce9b8959054305b11094bf0485a?s=96&d=mm&r=g","width":96,"height":96,"caption":"Joshua Long"}},{"@type":"WebPage","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#webpage","url":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/","name":"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login","description":"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here's everything Mac users should know about CVE-2024-6387.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#breadcrumblist"},"author":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/author\/joshlong\/#author"},"creator":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/author\/joshlong\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2024\/07\/Qualys-regreSSHion-logo-400x260-1.jpg","@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#mainImage","width":400,"height":260,"caption":"Qualys regreSSHion vulnerability logo OpenSSH SSH CVE-2024-6387 CVE-2006-5051 RCE regression"},"primaryImageOfPage":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/#mainImage"},"datePublished":"2024-07-02T23:10:58-07:00","dateModified":"2024-12-20T11:06:48-08:00"},{"@type":"WebSite","@id":"https:\/\/www.intego.com\/mac-security-blog\/#website","url":"https:\/\/www.intego.com\/mac-security-blog\/","name":"The Mac Security Blog","description":"Keep Macs safe from the dangers of the Internet","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"The Mac Security Blog - Keep Macs safe from the dangers of the Internet","og:type":"article","og:title":"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login","og:description":"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here's everything Mac users should know about CVE-2024-6387.","og:url":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/","article:published_time":"2024-07-03T06:10:58+00:00","article:modified_time":"2024-12-20T19:06:48+00:00","article:publisher":"https:\/\/www.facebook.com\/integogroup\/","twitter:card":"summary_large_image","twitter:site":"@IntegoSecurity","twitter:title":"Does the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login","twitter:description":"A high-severity vulnerability called regreSSHion impacts OpenSSH, and may affect Macs. Here's everything Mac users should know about CVE-2024-6387.","twitter:creator":"@IntegoSecurity"},"aioseo_meta_data":{"post_id":"100986","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":"2026-09-03 21:44:48","created":"2026-09-03 21:44:48","updated":"2026-09-04 18:31:32","reviewed_by":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.intego.com\/mac-security-blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.intego.com\/mac-security-blog\/category\/security-privacy\/\" title=\"Security &amp; Privacy\">Security &amp; Privacy<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tDoes the \u201cregreSSHion\u201d vulnerability impact Macs? How to disable Remote Login\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.intego.com\/mac-security-blog"},{"label":"Security &amp; Privacy","link":"https:\/\/www.intego.com\/mac-security-blog\/category\/security-privacy\/"},{"label":"Does the &#8220;regreSSHion&#8221; vulnerability impact Macs? How to disable Remote Login","link":"https:\/\/www.intego.com\/mac-security-blog\/does-the-regresshion-vulnerability-impact-macs-how-to-disable-remote-login\/"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/100986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/comments?post=100986"}],"version-history":[{"count":12,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/100986\/revisions"}],"predecessor-version":[{"id":102608,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/100986\/revisions\/102608"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/media\/101018"}],"wp:attachment":[{"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/media?parent=100986"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/categories?post=100986"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/tags?post=100986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}