{"id":29724,"date":"2024-07-02T02:47:28","date_gmt":"2024-07-02T02:47:28","guid":{"rendered":"https:\/\/nsfocusglobal.com\/?p=29724"},"modified":"2026-04-17T18:07:37","modified_gmt":"2026-04-17T18:07:37","slug":"openssh-remote-code-execution-vulnerability-cve-2024-6387-notification","status":"publish","type":"post","link":"https:\/\/nsfocusglobal.com\/pt-br\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/","title":{"rendered":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p>Recently, NSFOCUS CERT detected that OpenSSH issued a security announcement and fixed the remote code execution vulnerability of OpenSSH (CVE-2024-6387). Due to a signal handler race condition issue in OpenSSH Server (sshd) under the default configuration, if the client does not authenticate within seconds of LoginGraceTime (120 seconds by default and 600 seconds in older versions of OpenSSH), the SIGALRM handler for sshd will be called asynchronously. The signal handler calls various non-async-signal-safe functions, such as syslog(), which can be exploited by an unauthenticated attacker to execute arbitrary code as root on glibc-based Linux systems. At present, the vulnerability details and PoC have been disclosed. The affected users are advised to take measures for protection as soon as possible.<\/p>\n\n\n\n<p>Reference link:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.openssh.com\/txt\/release-9.8\">https:\/\/www.openssh.com\/txt\/release-9.8<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scope of Impact<\/h2>\n\n\n\n<p><strong>Affected Version<\/strong><\/p>\n\n\n\n<p>8.5p1&nbsp;&lt;=&nbsp;OpenSSH&nbsp;&lt;&nbsp;9.8p1<\/p>\n\n\n\n<p>Note: This vulnerability was reintroduced to CVE-2006-5051 in October 2020.<\/p>\n\n\n\n<p><strong>Unaffected Version<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OpenSSH&nbsp;&gt;= 9.8\/9.8p1<\/li>\n<\/ul>\n\n\n\n<p>Note: 4.4p1 &lt;= OpenSSH &lt; 8.5p1 is not vulnerable to this vulnerability, and the OpenBSD system is not affected by this vulnerability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Detection<\/h2>\n\n\n\n<p>The old and new versions may coexist when updating the OpenSSH version. To ensure the accuracy of version detection, you can run the following command to check whether the current OpenSSH version is affected:<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background\">ssh -V<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a.jpg\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-29725\" width=\"768\" height=\"608\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810.jpg 1024w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-300x237.jpg 300w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-768x608.jpg 768w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1536x1215.jpg 1536w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-570x450.jpg 570w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-600x475.jpg 600w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-200x158.jpg 200w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a.jpg 1600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Mitigation<\/h2>\n\n\n\n<p><strong>Official upgrade<\/strong><\/p>\n\n\n\n<p>At present, a new version and security patch have been officially released to fix this vulnerability. Please install the update as soon as possible for protection. <\/p>\n\n\n\n<p>Download link: <\/p>\n\n\n\n<p><a href=\"https:\/\/www.openssh.com\/releasenotes.html\">https:\/\/www.openssh.com\/releasenotes.html<\/a><\/p>\n\n\n\n<p>Patch link: <\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/openssh\/openssh-portable\/commit\/81c1099d22b81ebfd20a334ce986c4f753b0db29\">https:\/\/github.com\/openssh\/openssh-portable\/commit\/81c1099d22b81ebfd20a334ce986c4f753b0db29<\/a><\/p>\n\n\n\n<p>Redhat:<\/p>\n\n\n\n<p><a href=\"https:\/\/access.redhat.com\/security\/cve\/CVE-2024-6387\">https:\/\/access.redhat.com\/security\/cve\/CVE-2024-6387<\/a><\/p>\n\n\n\n<p>Ubuntu:<\/p>\n\n\n\n<p><a href=\"https:\/\/lists.ubuntu.com\/archives\/ubuntu-security-announce\/2024-July\/008406.html\">https:\/\/lists.ubuntu.com\/archives\/ubuntu-security-announce\/2024-July\/008406.html<\/a><\/p>\n\n\n\n<p><strong>Temporary measures<\/strong><\/p>\n\n\n\n<p>If sshd cannot be updated or recompiled, LoginGraceTime can be set to 0 in the configuration file, which exhausts all MaxStartups connections and makes sshd vulnerable to a denial of service attack, but mitigates this RCE vulnerability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Statement<\/h2>\n\n\n\n<p>This advisory is only used to describe a potential risk. NSFOCUS does not provide any commitment or promise on this advisory. NSFOCUS and the author will not bear any liability for any direct and\/or indirect consequences and losses caused by transmitting and\/or using this advisory. NSFOCUS reserves all the rights to modify and interpret this advisory. Please include this statement paragraph when reproducing or transferring this advisory. Do not modify this advisory, add\/delete any information to\/from it, or use this advisory for commercial purposes without permission from NSFOCUS.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">About NSFOCUS<\/h2>\n\n\n\n<p>NSFOCUS, a pioneering leader in cybersecurity, is dedicated to safeguarding telecommunications, Internet service providers, hosting providers, and enterprises from sophisticated cyberattacks.<\/p>\n\n\n\n<p>Founded in 2000, NSFOCUS operates globally with over 4000 employees at two headquarters in Beijing, China, and Santa Clara, CA, USA, and over 50 offices worldwide. It has a proven track record of protecting over 25% of the Fortune Global 500 companies, including four of the five largest banks and six of the world&acirc;&euro;&trade;s top ten telecommunications companies.<\/p>\n\n\n\n<p>Leveraging technical prowess and innovation, NSFOCUS delivers a comprehensive suite of security solutions, including the Intelligent Security Operations Platform (ISOP) for modern SOC, DDoS Protection, Continuous Threat Exposure Management (CTEM) Service and Web Application and API Protection (WAAP). All the solutions and services are augmented by the Security Large Language Model (SecLLM), ML, patented algorithms and other cutting-edge research achievements developed by NSFOCUS.<\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Overview Recently, NSFOCUS CERT detected that OpenSSH issued a security announcement and fixed the remote code execution vulnerability of OpenSSH (CVE-2024-6387). Due to a signal handler race condition issue in OpenSSH Server (sshd) under the default configuration, if the client does not authenticate within seconds of LoginGraceTime (120 seconds by default and 600 seconds in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35643,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[3,6],"tags":[146,317,567],"class_list":["post-29724","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-emergency-response","tag-conditional-competition","tag-cve-2024-6387","tag-openssh"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS\" \/>\n<meta property=\"og:description\" content=\"Overview Recently, NSFOCUS CERT detected that OpenSSH issued a security announcement and fixed the remote code execution vulnerability of OpenSSH\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/\" \/>\n<meta property=\"og:site_name\" content=\"NSFOCUS\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-02T02:47:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T18:07:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg\" \/>\n<meta name=\"author\" content=\"NSFOCUS\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS\" \/>\n<meta name=\"twitter:description\" content=\"Overview Recently, NSFOCUS CERT detected that OpenSSH issued a security announcement and fixed the remote code execution vulnerability of OpenSSH\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"NSFOCUS\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/\"},\"author\":{\"name\":\"NSFOCUS\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\"},\"headline\":\"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification\",\"datePublished\":\"2024-07-02T02:47:28+00:00\",\"dateModified\":\"2026-04-17T18:07:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/\"},\"wordCount\":571,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/0702a-1024x810-1.jpg\",\"keywords\":[\"conditional competition\",\"CVE-2024-6387\",\"OpenSSH\"],\"articleSection\":[\"Blog\",\"Emergency Response\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/\",\"name\":\"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/0702a-1024x810-1.jpg\",\"datePublished\":\"2024-07-02T02:47:28+00:00\",\"dateModified\":\"2026-04-17T18:07:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/0702a-1024x810-1.jpg\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/0702a-1024x810-1.jpg\",\"width\":1024,\"height\":810,\"caption\":\"CentOS desktop with terminal window open.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsfocusglobal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#website\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/\",\"name\":\"NSFOCUS\",\"description\":\"Security Made Smart and Simple\",\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nsfocusglobal.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\",\"name\":\"NSFOCUS\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/logo-ns.png\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/logo-ns.png\",\"width\":248,\"height\":36,\"caption\":\"NSFOCUS\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\",\"name\":\"NSFOCUS\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g\",\"caption\":\"NSFOCUS\"},\"sameAs\":[\"https:\\\/\\\/nsfocusglobal.com\"],\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/","og_locale":"pt_BR","og_type":"article","og_title":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS","og_description":"Overview Recently, NSFOCUS CERT detected that OpenSSH issued a security announcement and fixed the remote code execution vulnerability of OpenSSH","og_url":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/","og_site_name":"NSFOCUS","article_published_time":"2024-07-02T02:47:28+00:00","article_modified_time":"2026-04-17T18:07:37+00:00","og_image":[{"url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg","type":"","width":"","height":""}],"author":"NSFOCUS","twitter_card":"summary_large_image","twitter_title":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS","twitter_description":"Overview Recently, NSFOCUS CERT detected that OpenSSH issued a security announcement and fixed the remote code execution vulnerability of OpenSSH","twitter_image":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg","twitter_misc":{"Escrito por":"NSFOCUS","Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#article","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/"},"author":{"name":"NSFOCUS","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d"},"headline":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification","datePublished":"2024-07-02T02:47:28+00:00","dateModified":"2026-04-17T18:07:37+00:00","mainEntityOfPage":{"@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/"},"wordCount":571,"commentCount":0,"publisher":{"@id":"https:\/\/nsfocusglobal.com\/#organization"},"image":{"@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg","keywords":["conditional competition","CVE-2024-6387","OpenSSH"],"articleSection":["Blog","Emergency Response"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/","url":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/","name":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification - NSFOCUS","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#primaryimage"},"image":{"@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg","datePublished":"2024-07-02T02:47:28+00:00","dateModified":"2026-04-17T18:07:37+00:00","breadcrumb":{"@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#primaryimage","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/07\/0702a-1024x810-1.jpg","width":1024,"height":810,"caption":"CentOS desktop with terminal window open."},{"@type":"BreadcrumbList","@id":"https:\/\/nsfocusglobal.com\/openssh-remote-code-execution-vulnerability-cve-2024-6387-notification\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nsfocusglobal.com\/"},{"@type":"ListItem","position":2,"name":"OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Notification"}]},{"@type":"WebSite","@id":"https:\/\/nsfocusglobal.com\/#website","url":"https:\/\/nsfocusglobal.com\/","name":"NSFOCUS","description":"Security Made Smart and Simple","publisher":{"@id":"https:\/\/nsfocusglobal.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nsfocusglobal.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/nsfocusglobal.com\/#organization","name":"NSFOCUS","url":"https:\/\/nsfocusglobal.com\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/logo\/image\/","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/08\/logo-ns.png","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/08\/logo-ns.png","width":248,"height":36,"caption":"NSFOCUS"},"image":{"@id":"https:\/\/nsfocusglobal.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d","name":"NSFOCUS","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/secure.gravatar.com\/avatar\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g","caption":"NSFOCUS"},"sameAs":["https:\/\/nsfocusglobal.com"],"url":"https:\/\/nsfocusglobal.com\/pt-br\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/29724","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/comments?post=29724"}],"version-history":[{"count":0,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/29724\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media\/35643"}],"wp:attachment":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media?parent=29724"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/categories?post=29724"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/tags?post=29724"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}