{"id":22511,"date":"2022-12-11T08:38:00","date_gmt":"2022-12-11T08:38:00","guid":{"rendered":"https:\/\/nsfocusglobal.com\/?p=22511"},"modified":"2026-04-17T18:07:42","modified_gmt":"2026-04-17T18:07:42","slug":"thinkphp-remote-code-execution-vulnerability-alert","status":"publish","type":"post","link":"https:\/\/nsfocusglobal.com\/pt-br\/thinkphp-remote-code-execution-vulnerability-alert\/","title":{"rendered":"Thinkphp Remote Code Execution Vulnerability Alert"},"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 has monitored that the exploit details of the Thinkphp remote code execution vulnerability are publicly disclosed on the Internet. Due to the incoming parameter inspection defect in the Thinkphp program, when Thinkphp enables the multilingual function, unauthenticated attackers can pass in parameters through get, header, cookie, etc., to achieve directory traversal and file inclusion, and finally achieve remote code execution by the pearcmd file with trick. The details of the vulnerability have been made public. Relevant users are requested to take protective measures as soon as possible.<\/p>\n\n\n\n<p>ThinkPHP is a free open source, fast and simple object-oriented lightweight PHP development framework. NSFOCUS CERT has successfully reproduced this vulnerability:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226a.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"962\" height=\"382\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226a.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-22512\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226a.jpg 962w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226a-300x119.jpg 300w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226a-768x305.jpg 768w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226a-600x238.jpg 600w\" sizes=\"(max-width: 962px) 100vw, 962px\" \/><\/a><\/figure>\n\n\n\n<p>Reference link: https:\/\/blog.thinkphp.cn\/3078655<\/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<ul class=\"wp-block-list\"><li>v6.0.0&Acirc;&nbsp;&lt;=&Acirc;&nbsp;ThinkPHP&Acirc;&nbsp;&lt;=&Acirc;&nbsp;v6.0.13<\/li><li>v5.1.0 &lt;= ThinkPHP&Acirc;&nbsp;&lt;=&Acirc;&nbsp;v5.1.41<\/li><li>v5.0.0 &lt;= ThinkPHP&Acirc;&nbsp;&lt;=&Acirc;&nbsp;v5.0.24<\/li><\/ul>\n\n\n\n<p><strong>Unaffected version<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>ThinkPHP&Acirc;&nbsp;&gt;= v6.0.14<\/li><li>ThinkPHP&Acirc;&nbsp;= v5.1.42<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Vulnerability Detection<\/h2>\n\n\n\n<p>1. Execute the following command to view the version information of ThinkPHP:<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background\">php think version<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226b.jpg\"><img decoding=\"async\" width=\"699\" height=\"102\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226b.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-22514\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226b.jpg 699w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226b-300x44.jpg 300w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2022\/12\/1226b-600x88.jpg 600w\" sizes=\"(max-width: 699px) 100vw, 699px\" \/><\/a><\/figure>\n\n\n\n<p>If it is within the affected range, the product may be affected by this vulnerability.<\/p>\n\n\n\n<p>2. Check whether ThinkPHP has multilingual function enabled.<\/p>\n\n\n\n<p>1) Thinkphp6:<\/p>\n\n\n\n<p>Check whether there are comments in the following content in app\/middleware.php. If there are no comments, ThinkPHP has enabled multi-language function, and the product is affected by this vulnerability.<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background\">\\think\\middleware\\LoadLangPack::class<\/p>\n\n\n\n<p>2) Thinkphp5:<\/p>\n\n\n\n<p>Check app\/middleware.php, if the following content exists, ThinkPHP has enabled multilingual function, and the product is affected by this vulnerability.<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background\">&Acirc;&nbsp;&#8216;lang_switch_on&#8217;=&gt; true<\/p>\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>If the upgrade is not possible, the user can do the protection in the following ways.<\/p>\n\n\n\n<p>1. Thinkphp6:<\/p>\n\n\n\n<p>Check app\/middleware.php and comment the following content:<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background\">\\think\\middleware\\LoadLangPack::class<\/p>\n\n\n\n<p>2. Thinkphp5: <\/p>\n\n\n\n<p>Check app\/middleware.php, change &#8216;lang_switch_on&#8217; =&gt; true to the following:<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background\">&#8216;lang_switch_on&#8217;=&gt;false<\/p>\n\n\n\n<p>3. Restart Thinkphp<\/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, Inc., a global network and cyber security leader, protects enterprises and carriers from advanced cyber attacks. The company&acirc;&euro;&trade;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\n\n\n<p>NSFOCUS works with Fortune Global 500 companies, including four of the world&acirc;&euro;&trade;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\n\n\n<p>A wholly owned subsidiary of NSFOCUS Technologies Group Co., Ltd., the company has operations in the Americas, Europe, the Middle East and Asia Pacific.<\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Overview Recently, NSFOCUS CERT has monitored that the exploit details of the Thinkphp remote code execution vulnerability are publicly disclosed on the Internet. Due to the incoming parameter inspection defect in the Thinkphp program, when Thinkphp enables the multilingual function, unauthenticated attackers can pass in parameters through get, header, cookie, etc., to achieve directory traversal [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":7707,"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":[687],"class_list":["post-22511","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-emergency-response","tag-thinkphp"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Thinkphp Remote Code Execution Vulnerability Alert - 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\/thinkphp-remote-code-execution-vulnerability-alert\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Thinkphp Remote Code Execution Vulnerability Alert - NSFOCUS\" \/>\n<meta property=\"og:description\" content=\"Overview Recently, NSFOCUS CERT has monitored that the exploit details of the Thinkphp remote code execution vulnerability are publicly disclosed on the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/\" \/>\n<meta property=\"og:site_name\" content=\"NSFOCUS\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-11T08:38:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T18:07:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg\" \/>\n<meta name=\"author\" content=\"Jie Ji\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Thinkphp Remote Code Execution Vulnerability Alert - NSFOCUS\" \/>\n<meta name=\"twitter:description\" content=\"Overview Recently, NSFOCUS CERT has monitored that the exploit details of the Thinkphp remote code execution vulnerability are publicly disclosed on the\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jie Ji\" \/>\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\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/\"},\"author\":{\"name\":\"Jie Ji\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/person\\\/1077d8fcd7e52c96f17a33b63a0d157b\"},\"headline\":\"Thinkphp Remote Code Execution Vulnerability Alert\",\"datePublished\":\"2022-12-11T08:38:00+00:00\",\"dateModified\":\"2026-04-17T18:07:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/\"},\"wordCount\":561,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/ThinkPHP.jpg\",\"keywords\":[\"Thinkphp\"],\"articleSection\":[\"Emergency Response\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/\",\"name\":\"Thinkphp Remote Code Execution Vulnerability Alert - NSFOCUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/ThinkPHP.jpg\",\"datePublished\":\"2022-12-11T08:38:00+00:00\",\"dateModified\":\"2026-04-17T18:07:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/ThinkPHP.jpg\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/ThinkPHP.jpg\",\"width\":505,\"height\":289,\"caption\":\"ThinkPHP logo with green and white design.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/thinkphp-remote-code-execution-vulnerability-alert\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsfocusglobal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Thinkphp Remote Code Execution Vulnerability Alert\"}]},{\"@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\\\/1077d8fcd7e52c96f17a33b63a0d157b\",\"name\":\"Jie Ji\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61cb438513c138ce3f1f49e3485f113a0215220de5e284a2bd4e85358f6c8d02?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61cb438513c138ce3f1f49e3485f113a0215220de5e284a2bd4e85358f6c8d02?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61cb438513c138ce3f1f49e3485f113a0215220de5e284a2bd4e85358f6c8d02?s=96&d=mm&r=g\",\"caption\":\"Jie Ji\"},\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/author\\\/jji\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Thinkphp Remote Code Execution Vulnerability Alert - 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\/thinkphp-remote-code-execution-vulnerability-alert\/","og_locale":"pt_BR","og_type":"article","og_title":"Thinkphp Remote Code Execution Vulnerability Alert - NSFOCUS","og_description":"Overview Recently, NSFOCUS CERT has monitored that the exploit details of the Thinkphp remote code execution vulnerability are publicly disclosed on the","og_url":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/","og_site_name":"NSFOCUS","article_published_time":"2022-12-11T08:38:00+00:00","article_modified_time":"2026-04-17T18:07:42+00:00","og_image":[{"url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg","type":"","width":"","height":""}],"author":"Jie Ji","twitter_card":"summary_large_image","twitter_title":"Thinkphp Remote Code Execution Vulnerability Alert - NSFOCUS","twitter_description":"Overview Recently, NSFOCUS CERT has monitored that the exploit details of the Thinkphp remote code execution vulnerability are publicly disclosed on the","twitter_image":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg","twitter_misc":{"Escrito por":"Jie Ji","Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#article","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/"},"author":{"name":"Jie Ji","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/person\/1077d8fcd7e52c96f17a33b63a0d157b"},"headline":"Thinkphp Remote Code Execution Vulnerability Alert","datePublished":"2022-12-11T08:38:00+00:00","dateModified":"2026-04-17T18:07:42+00:00","mainEntityOfPage":{"@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/"},"wordCount":561,"commentCount":0,"publisher":{"@id":"https:\/\/nsfocusglobal.com\/#organization"},"image":{"@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg","keywords":["Thinkphp"],"articleSection":["Emergency Response"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/","url":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/","name":"Thinkphp Remote Code Execution Vulnerability Alert - NSFOCUS","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#primaryimage"},"image":{"@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg","datePublished":"2022-12-11T08:38:00+00:00","dateModified":"2026-04-17T18:07:42+00:00","breadcrumb":{"@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#primaryimage","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2018\/12\/ThinkPHP.jpg","width":505,"height":289,"caption":"ThinkPHP logo with green and white design."},{"@type":"BreadcrumbList","@id":"https:\/\/nsfocusglobal.com\/thinkphp-remote-code-execution-vulnerability-alert\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nsfocusglobal.com\/"},{"@type":"ListItem","position":2,"name":"Thinkphp Remote Code Execution Vulnerability Alert"}]},{"@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\/1077d8fcd7e52c96f17a33b63a0d157b","name":"Jie Ji","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/secure.gravatar.com\/avatar\/61cb438513c138ce3f1f49e3485f113a0215220de5e284a2bd4e85358f6c8d02?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/61cb438513c138ce3f1f49e3485f113a0215220de5e284a2bd4e85358f6c8d02?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/61cb438513c138ce3f1f49e3485f113a0215220de5e284a2bd4e85358f6c8d02?s=96&d=mm&r=g","caption":"Jie Ji"},"url":"https:\/\/nsfocusglobal.com\/pt-br\/author\/jji\/"}]}},"_links":{"self":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/22511","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\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/comments?post=22511"}],"version-history":[{"count":0,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/22511\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media\/7707"}],"wp:attachment":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media?parent=22511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/categories?post=22511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/tags?post=22511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}