{"id":31407,"date":"2025-03-25T02:23:44","date_gmt":"2025-03-25T02:23:44","guid":{"rendered":"https:\/\/nsfocusglobal.com\/?p=31407"},"modified":"2026-04-17T18:07:36","modified_gmt":"2026-04-17T18:07:36","slug":"next-js-middleware-permission-bypass-vulnerability-cve-2025-29927","status":"publish","type":"post","link":"https:\/\/nsfocusglobal.com\/pt-br\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/","title":{"rendered":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927)"},"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 Next.js issued a security announcement and fixed the middleware permission bypass vulnerability (CVE-2025-29927). Because Next.js lacks effective verification of the source of the x-middleware-subrequest header, when configuring to use middleware for authentication and authorization, an unauthenticated attacker can bypass system permission controls by manipulating the x-middleware-subrequest header to access the targeted protected resource. At present, the vulnerability details and PoC have been made public. Relevant users are requested to take measures for protection as soon as possible.<\/p>\n\n\n\n<p>Next.js is a React-based open source web framework in the Node.js ecosystem, which provides backend development capabilities through the Server Actions function. NSFOCUS has successfully replicated this vulnerability:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325a-1.png\"><img decoding=\"async\" width=\"566\" height=\"60\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325a-1.png\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-31412\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325a-1.png 566w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325a-1-300x32.png 300w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325a-1-200x21.png 200w\" sizes=\"(max-width: 566px) 100vw, 566px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"400\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b-1024x400.png\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-31410\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b-1024x400.png 1024w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b-300x117.png 300w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b-768x300.png 768w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b-600x235.png 600w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b-200x78.png 200w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2025\/03\/0325b.png 1297w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Reference link: <a href=\"https:\/\/github.com\/vercel\/next.js\/security\/advisories\/GHSA-f82v-jwr5-mffw\">https:\/\/github.com\/vercel\/next.js\/security\/advisories\/GHSA-f82v-jwr5-mffw<\/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<ul class=\"wp-block-list\">\n<li>11.1.4 &lt;= Next.js &lt;= 13.5.6&nbsp;<\/li>\n\n\n\n<li>14.0.0 &lt;= Next.js &lt;= 14.2.24&nbsp;<\/li>\n\n\n\n<li>15.0.0 &lt;= Next.js &lt;= 15.2.2<\/li>\n<\/ul>\n\n\n\n<p>Note: This affects Next.js applications that are self-hosted using middleware.<\/p>\n\n\n\n<p><strong>Unaffected Version<\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Next.js = 12.3.5<\/li>\n\n\n\n<li>Next.js &gt;= 13.5.9<\/li>\n\n\n\n<li>Next.js &gt;= 14.2.25<\/li>\n\n\n\n<li>Next.js &gt;= 15.2.3<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Detection<\/h2>\n\n\n\n<p><strong>Cloud detection<\/strong><\/p>\n\n\n\n<p>NSFOCUS External Attack Surface Management (EASM) supports the Internet asset investigation of CVE-2025-29927 vulnerability risks. Currently, it has helped service customers complete the investigation of exposure surfaces and timely conduct early warning and closed-loop disposal of vulnerabilities before threats occur.<\/p>\n\n\n\n<p>Interested customers can contact NSFOCUS&#8217;s local regional colleagues or send an email to rs@nsfocus.com for detailed consultation.<\/p>\n\n\n\n<p><strong>Local screening<\/strong><\/p>\n\n\n\n<p>NSFOCUS Automated Penetration Test Tool (EZ) supports fingerprint identification for Next.js applications, and the web module can be directly used for scanning detection.<\/p>\n\n\n\n<p>Download link of the tool:<a href=\"https:\/\/github.com\/m-sec-org\/EZ\/releases%20\"> https:\/\/github.com\/m-sec-org\/EZ\/releases <\/a><\/p>\n\n\n\n<p>For new users, please register in the M-SEC community (https:\/\/msec.nsfocus.com) and apply for a certificate.<\/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>At present, a new version has been officially released to fix this vulnerability. Please upgrade the protection for affected users as soon as possible. <\/p>\n\n\n\n<p>Download link: <a href=\"https:\/\/github.com\/vercel\/next.js\/releases\">https:\/\/github.com\/vercel\/next.js\/releases<\/a><\/p>\n\n\n\n<p><strong>Temporary protective measures<\/strong><\/p>\n\n\n\n<p>If the relevant user is temporarily unable to perform the upgrade operation, it can also be temporarily remediated by intercepting the request containing the x-middleware-subrequest header.<\/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 Next.js issued a security announcement and fixed the middleware permission bypass vulnerability (CVE-2025-29927). Because Next.js lacks effective verification of the source of the x-middleware-subrequest header, when configuring to use middleware for authentication and authorization, an unauthenticated attacker can bypass system permission controls by manipulating the x-middleware-subrequest header to access [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":28664,"comment_status":"open","ping_status":"open","sticky":false,"template":"post-templates\/single-layout-8.php","format":"standard","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[3,6],"tags":[943,944],"class_list":["post-31407","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-emergency-response","tag-cve-2025-29927","tag-next-js"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - 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=\"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - NSFOCUS\" \/>\n<meta property=\"og:description\" content=\"Overview Recently, NSFOCUS CERT detected that Next.js issued a security announcement and fixed the middleware permission bypass vulnerability\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/\" \/>\n<meta property=\"og:site_name\" content=\"NSFOCUS\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-25T02:23:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T18:07:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - NSFOCUS\" \/>\n<meta name=\"twitter:description\" content=\"Overview Recently, NSFOCUS CERT detected that Next.js issued a security announcement and fixed the middleware permission bypass vulnerability\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png\" \/>\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\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\"},\"headline\":\"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927)\",\"datePublished\":\"2025-03-25T02:23:44+00:00\",\"dateModified\":\"2026-04-17T18:07:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/\"},\"wordCount\":600,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Critical.png\",\"keywords\":[\"CVE-2025-29927\",\"Next.js\"],\"articleSection\":[\"Blog\",\"Emergency Response\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/\",\"name\":\"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - NSFOCUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Critical.png\",\"datePublished\":\"2025-03-25T02:23:44+00:00\",\"dateModified\":\"2026-04-17T18:07:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Critical.png\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Critical.png\",\"width\":169,\"height\":107,\"caption\":\"Critical alert icon with shield symbol.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsfocusglobal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927)\"}]},{\"@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":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - 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":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - NSFOCUS","og_description":"Overview Recently, NSFOCUS CERT detected that Next.js issued a security announcement and fixed the middleware permission bypass vulnerability","og_url":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/","og_site_name":"NSFOCUS","article_published_time":"2025-03-25T02:23:44+00:00","article_modified_time":"2026-04-17T18:07:36+00:00","og_image":[{"url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_title":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - NSFOCUS","twitter_description":"Overview Recently, NSFOCUS CERT detected that Next.js issued a security announcement and fixed the middleware permission bypass vulnerability","twitter_image":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","twitter_misc":{"Escrito por":"admin","Est. tempo de leitura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#article","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/"},"author":{"name":"admin","@id":"https:\/\/nsfocusglobal.com\/pt-br\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d"},"headline":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927)","datePublished":"2025-03-25T02:23:44+00:00","dateModified":"2026-04-17T18:07:36+00:00","mainEntityOfPage":{"@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/"},"wordCount":600,"commentCount":0,"publisher":{"@id":"https:\/\/nsfocusglobal.com\/pt-br\/#organization"},"image":{"@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","keywords":["CVE-2025-29927","Next.js"],"articleSection":["Blog","Emergency Response"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/","url":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/","name":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927) - NSFOCUS","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/pt-br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#primaryimage"},"image":{"@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","datePublished":"2025-03-25T02:23:44+00:00","dateModified":"2026-04-17T18:07:36+00:00","breadcrumb":{"@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#primaryimage","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","width":169,"height":107,"caption":"Critical alert icon with shield symbol."},{"@type":"BreadcrumbList","@id":"https:\/\/nsfocusglobal.com\/next-js-middleware-permission-bypass-vulnerability-cve-2025-29927\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nsfocusglobal.com\/"},{"@type":"ListItem","position":2,"name":"Next.js Middleware Permission Bypass Vulnerability (CVE-2025-29927)"}]},{"@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\/31407","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=31407"}],"version-history":[{"count":1,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/31407\/revisions"}],"predecessor-version":[{"id":35473,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/31407\/revisions\/35473"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media\/28664"}],"wp:attachment":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media?parent=31407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/categories?post=31407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/tags?post=31407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}