{"id":2718,"date":"2026-07-27T04:05:17","date_gmt":"2026-07-27T11:05:17","guid":{"rendered":"https:\/\/www.cycognito.com\/blog\/?p=2718"},"modified":"2026-07-27T04:06:12","modified_gmt":"2026-07-27T11:06:12","slug":"emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution","status":"publish","type":"post","link":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/","title":{"rendered":"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"762\" src=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1280x762.png\" alt=\"A flaw in the chunked upload handler of WPForms Pro lets an unauthenticated attacker leave executable files on a WordPress server, opening a path to remote code execution.\n\" class=\"wp-image-2720\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1280x762.png 1280w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-512x305.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-768x457.png 768w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1536x915.png 1536w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png 2018w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><figcaption class=\"wp-element-caption\"><em>Sample of assets impacted by WPForms Pro arbitrary file upload vulnerability, identified by the CyCognito Platform<\/em><\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is CVE-2026-10818?<\/h2>\n\n\n\n<p>CVE-2026-10818 is an arbitrary file upload vulnerability in WPForms Pro, the paid edition of a widely deployed WordPress form builder plugin. It was published on July 25, 2026, with Wordfence as the assigning CNA.<\/p>\n\n\n\n<p>The flaw sits in the <code>ajax_chunk_upload_finalize<\/code> function, which handles the final step of a chunked file upload. File type validation runs after the chunk metadata and the file contents have already been written to disk, and the assembled file is not deleted when that validation fails. The rejected file stays on the server.<\/p>\n\n\n\n<p>That ordering is the entire vulnerability. The plugin does check what was uploaded, but it checks too late and does not clean up after itself, so an unauthenticated attacker can leave a file of their choosing in the WordPress uploads directory. If the web server will execute that file, the result is remote code execution.<\/p>\n\n\n\n<p>The record carries a CVSS v3.1 base score of 8.1 (High), assigned by Wordfence. NVD has received the record but had not published its own assessment at the time of writing. The weakness is classified as CWE-434, unrestricted upload of file with dangerous type. No authentication and no user interaction are required, but attack complexity is rated high, which reflects the specific conditions the attack depends on rather than any difficulty in crafting the request itself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What assets are affected by CVE-2026-10818?<\/h2>\n\n\n\n<p>The record names WPForms Pro in all versions up to and including 1.10.1.1. WPForms Lite is not listed.<\/p>\n\n\n\n<p>Version alone does not settle whether a site is exposed. The vulnerable code path is the chunked upload handler, which is reachable where a published form exposes a file upload field. A site running an affected version with no upload fields on any public form is in a different position from one running a careers page that accepts CVs. That distinction is what triage should be built around, because it is the difference between a patching task and an active exposure.<\/p>\n\n\n\n<p>In practice, the affected asset is rarely the corporate web application. It is the marketing site, the campaign microsite, the brand or product site, the press page, the careers portal. These are WordPress installations, often numerous, often standing up and coming down on campaign timelines, and often owned by a marketing or agency team rather than by IT. Plugin inventory across that estate is usually incomplete, which is what makes plugin CVEs hard to close even when the fix is a one-click update.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What does our data show about exposure patterns?<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"750\" src=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-214.png\" alt=\"\" class=\"wp-image-2719\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-214.png 1200w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-214-512x320.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-214-768x480.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>Exposure in this set is dominated by Communication Services at 62.1% of observed assets. Energy follows at 7.4% and Industrials at 6.3%, with the remaining 24.2% spread across Consumer Discretionary, Information Technology, Consumer Staples, Financials, Health Care, and assets whose owning organization is unclassified.<\/p>\n\n\n\n<p>The concentration in Communication Services is not a quirk of the sample. Media and entertainment companies run WordPress at a scale that few other sectors match, because their business is publishing and WordPress is the default publishing platform. A single broadcaster or publishing group can operate dozens of separate sites: one per title, per show, per regional edition, per campaign. Each one is an independent installation with its own plugin set, its own update cadence, and frequently its own agency maintaining it. The estate multiplies faster than anyone inventories it.<\/p>\n\n\n\n<p>Media also has an unusually strong business reason to accept files from strangers. Tip lines, photo and video submissions, press kits, casting calls, and freelancer applications all require an upload field on a public form, which is exactly the precondition this vulnerability needs. The same logic explains the long tail: careers pages in Industrials, supplier document uploads in Energy, claims forms in Financials. Across every sector in this data, the exposed asset is the one built to collect files from people the organization has never met.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are fixes available?<\/h2>\n\n\n\n<p>Yes, but the version guidance requires care.<\/p>\n\n\n\n<p>WPForms released version 2.0.0 on July 14, 2026, eleven days before the CVE was published. Its changelog records a fix for temporary files from a rejected Modern File Upload being left in the uploads directory when the upload failed validation, which describes the same behavior as the CVE. The most recent release at the time of writing is 2.0.0.2, published July 16, 2026.<\/p>\n\n\n\n<p>The complication is that the version ranges do not line up cleanly. The CVE record lists affected versions only up to and including 1.10.1.1, yet WPForms shipped 1.10.2 on June 16 and 1.10.2.1 on June 25, and the matching fix appears in the 2.0.0 changelog rather than in either of those. A team matching strictly against the published range could conclude that a 1.10.2.x install is unaffected. On the vendor&#8217;s own changelog, that conclusion does not hold up.<\/p>\n\n\n\n<p>Treat the published upper bound as the less reliable of the two signals and update to the current release. Anything below 2.0.0 should be considered in scope until WPForms states otherwise. Sites where WordPress plugin auto-updates are enabled may already be patched, which is worth confirming before scheduling emergency work.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are there any other recommended actions to take?<\/h2>\n\n\n\n<p>Until patching is confirmed, defenders should:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inventory WordPress sites running WPForms Pro across marketing and campaign domains<\/li>\n\n\n\n<li>Identify published forms that expose a file upload field<\/li>\n\n\n\n<li>Disable file upload fields on public forms that do not need them<\/li>\n\n\n\n<li>Search the WPForms uploads directory for unexpected executable file types<\/li>\n\n\n\n<li>Block script execution inside WordPress upload directories<\/li>\n\n\n\n<li>Review web server logs for unexpected POST requests to admin-ajax.php<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How can CyCognito help your organization?<\/h2>\n\n\n\n<p>CyCognito published an Emerging Threat Advisory for CVE-2026-10818 in the CyCognito platform and is actively researching enhanced detection capabilities for this vulnerability.<\/p>\n\n\n\n<p>To learn how CyCognito can help your organization reduce external exposure and manage emerging threats more effectively, <a href=\"https:\/\/www.cycognito.com\/demo\/\">contact us to request a demo<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A flaw in the chunked upload handler of WPForms Pro lets an unauthenticated attacker leave executable files on a WordPress server, opening a path to remote code execution.<\/p>\n","protected":false},"author":39,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[250],"tags":[],"class_list":["post-2718","post","type-post","status-publish","format-standard","hentry","category-emerging-threats"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution | CyCognito Blog<\/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:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution | CyCognito Blog\" \/>\n<meta property=\"og:description\" content=\"A flaw in the chunked upload handler of WPForms Pro lets an unauthenticated attacker leave executable files on a WordPress server, opening a path to remote code execution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\" \/>\n<meta property=\"og:site_name\" content=\"CyCognito Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-27T11:05:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-27T11:06:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2018\" \/>\n\t<meta property=\"og:image:height\" content=\"1202\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Igal Zeifman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Igal Zeifman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\"},\"author\":{\"name\":\"Igal Zeifman\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\"},\"headline\":\"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution\",\"datePublished\":\"2026-07-27T11:05:17+00:00\",\"dateModified\":\"2026-07-27T11:06:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\"},\"wordCount\":976,\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1280x762.png\",\"articleSection\":[\"Emerging Threats\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\",\"name\":\"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution | CyCognito Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1280x762.png\",\"datePublished\":\"2026-07-27T11:05:17+00:00\",\"dateModified\":\"2026-07-27T11:06:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage\",\"url\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png\",\"contentUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png\",\"width\":2018,\"height\":1202},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cycognito.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\",\"url\":\"https:\/\/www.cycognito.com\/blog\/\",\"name\":\"Cycognito Blog\",\"description\":\"Research, Product News and Latest Updates\",\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cycognito.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\",\"name\":\"Cycognito\",\"url\":\"https:\/\/www.cycognito.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png\",\"contentUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png\",\"width\":1720,\"height\":550,\"caption\":\"Cycognito\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\",\"name\":\"Igal Zeifman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g\",\"caption\":\"Igal Zeifman\"},\"description\":\"VP of Marketing\",\"url\":\"https:\/\/www.cycognito.com\/blog\/author\/igal-zeifman\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution | CyCognito Blog","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:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/","og_locale":"en_US","og_type":"article","og_title":"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution | CyCognito Blog","og_description":"A flaw in the chunked upload handler of WPForms Pro lets an unauthenticated attacker leave executable files on a WordPress server, opening a path to remote code execution.","og_url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/","og_site_name":"CyCognito Blog","article_published_time":"2026-07-27T11:05:17+00:00","article_modified_time":"2026-07-27T11:06:12+00:00","og_image":[{"width":2018,"height":1202,"url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png","type":"image\/png"}],"author":"Igal Zeifman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Igal Zeifman","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#article","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/"},"author":{"name":"Igal Zeifman","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3"},"headline":"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution","datePublished":"2026-07-27T11:05:17+00:00","dateModified":"2026-07-27T11:06:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/"},"wordCount":976,"publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1280x762.png","articleSection":["Emerging Threats"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/","url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/","name":"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution | CyCognito Blog","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215-1280x762.png","datePublished":"2026-07-27T11:05:17+00:00","dateModified":"2026-07-27T11:06:12+00:00","breadcrumb":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#primaryimage","url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png","contentUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-215.png","width":2018,"height":1202},{"@type":"BreadcrumbList","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-10818-wpforms-pro-arbitrary-file-upload-leading-to-remote-code-execution\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cycognito.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Emerging Threat: (CVE-2026-10818) WPForms Pro Arbitrary File Upload Leading to Remote Code Execution"}]},{"@type":"WebSite","@id":"https:\/\/www.cycognito.com\/blog\/#website","url":"https:\/\/www.cycognito.com\/blog\/","name":"Cycognito Blog","description":"Research, Product News and Latest Updates","publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cycognito.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cycognito.com\/blog\/#organization","name":"Cycognito","url":"https:\/\/www.cycognito.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png","contentUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/logo-1720x550-1.png","width":1720,"height":550,"caption":"Cycognito"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3","name":"Igal Zeifman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b4495bcfbe7465d573c6f7ee3e2a3cab?s=96&d=mm&r=g","caption":"Igal Zeifman"},"description":"VP of Marketing","url":"https:\/\/www.cycognito.com\/blog\/author\/igal-zeifman\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/comments?post=2718"}],"version-history":[{"count":2,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2718\/revisions"}],"predecessor-version":[{"id":2722,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2718\/revisions\/2722"}],"wp:attachment":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/media?parent=2718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/categories?post=2718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/tags?post=2718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}