{"id":34878,"date":"2026-01-13T02:20:25","date_gmt":"2026-01-13T02:20:25","guid":{"rendered":"https:\/\/nsfocusglobal.com\/?p=33060"},"modified":"2026-04-17T18:07:34","modified_gmt":"2026-04-17T18:07:34","slug":"apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493","status":"publish","type":"post","link":"https:\/\/nsfocusglobal.com\/pt-br\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/","title":{"rendered":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493)"},"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 Apache issued a security bulletin to fix the Apache Struts external entity (XXE) injection vulnerability S2-069 (CVE-2025-68493); Because the XWork component of Apache Struts does not perform effective validation when parsing XML configuration, attackers can inject external entities by constructing malicious XML data to read sensitive server files, perform server-side request forgery or denial of service attacks. CVSS score 9.8, affected users should take protective measures as soon as possible.<\/p>\n\n\n\n<p>Reference link: <a href=\"https:\/\/cwiki.apache.org\/confluence\/display\/WW\/S2-069\">https:\/\/cwiki.apache.org\/confluence\/display\/WW\/S2-069<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scope of Impact<\/h2>\n\n\n\n<p><strong>Affected versions<\/strong><a><\/a><a><strong><\/strong><\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2.0.0 &lt;= Apache Struts &lt;= 2.3.37(EOL)<\/li>\n\n\n\n<li>2.5.0 &lt;= Apache Struts &lt;= 2.5.33(EOL)<\/li>\n\n\n\n<li>6.0.0&nbsp;&lt;=&nbsp;Apache&nbsp;Struts&nbsp;&lt;=&nbsp;6.1.0<\/li>\n<\/ul>\n\n\n\n<p><strong>Unaffected version<\/strong><strong><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Apache&nbsp;Struts&nbsp;&gt;=&nbsp;6.1.1<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Detection<\/h2>\n\n\n\n<p><strong>Manual check<\/strong><\/p>\n\n\n\n<p>For projects packaged with maven, users can view the current version of struts used through pom.xml:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2026\/01\/0113a.png\"><img decoding=\"async\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2026\/01\/0113a.png\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-33061\"><\/a><\/figure>\n\n\n\n<p>Users can also view the struts version by viewing the core package in lib:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2026\/01\/0113b.png\"><img decoding=\"async\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2026\/01\/0113b.png\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-33063\"><\/a><\/figure>\n\n\n\n<p>If the current version is within the affected range, there may be a security risk.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Risk Investigation of Exposure Surface<\/h2>\n\n\n\n<p><strong>Cloud detection<\/strong><\/p>\n\n\n\n<p>NSFOCUS External Attack Surface Management Service (EASM) supports the Internet asset investigation of CVE-2025-68493 vulnerability risks. It has helped service customer groups complete exposure surface investigations and conduct vulnerability warnings and closed-loop disposal in a timely manner before threats occur. Interested customers can arrange detailed consultation and communication by contacting their local regional colleagues at NSFOCUS or sending an email to rs@nsfocus.com.<\/p>\n\n\n\n<p><strong>Tool troubleshooting<\/strong><\/p>\n\n\n\n<p>NSFOCUS Automated Penetration Testing Tool (EZ) supports Apache Struts service identification and can be scanned directly using web modules. (Note: For the enterprise version, please contact NSFOCUS sales team)<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2026\/01\/0113c.png\"><img decoding=\"async\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2026\/01\/0113c.png\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-33065\"><\/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, the official has released a new version to fix this vulnerability. Affected users are requested to upgrade the version as soon as possible for protection. <\/p>\n\n\n\n<p>Download link: <a href=\"https:\/\/struts.apache.org\/download.cgi\">https:\/\/struts.apache.org\/download.cgi<\/a><\/p>\n\n\n\n<p><strong>Temporary protective measures<\/strong><\/p>\n\n\n\n<p>If the relevant users are temporarily unable to perform upgrade operations, temporary relief can be achieved through the following measures:<\/p>\n\n\n\n<p>1. Use the custom SAXParserFactory configuration and set the system xwork.saxParserFactory= to point to the custom factory class to disable external entities by default;<\/p>\n\n\n\n<p>2. Configure the following system properties in the JVM startup parameters to disable external entity access to the default XML parser;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-cyan-bluish-gray-background-color has-background\"><tbody><tr><td>-Djavax.xml.accessExternalDTD=&#8221;&#8221;<br>-Djavax.xml.accessExternalSchema=&#8221;&#8221;<br>-Djavax.xml.accessExternalStylesheet=&#8221;&#8221;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Note: Setting it to an empty string blocks all protocols.<\/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 Apache issued a security bulletin to fix the Apache Struts external entity (XXE) injection vulnerability S2-069 (CVE-2025-68493); Because the XWork component of Apache Struts does not perform effective validation when parsing XML configuration, attackers can inject external entities by constructing malicious XML data to read sensitive server files, perform [&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":[878,2092,2093,2094],"class_list":["post-34878","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-emergency-response","tag-apache-struts","tag-cve-2025-68493","tag-s2-069","tag-xxe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - 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\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - NSFOCUS\" \/>\n<meta property=\"og:description\" content=\"Overview Recently, NSFOCUS CERT detected that Apache issued a security bulletin to fix the Apache Struts external entity (XXE) injection vulnerability\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/\" \/>\n<meta property=\"og:site_name\" content=\"NSFOCUS\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-13T02:20:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T18:07:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png\" \/>\n<meta name=\"author\" content=\"NSFOCUS\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - NSFOCUS\" \/>\n<meta name=\"twitter:description\" content=\"Overview Recently, NSFOCUS CERT detected that Apache issued a security bulletin to fix the Apache Struts external entity (XXE) injection 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=\"NSFOCUS\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/\"},\"author\":{\"name\":\"NSFOCUS\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\"},\"headline\":\"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493)\",\"datePublished\":\"2026-01-13T02:20:25+00:00\",\"dateModified\":\"2026-04-17T18:07:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/\"},\"wordCount\":643,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Critical.png\",\"keywords\":[\"Apache Struts\",\"CVE-2025-68493\",\"S2-069\",\"XXE\"],\"articleSection\":[\"Blog\",\"Emergency Response\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/\",\"name\":\"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - NSFOCUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Critical.png\",\"datePublished\":\"2026-01-13T02:20:25+00:00\",\"dateModified\":\"2026-04-17T18:07:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#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\\\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsfocusglobal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493)\"}]},{\"@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":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - 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\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/","og_locale":"pt_BR","og_type":"article","og_title":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - NSFOCUS","og_description":"Overview Recently, NSFOCUS CERT detected that Apache issued a security bulletin to fix the Apache Struts external entity (XXE) injection vulnerability","og_url":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/","og_site_name":"NSFOCUS","article_published_time":"2026-01-13T02:20:25+00:00","article_modified_time":"2026-04-17T18:07:34+00:00","og_image":[{"url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","type":"","width":"","height":""}],"author":"NSFOCUS","twitter_card":"summary_large_image","twitter_title":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - NSFOCUS","twitter_description":"Overview Recently, NSFOCUS CERT detected that Apache issued a security bulletin to fix the Apache Struts external entity (XXE) injection vulnerability","twitter_image":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","twitter_misc":{"Escrito por":"NSFOCUS","Est. tempo de leitura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#article","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/"},"author":{"name":"NSFOCUS","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d"},"headline":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493)","datePublished":"2026-01-13T02:20:25+00:00","dateModified":"2026-04-17T18:07:34+00:00","mainEntityOfPage":{"@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/"},"wordCount":643,"commentCount":0,"publisher":{"@id":"https:\/\/nsfocusglobal.com\/#organization"},"image":{"@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","keywords":["Apache Struts","CVE-2025-68493","S2-069","XXE"],"articleSection":["Blog","Emergency Response"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/","url":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/","name":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493) - NSFOCUS","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#primaryimage"},"image":{"@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/04\/Critical.png","datePublished":"2026-01-13T02:20:25+00:00","dateModified":"2026-04-17T18:07:34+00:00","breadcrumb":{"@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#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\/apache-struts-external-entity-xxe-injection-vulnerability-s2-069-cve-2025-68493\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nsfocusglobal.com\/"},{"@type":"ListItem","position":2,"name":"Apache Struts External Entity (XXE) Injection Vulnerability S2-069 (CVE-2025-68493)"}]},{"@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\/34878","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=34878"}],"version-history":[{"count":1,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/34878\/revisions"}],"predecessor-version":[{"id":34886,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/34878\/revisions\/34886"}],"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=34878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/categories?post=34878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/tags?post=34878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}