{"id":2911,"date":"2026-09-14T02:38:28","date_gmt":"2026-09-14T09:38:28","guid":{"rendered":"https:\/\/www.cycognito.com\/blog\/?p=2911"},"modified":"2026-09-14T02:38:30","modified_gmt":"2026-09-14T09:38:30","slug":"emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection","status":"publish","type":"post","link":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/","title":{"rendered":"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1172\" height=\"866\" src=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png\" alt=\"\" class=\"wp-image-2913\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png 1172w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23-512x378.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23-768x567.png 768w\" sizes=\"auto, (max-width: 1172px) 100vw, 1172px\" \/><figcaption class=\"wp-element-caption\"><em>Sample of assets impacted by The Events Calendar RCE vulnerability, identified by the CyCognito Platform<\/em><\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is CVE-2026-78006?<\/h2>\n\n\n\n<p>CVE-2026-78006 is a deserialization of untrusted data vulnerability (CWE-502) in The Events Calendar, a WordPress plugin published by StellarWP, that allows an attacker to achieve remote code execution on the underlying host. The flaw sits in the <code>is_safe_widget_instance<\/code> function, whose guard against unsafe object data can be bypassed. An attacker who supplies a forged <code>wp_hash<\/code> integrity attribute passes validation, and PHP magic methods are then reached during pre-parsing before <code>unserialize()<\/code> is called on the attacker-controlled payload.<\/p>\n\n\n\n<p>The vulnerability carries a CVSS v3.1 base score of 9.8 (Critical).<\/p>\n\n\n\n<p>Exploitation is pre-authentication. The delivery path runs through the comment system rather than any administrative interface. The plugin&#8217;s V2 single-event template processes buffered comment HTML through <code>do_blocks()<\/code>, so an unauthenticated visitor can submit malicious block markup as a comment on an event page. WordPress issues the commenter a moderation-hash URL that renders their own pending comment immediately, which means the payload executes before a moderator ever reviews it. No account, no credential, and no administrator interaction are required.<\/p>\n\n\n\n<p>One condition narrows the exploitable population. Comments must be enabled and visible on event pages for the delivery path to work. Sites that disable commenting on the events post type, or that restrict comment submission to logged-in users, remove the unauthenticated route even while running an affected version. Publicly available exploitation data showed a low observed exploitation rate at the time of writing, with an EPSS score under 1 percent, though proof-of-concept code for the vulnerability is publicly available.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What assets are affected by CVE-2026-78006?<\/h2>\n\n\n\n<p>All versions of The Events Calendar up to and including 6.17.4 are affected. The plugin is one of the more widely deployed event and calendar extensions in the WordPress ecosystem, and the affected range covers the full 6.x line as well as older 5.x releases still in service. Version fingerprints observed across the assets in this analysis span the 5.10.x, 6.15.x, and 6.17.x lines, all of which fall inside the vulnerable range.<\/p>\n\n\n\n<p>In practice, an affected asset is an internet-facing WordPress site that publishes an events, conferences, training, or community calendar section. These are frequently not the organization&#8217;s flagship domain. They are campaign microsites, regional or divisional sites, careers and recruitment portals, conference and training registration sites, staging and pre-production hostnames left publicly reachable, and sites inherited through acquisition or run by an agency on the organization&#8217;s behalf.<\/p>\n\n\n\n<p>That deployment pattern is what makes this vulnerability relevant to external exposure rather than only to WordPress administrators. Event and calendar sites are built to be public and indexed, so they are reachable by design. They are also commonly maintained outside the central IT patching cycle, which means plugin updates depend on whoever owns the site rather than on a scheduled process. Comment functionality is frequently left at the WordPress default on these sites, since nobody has a reason to turn it off, and that default is precisely the precondition this vulnerability requires.<\/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-273.png\" alt=\"\" class=\"wp-image-2914\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-273.png 1200w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-273-512x320.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-273-768x480.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>Exposure in this set is led by Health Care at 25.9% of observed assets, with Consumer Discretionary contributing 16.7%. Assets here were predominantly identified by service fingerprint rather than by confirmed vulnerable-version detection, so the set describes hosts observed running The Events Calendar and potentially exposed, not confirmed exploitable targets. <\/p>\n\n\n\n<p>Health Care&#8217;s position is consistent with how the sector publishes online. National and regional health systems operate large estates of small, topic-specific public sites: service directories, clinical network pages, staff recruitment portals, patient information microsites, and regional board sites. <\/p>\n\n\n\n<p>Each one is inexpensive to stand up on WordPress, each one has a legitimate reason to publish a calendar of clinics, training, or community sessions, and each one tends to be owned by a communications or service team rather than by central IT. Consumer Discretionary shows a similar structure for different reasons, with hospitality, travel, and property brands running per-property and per-campaign sites where an events calendar is a core commercial feature.<\/p>\n\n\n\n<p>The pattern across the full set points less at a patching failure than at an ownership failure. The affected software is not embedded in core infrastructure. It is a plugin on a secondary web property, and the organizations carrying exposure are generally those with the most fragmented web estates rather than the weakest security programs. Assets in this set include staging and pre-production hostnames that remain publicly resolvable, and sites whose naming shows no relationship to the parent brand. Both are signs that the exposure is created at discovery time, not at patch time. An organization cannot patch a plugin on a site it does not know it owns.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are fixes available?<\/h2>\n\n\n\n<p>Yes. StellarWP released The Events Calendar 6.17.4.1 on September 10, 2026, which corrects the object injection path. The vulnerability was reported by Wordfence and published on September 12, 2026. Organizations running any version at or below 6.17.4 should treat themselves as affected and update.<\/p>\n\n\n\n<p>The version numbering deserves attention. The fix arrived as a fourth-level point release on the 6.17.4 line rather than as a new minor version, which makes it easy to overlook in an inventory that tracks only major and minor versions. An asset reporting 6.17.4 is vulnerable. An asset reporting 6.17.4.1 is not. Any check that truncates the version string will not distinguish between the two.<\/p>\n\n\n\n<p>Because the plugin is distributed through the WordPress plugin repository, sites with automatic plugin updates enabled may already have taken the fix without operator action, while sites with automatic updates disabled will not. Defenders should verify the installed version directly on each site rather than assuming a fix has propagated, and should confirm current guidance with the vendor.<\/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 all internet-facing WordPress properties, including agency-managed and acquired sites<\/li>\n\n\n\n<li>Disable comments on the events post type where they serve no purpose<\/li>\n\n\n\n<li>Restrict comment submission to authenticated users on sites that need commenting<\/li>\n\n\n\n<li>Monitor web logs for comment submissions containing serialized PHP object markup<\/li>\n\n\n\n<li>Audit staging and pre-production hostnames for public reachability<\/li>\n\n\n\n<li>Verify the installed plugin version to the fourth level, not just the minor version<\/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-78006 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>An unauthenticated PHP object injection flaw in The Events Calendar plugin for WordPress lets attackers execute code on the server through comments submitted on event pages.<\/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-2911","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-78006) The Events Calendar Remote Code Execution via PHP Object Injection | 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-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\" \/>\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-78006) The Events Calendar Remote Code Execution via PHP Object Injection | CyCognito Blog\" \/>\n<meta property=\"og:description\" content=\"An unauthenticated PHP object injection flaw in The Events Calendar plugin for WordPress lets attackers execute code on the server through comments submitted on event pages.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\" \/>\n<meta property=\"og:site_name\" content=\"CyCognito Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-14T09:38:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-14T09:38:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1172\" \/>\n\t<meta property=\"og:image:height\" content=\"866\" \/>\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=\"6 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-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\"},\"author\":{\"name\":\"Igal Zeifman\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\"},\"headline\":\"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection\",\"datePublished\":\"2026-09-14T09:38:28+00:00\",\"dateModified\":\"2026-09-14T09:38:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\"},\"wordCount\":1082,\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png\",\"articleSection\":[\"Emerging Threats\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\",\"name\":\"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection | CyCognito Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png\",\"datePublished\":\"2026-09-14T09:38:28+00:00\",\"dateModified\":\"2026-09-14T09:38:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage\",\"url\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png\",\"contentUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png\",\"width\":1172,\"height\":866},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cycognito.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection\"}]},{\"@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-78006) The Events Calendar Remote Code Execution via PHP Object Injection | 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-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/","og_locale":"en_US","og_type":"article","og_title":"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection | CyCognito Blog","og_description":"An unauthenticated PHP object injection flaw in The Events Calendar plugin for WordPress lets attackers execute code on the server through comments submitted on event pages.","og_url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/","og_site_name":"CyCognito Blog","article_published_time":"2026-09-14T09:38:28+00:00","article_modified_time":"2026-09-14T09:38:30+00:00","og_image":[{"width":1172,"height":866,"url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png","type":"image\/png"}],"author":"Igal Zeifman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Igal Zeifman","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#article","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/"},"author":{"name":"Igal Zeifman","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3"},"headline":"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection","datePublished":"2026-09-14T09:38:28+00:00","dateModified":"2026-09-14T09:38:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/"},"wordCount":1082,"publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png","articleSection":["Emerging Threats"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/","url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/","name":"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection | CyCognito Blog","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png","datePublished":"2026-09-14T09:38:28+00:00","dateModified":"2026-09-14T09:38:30+00:00","breadcrumb":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#primaryimage","url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png","contentUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/Screenshot-2026-09-14-at-12.36.23.png","width":1172,"height":866},{"@type":"BreadcrumbList","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-78006-the-events-calendar-remote-code-execution-via-php-object-injection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cycognito.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Emerging Threat: (CVE-2026-78006) The Events Calendar Remote Code Execution via PHP Object Injection"}]},{"@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\/2911","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=2911"}],"version-history":[{"count":1,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2911\/revisions"}],"predecessor-version":[{"id":2915,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2911\/revisions\/2915"}],"wp:attachment":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/media?parent=2911"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/categories?post=2911"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/tags?post=2911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}