{"id":10271,"date":"2020-04-10T01:45:57","date_gmt":"2020-04-10T01:45:57","guid":{"rendered":"https:\/\/nsfocusglobal.com\/?p=10271"},"modified":"2026-04-17T18:07:49","modified_gmt":"2026-04-17T18:07:49","slug":"linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert","status":"publish","type":"post","link":"https:\/\/nsfocusglobal.com\/pt-br\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/","title":{"rendered":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert"},"content":{"rendered":"<p><!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\"><br \/>\n<html><body><\/p>\n<h2><strong><a name=\"_Toc130115382\"><\/a>Vulnerability Description<\/strong><\/h2>\n<p>On March 31, the Linux kernel privilege escalation vulnerability demonstrated by the competitor Manfred Paul on the Pwn2Own contest was included in the CVE database and identified as CVE-2020-8835. This vulnerability exists because the bpf verifier in the Linux kernel does not properly calculate register bounds for certain operations. A local attacker could exploit this vulnerability to read confidential information (kernel memory) or gain administrative privileges. Users should take preventive measures as soon as possible.<\/p>\n<p><!--more--><\/p>\n<p>Reference link:<\/p>\n<p>https:\/\/security-tracker.debian.org\/tracker\/CVE-2020-8835<\/p>\n<p>https:\/\/people.canonical.com\/~ubuntu-security\/cve\/2020\/CVE-2020-8835.html<\/p>\n<h2><strong>Scope of Impact<\/strong><\/h2>\n<p><strong>Affected Versions<\/strong><\/p>\n<ul>\n<li>Linux Kernel 5.4<\/li>\n<li>Linux Kernel 5.5<\/li>\n<\/ul>\n<h2><strong>Vulnerability Detection<\/strong><\/h2>\n<ul>\n<li>Version Check<\/li>\n<\/ul>\n<p>Users of the Linux system could run the following command to check the current version to determine whether it is vulnerable:<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"567\"><code>cat&Acirc;&nbsp;\/proc\/version<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/04\/0410-1.jpg\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-10272\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/04\/0410-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" width=\"1251\" height=\"117\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/04\/0410-1.jpg 1251w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/04\/0410-1-300x28.jpg 300w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/04\/0410-1-1024x96.jpg 1024w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/04\/0410-1-768x72.jpg 768w\" sizes=\"(max-width: 1251px) 100vw, 1251px\" \/><\/a><\/p>\n<h2><strong>Mitigation<\/strong><\/h2>\n<ul>\n<li>\n<h3><strong>Official Fix<\/strong><\/h3>\n<\/li>\n<\/ul>\n<p>Affected users could upgrade the Linux kernel for protection by downloading updates from the following link:<\/p>\n<p>https:\/\/github.com\/torvalds\/linux\/releases<\/p>\n<p>For the vulnerable and fixed Debian Bullseye releases, visit the following link:<\/p>\n<p>https:\/\/security-tracker.debian.org\/tracker\/CVE-2020-8835<\/p>\n<p>For details on Ubuntu distributions, visit the following link:<\/p>\n<p>https:\/\/people.canonical.com\/~ubuntu-security\/cve\/2020\/CVE-2020-8835.html<\/p>\n<ul>\n<li>\n<h3><strong>Workarounds<\/strong><\/h3>\n<\/li>\n<\/ul>\n<p>If users cannot update the Linux kernel for the time being, they can adopt the mitigation measure, that is, modifying a kernel parameter to restrict access from ordinary users.<\/p>\n<p><strong>Ubuntu:<\/strong><\/p>\n<p>Set kernel.unprivileged_bpf_disabled sysctl to 1.<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"558\"><code>$ sudo sysctl kernel.unprivileged_bpf_disabled=1<\/code><\/p>\n<p><code>$ echo kernel.unprivileged_bpf_disabled=1 | \\<\/code><\/p>\n<p><code>sudo tee \/etc\/sysctl.d\/90-CVE-2020-8835.conf<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This issue can be mitigated on a system using a secure boot.<\/p>\n<p><strong>Redhat:<\/strong><\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"558\"><code>#&Acirc;&nbsp;sysctl&Acirc;&nbsp;-w&Acirc;&nbsp;kernel.unprivileged_bpf_disabled=1<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2><strong><br \/>\nStatement<\/strong><\/h2>\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<h2><strong>About NSFOCUS<\/strong><\/h2>\n<p>NSFOCUS, Inc., a global network and cyber security leader, protects enterprises and carriers from advanced cyber attacks. The company&#8217;s Intelligent Hybrid Security strategy utilizes both cloud and on-premises security platforms, built on a foundation of real-time global threat intelligence, to provide multi-layered, unified and dynamic protection against advanced cyber attacks.<\/p>\n<p>NSFOCUS works with Fortune Global 500 companies, including four of the world&#8217;s five largest financial institutions, organizations in insurance, retail, healthcare, critical infrastructure industries as well as government agencies. NSFOCUS has technology and channel partners in more than 60 countries, is a member of both the Microsoft Active Protections Program (MAPP), and the Cloud Security Alliance (CSA).<\/p>\n<p>A wholly owned subsidiary of NSFOCUS Group Co. Ltd, the company has operations in the Americas, Europe, the Middle East and Asia Pacific.<\/body><\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vulnerability Description On March 31, the Linux kernel privilege escalation vulnerability demonstrated by the competitor Manfred Paul on the Pwn2Own contest was included in the CVE database and identified as CVE-2020-8835. This vulnerability exists because the bpf verifier in the Linux kernel does not properly calculate register bounds for certain operations. A local attacker could [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8904,"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":[6],"tags":[491],"class_list":["post-10271","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-emergency-response","tag-linux"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS\" \/>\n<meta property=\"og:description\" content=\"Vulnerability Description On March 31, the Linux kernel privilege escalation vulnerability demonstrated by the competitor Manfred Paul on the Pwn2Own\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/\" \/>\n<meta property=\"og:site_name\" content=\"NSFOCUS\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-10T01:45:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T18:07:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS\" \/>\n<meta name=\"twitter:description\" content=\"Vulnerability Description On March 31, the Linux kernel privilege escalation vulnerability demonstrated by the competitor Manfred Paul on the Pwn2Own\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\"},\"headline\":\"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert\",\"datePublished\":\"2020-04-10T01:45:57+00:00\",\"dateModified\":\"2026-04-17T18:07:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/\"},\"wordCount\":478,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/linux.jpg\",\"keywords\":[\"Linux\"],\"articleSection\":[\"Emergency Response\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/\",\"name\":\"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/linux.jpg\",\"datePublished\":\"2020-04-10T01:45:57+00:00\",\"dateModified\":\"2026-04-17T18:07:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/linux.jpg\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/linux.jpg\",\"width\":430,\"height\":222,\"caption\":\"Linux logo with Tux the penguin.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsfocusglobal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#website\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/\",\"name\":\"NSFOCUS\",\"description\":\"Security Made Smart and Simple\",\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#organization\",\"name\":\"NSFOCUS\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#\\\/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\\\/pt-br\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\",\"name\":\"admin\",\"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\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/nsfocusglobal.com\"],\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"pt_BR","og_type":"article","og_title":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS","og_description":"Vulnerability Description On March 31, the Linux kernel privilege escalation vulnerability demonstrated by the competitor Manfred Paul on the Pwn2Own","og_url":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/","og_site_name":"NSFOCUS","article_published_time":"2020-04-10T01:45:57+00:00","article_modified_time":"2026-04-17T18:07:49+00:00","og_image":[{"url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_title":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS","twitter_description":"Vulnerability Description On March 31, the Linux kernel privilege escalation vulnerability demonstrated by the competitor Manfred Paul on the Pwn2Own","twitter_image":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg","twitter_misc":{"Escrito por":"admin","Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#article","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/"},"author":{"name":"admin","@id":"https:\/\/nsfocusglobal.com\/pt-br\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d"},"headline":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert","datePublished":"2020-04-10T01:45:57+00:00","dateModified":"2026-04-17T18:07:49+00:00","mainEntityOfPage":{"@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/"},"wordCount":478,"commentCount":0,"publisher":{"@id":"https:\/\/nsfocusglobal.com\/pt-br\/#organization"},"image":{"@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg","keywords":["Linux"],"articleSection":["Emergency Response"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/","url":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/","name":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert - NSFOCUS","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/pt-br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#primaryimage"},"image":{"@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg","datePublished":"2020-04-10T01:45:57+00:00","dateModified":"2026-04-17T18:07:49+00:00","breadcrumb":{"@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#primaryimage","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2019\/06\/linux.jpg","width":430,"height":222,"caption":"Linux logo with Tux the penguin."},{"@type":"BreadcrumbList","@id":"https:\/\/nsfocusglobal.com\/linux-kernel-information-disclosure-and-privilege-escalation-vulnerability-threat-alert\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nsfocusglobal.com\/"},{"@type":"ListItem","position":2,"name":"Linux Kernel Information Disclosure and Privilege Escalation Vulnerability Threat Alert"}]},{"@type":"WebSite","@id":"https:\/\/nsfocusglobal.com\/pt-br\/#website","url":"https:\/\/nsfocusglobal.com\/pt-br\/","name":"NSFOCUS","description":"Security Made Smart and Simple","publisher":{"@id":"https:\/\/nsfocusglobal.com\/pt-br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nsfocusglobal.com\/pt-br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/nsfocusglobal.com\/pt-br\/#organization","name":"NSFOCUS","url":"https:\/\/nsfocusglobal.com\/pt-br\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/pt-br\/#\/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\/pt-br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/nsfocusglobal.com\/pt-br\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d","name":"admin","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":"admin"},"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\/10271","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=10271"}],"version-history":[{"count":0,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/10271\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media\/8904"}],"wp:attachment":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media?parent=10271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/categories?post=10271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/tags?post=10271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}