{"id":2643,"date":"2026-06-16T07:14:29","date_gmt":"2026-06-16T14:14:29","guid":{"rendered":"https:\/\/www.cycognito.com\/blog\/?p=2643"},"modified":"2026-06-16T07:14:31","modified_gmt":"2026-06-16T14:14:31","slug":"emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions","status":"publish","type":"post","link":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/","title":{"rendered":"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1034\" height=\"562\" src=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png\" alt=\"\" class=\"wp-image-2645\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png 1034w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200-512x278.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200-768x417.png 768w\" sizes=\"auto, (max-width: 1034px) 100vw, 1034px\" \/><figcaption class=\"wp-element-caption\"><em>Sample of assets impacted by n8n RCE vulnerability, identified by the CyCognito Platform<\/em><\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is CVE-2026-27577?<\/h2>\n\n\n\n<p>CVE-2026-27577 is a code injection flaw in n8n, an open-source workflow automation platform, that lets an authenticated user with permission to create or modify workflows run system commands on the host through crafted workflow expressions.<\/p>\n\n\n\n<p>The vulnerability carries a CVSS base score of 9.4 (Critical). Exploitation requires authentication, but only the level of access needed to build or edit a workflow, which is a routine privilege for many users of the platform.<\/p>\n\n\n\n<p>The root cause is a sandbox escape. n8n evaluates user-supplied expressions and code nodes inside a restricted JavaScript environment, and a flaw in the <code>PrototypeSanitizer<\/code> lets an attacker reach the host process internals using techniques such as spread operators and variable shadowing. Once the sandbox is bypassed, the attacker executes arbitrary commands with the privileges of the n8n service.<\/p>\n\n\n\n<p>The practical impact is full remote code execution on the underlying host. From there an attacker can exfiltrate data, move laterally, and establish persistence in the automation infrastructure. The flaw follows earlier expression-evaluation issues in the same parser, which points to a recurring weak spot rather than a one-off bug.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What assets are affected by CVE-2026-27577?<\/h2>\n\n\n\n<p>The vulnerability affects n8n versions before 1.123.22, the 2.0.0 through 2.9.2 range, and 2.10.0. Both self-hosted deployments and n8n Cloud instances are in scope.<\/p>\n\n\n\n<p>In practice, an affected asset is an n8n instance reachable over the web, commonly served on <code>TCP\/5678<\/code> and often fronted by a web application hostname. Teams stand these instances up to connect internal tools, CRMs, databases, and messaging systems, which means a single host frequently holds credentials and network reach into many other systems.<\/p>\n\n\n\n<p>These instances tend to be internet-facing or overlooked because automation tooling is often deployed quickly by individual teams rather than provisioned through central IT. An n8n server spun up on a cloud VM for a short-term integration can outlive its original purpose and remain exposed long after anyone is actively watching it.<\/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-199.png\" alt=\"\" class=\"wp-image-2644\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-199.png 1200w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-199-512x320.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-199-768x480.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>Exposure in this set is led by Industrials at 17.2% of observed assets, with Communication Services close behind at 16.1%. No single sector dominates, and the largest named sector accounts for less than a fifth of the total.<\/p>\n\n\n\n<p>The flat distribution is the notable part. n8n is general-purpose automation tooling, so its presence does not track to one industry&#8217;s technology stack the way a specialized application would. It shows up wherever teams need to wire systems together, which spreads exposure across sectors with very different operating models, from manufacturing and logistics to media and consumer brands.<\/p>\n\n\n\n<p>The cross-sector spread points to a visibility problem rather than a sector-specific one. Self-hosted automation platforms are easy to deploy and easy to forget, and they rarely sit in a formal asset inventory. The result is a layer of internet-facing infrastructure that holds broad internal access while falling outside the systems most organizations use to track and secure their externally reachable assets.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are fixes available?<\/h2>\n\n\n\n<p>Yes. n8n has released patches, available since February 25, 2026. Affected users should upgrade to 1.123.22, 2.9.3, or 2.10.1 or later.<\/p>\n\n\n\n<p>The fixes are documented in the GitHub Security Advisories GHSA-v98v-ff95-f3cp and GHSA-vpcf-gvg4-6qwr. CVE-2026-27577 was disclosed alongside a cluster of related expression-evaluation and sandbox-escape vulnerabilities patched in the same release, so a single upgrade addresses multiple issues at once.<\/p>\n\n\n\n<p>Because the same parser has produced repeat findings, defenders should confirm the running version directly rather than assuming a recent install is current, and should treat any instance below the patched versions as exploitable.<\/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 n8n instances, including self-hosted servers outside central IT<\/li>\n\n\n\n<li>Restrict workflow create and edit permissions to fully trusted users<\/li>\n\n\n\n<li>Remove direct internet exposure and place instances behind a VPN or authenticated proxy<\/li>\n\n\n\n<li>Run n8n under a least-privilege service account with minimal host access<\/li>\n\n\n\n<li>Limit outbound network connectivity from the n8n host<\/li>\n\n\n\n<li>Monitor execution logs for unexpected use of code nodes or expressions<\/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-27577 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 code injection flaw in n8n&#8217;s expression evaluation lets any authenticated user with workflow edit rights run arbitrary system commands on the host, enabling full server compromise.<\/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-2643","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-27577) n8n Remote Code Execution via Workflow Expressions | 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-27577-n8n-remote-code-execution-via-workflow-expressions\/\" \/>\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-27577) n8n Remote Code Execution via Workflow Expressions | CyCognito Blog\" \/>\n<meta property=\"og:description\" content=\"A code injection flaw in n8n&#039;s expression evaluation lets any authenticated user with workflow edit rights run arbitrary system commands on the host, enabling full server compromise.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/\" \/>\n<meta property=\"og:site_name\" content=\"CyCognito Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-16T14:14:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-16T14:14:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1034\" \/>\n\t<meta property=\"og:image:height\" content=\"562\" \/>\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=\"4 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-27577-n8n-remote-code-execution-via-workflow-expressions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/\"},\"author\":{\"name\":\"Igal Zeifman\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\"},\"headline\":\"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions\",\"datePublished\":\"2026-06-16T14:14:29+00:00\",\"dateModified\":\"2026-06-16T14:14:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/\"},\"wordCount\":745,\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png\",\"articleSection\":[\"Emerging Threats\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/\",\"name\":\"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions | CyCognito Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png\",\"datePublished\":\"2026-06-16T14:14:29+00:00\",\"dateModified\":\"2026-06-16T14:14:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage\",\"url\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png\",\"contentUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png\",\"width\":1034,\"height\":562},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cycognito.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions\"}]},{\"@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-27577) n8n Remote Code Execution via Workflow Expressions | 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-27577-n8n-remote-code-execution-via-workflow-expressions\/","og_locale":"en_US","og_type":"article","og_title":"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions | CyCognito Blog","og_description":"A code injection flaw in n8n's expression evaluation lets any authenticated user with workflow edit rights run arbitrary system commands on the host, enabling full server compromise.","og_url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/","og_site_name":"CyCognito Blog","article_published_time":"2026-06-16T14:14:29+00:00","article_modified_time":"2026-06-16T14:14:31+00:00","og_image":[{"width":1034,"height":562,"url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png","type":"image\/png"}],"author":"Igal Zeifman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Igal Zeifman","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#article","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/"},"author":{"name":"Igal Zeifman","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3"},"headline":"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions","datePublished":"2026-06-16T14:14:29+00:00","dateModified":"2026-06-16T14:14:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/"},"wordCount":745,"publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png","articleSection":["Emerging Threats"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/","url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/","name":"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions | CyCognito Blog","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png","datePublished":"2026-06-16T14:14:29+00:00","dateModified":"2026-06-16T14:14:31+00:00","breadcrumb":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#primaryimage","url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png","contentUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-200.png","width":1034,"height":562},{"@type":"BreadcrumbList","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-cve-2026-27577-n8n-remote-code-execution-via-workflow-expressions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cycognito.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Emerging Threat: (CVE-2026-27577) n8n Remote Code Execution via Workflow Expressions"}]},{"@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\/2643","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=2643"}],"version-history":[{"count":1,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2643\/revisions"}],"predecessor-version":[{"id":2646,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2643\/revisions\/2646"}],"wp:attachment":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/media?parent=2643"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/categories?post=2643"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/tags?post=2643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}