{"id":2737,"date":"2026-07-30T03:37:57","date_gmt":"2026-07-30T10:37:57","guid":{"rendered":"https:\/\/www.cycognito.com\/blog\/?p=2737"},"modified":"2026-07-30T03:37:58","modified_gmt":"2026-07-30T10:37:58","slug":"emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass","status":"publish","type":"post","link":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/","title":{"rendered":"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1006\" height=\"500\" src=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png\" alt=\"\" class=\"wp-image-2739\" srcset=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png 1006w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218-512x254.png 512w, https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218-768x382.png 768w\" sizes=\"auto, (max-width: 1006px) 100vw, 1006px\" \/><figcaption class=\"wp-element-caption\"><em>Sample of assets impacted by the Apache Traffic Server July 2026 release vulnerabilities, identified by the CyCognito Platform<\/em><\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is the Apache Traffic Server July 2026 security release?<\/h2>\n\n\n\n<p>The July 2026 Apache Traffic Server security release addresses a large batch of vulnerabilities across the proxy core and its plugin ecosystem, disclosed on July 29, 2026 and fixed in versions 9.2.15 and 10.1.4. Published counts of the batch differ. The Apache Traffic Server project describes the release as addressing 34 CVEs, while Belgium&#8217;s Centre for Cybersecurity puts the figure at 38 vulnerabilities.<\/p>\n\n\n\n<p>The most severe entries carry CVSS v4.0 base scores of 9.2 (Critical): CVE-2026-58154, CVE-2026-58155, and CVE-2026-58161. All three are remotely reachable, require no privileges, and require no user interaction. CVE-2026-58151 follows at 8.7 (High). In the case of CVE-2026-58154, sending crafted HTTP headers is enough to crash the server.<\/p>\n\n\n\n<p>Impact across the batch is dominated by denial of service and memory corruption rather than remote code execution. Several entries also break access control. CVE-2026-22068 allows a geo-control bypass, and CVE-2026-58159 allows an IP access control bypass. In a proxy tier, that class of flaw matters beyond availability, because the proxy is frequently the component enforcing the policy an attacker is trying to evade.<\/p>\n\n\n\n<p>The plugin surface accounts for most of the batch. Named components include <code>ts_lua<\/code> (CVE-2026-58182, 8.6), <code>header_rewrite<\/code> (CVE-2026-58184, 8.3), the ESI plugin (CVE-2026-58178, 7.5), <code>txn_box<\/code> (CVE-2026-58180, 7.5), <code>uri_signing<\/code> and <code>url_sig<\/code> (CVE-2026-58181, 7.5), and the prefetch plugin (CVE-2026-58183, 5.9). <\/p>\n\n\n\n<p>CVE-2026-58188, at 8.2, covers memory-safety and limit-bypass errors across several experimental plugins. Core paths are affected as well, including remap configuration handling (CVE-2026-58164, 7.5) and HostDB SRV record handling (CVE-2026-58175, 7.5).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What assets are affected by the July 2026 Apache Traffic Server CVEs?<\/h2>\n\n\n\n<p>The affected ranges span every recent branch: 8.0.0 through 8.1.9, 9.0.0 through 9.2.14, and 10.0.0 through 10.1.3. The CVE records for this batch direct users to 9.2.15 or 10.1.4, with no fixed release offered on the 8.x line.<\/p>\n\n\n\n<p>In practice, an affected asset is a reverse proxy, forward proxy, or caching tier sitting in front of origin infrastructure. Apache Traffic Server is deployed at CDN edge, in front of media delivery platforms, and as an internal traffic router in large enterprises. It is built to terminate untrusted traffic, so it is internet-facing by function rather than by misconfiguration.<\/p>\n\n\n\n<p>Real exposure depends heavily on which plugins are loaded. An instance running only core proxy features is exposed to a narrower slice of this batch than one running <code>ts_lua<\/code>, ESI, or <code>header_rewrite<\/code>. That distinction matters for triage, and it is not visible from outside. Version fingerprinting will tell a defender whether an instance falls inside the affected ranges. It will not tell them which plugins are active.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What does our data show about exposure patterns?<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>Exposure in this set is led by Communication Services at 52.8% of observed assets, with Information Technology contributing 44.4%. Together the two sectors account for more than 97% of the externally reachable Apache Traffic Server instances identified.<\/p>\n\n\n\n<p>That concentration follows the software&#8217;s purpose. Apache Traffic Server was built for high-volume content delivery, and the organizations running it at scale are media, entertainment, and telecommunications providers, alongside the technology vendors that operate their own edge infrastructure. <\/p>\n\n\n\n<p>These are also environments with large, geographically distributed footprints, multiple delivery tiers, and long-lived caching infrastructure that tends to be upgraded on its own schedule rather than alongside the application estate behind it.<\/p>\n\n\n\n<p>Across sectors, the pattern points to a consistent driver. Caching and proxy tiers are treated as network plumbing rather than as application software. They are provisioned once, tuned for throughput, and left alone. In this data set, every instance where a version could be fingerprinted was running a release inside the affected ranges, including versions several minor releases behind the current line. <\/p>\n\n\n\n<p>A proxy that has been quietly doing its job for years is exactly the asset least likely to surface in a patch cycle.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are fixes available?<\/h2>\n\n\n\n<p>Yes. The Apache Traffic Server project has released versions 9.2.15 and 10.1.4, and the CVE records for this batch consistently direct users to one of those two versions.<\/p>\n\n\n\n<p>There is no fix on the 8.x line. Instances running 8.0.0 through 8.1.9 require a branch migration, which for plugin-heavy deployments means recompiling user-written plugins against the newer API rather than applying a drop-in package upgrade. That work is worth scoping now rather than discovering it mid-incident.<\/p>\n\n\n\n<p>Reporting on the size of this release is not consistent, with published counts ranging from 34 to 38 entries, and distribution packages will lag upstream by days or weeks. Defenders should verify the fixed version directly against the Apache Traffic Server advisory and their own distribution tracker rather than assuming a fix has reached their package repository.<\/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 upgrades are complete, defenders should:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inventory all Apache Traffic Server instances and record the running version<\/li>\n\n\n\n<li>Enumerate loaded plugins in <code>plugin.config<\/code> and <code>remap.config<\/code> for each instance<\/li>\n\n\n\n<li>Unload experimental and unused plugins to shrink the exposed surface<\/li>\n\n\n\n<li>Verify geo and IP access control rules are enforced at a second layer<\/li>\n\n\n\n<li>Monitor proxy processes for unexpected restarts, crashes, and memory growth<\/li>\n\n\n\n<li>Restrict management and administrative interfaces to trusted networks only<\/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 the Apache Traffic Server July 2026 security release in the CyCognito platform and is actively researching enhanced detection capabilities for these vulnerabilities.<\/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>Apache Traffic Server&#8217;s July 2026 security release patches dozens of flaws across its plugin surface, with the most severe letting unauthenticated attackers crash proxy tiers and bypass access controls.<\/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-2737","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: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass | 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-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass | CyCognito Blog\" \/>\n<meta property=\"og:description\" content=\"Apache Traffic Server&#039;s July 2026 security release patches dozens of flaws across its plugin surface, with the most severe letting unauthenticated attackers crash proxy tiers and bypass access controls.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\" \/>\n<meta property=\"og:site_name\" content=\"CyCognito Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-30T10:37:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T10:37:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1006\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\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-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\"},\"author\":{\"name\":\"Igal Zeifman\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3\"},\"headline\":\"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass\",\"datePublished\":\"2026-07-30T10:37:57+00:00\",\"dateModified\":\"2026-07-30T10:37:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\"},\"wordCount\":904,\"publisher\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png\",\"articleSection\":[\"Emerging Threats\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\",\"url\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\",\"name\":\"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass | CyCognito Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png\",\"datePublished\":\"2026-07-30T10:37:57+00:00\",\"dateModified\":\"2026-07-30T10:37:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage\",\"url\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png\",\"contentUrl\":\"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png\",\"width\":1006,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cycognito.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass\"}]},{\"@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: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass | 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-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/","og_locale":"en_US","og_type":"article","og_title":"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass | CyCognito Blog","og_description":"Apache Traffic Server's July 2026 security release patches dozens of flaws across its plugin surface, with the most severe letting unauthenticated attackers crash proxy tiers and bypass access controls.","og_url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/","og_site_name":"CyCognito Blog","article_published_time":"2026-07-30T10:37:57+00:00","article_modified_time":"2026-07-30T10:37:58+00:00","og_image":[{"width":1006,"height":500,"url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.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-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#article","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/"},"author":{"name":"Igal Zeifman","@id":"https:\/\/www.cycognito.com\/blog\/#\/schema\/person\/79ab10bc35a38aef399f5bbd21d8f1b3"},"headline":"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass","datePublished":"2026-07-30T10:37:57+00:00","dateModified":"2026-07-30T10:37:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/"},"wordCount":904,"publisher":{"@id":"https:\/\/www.cycognito.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png","articleSection":["Emerging Threats"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/","url":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/","name":"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass | CyCognito Blog","isPartOf":{"@id":"https:\/\/www.cycognito.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage"},"image":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png","datePublished":"2026-07-30T10:37:57+00:00","dateModified":"2026-07-30T10:37:58+00:00","breadcrumb":{"@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#primaryimage","url":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png","contentUrl":"https:\/\/www.cycognito.com\/blog\/wp-content\/uploads\/image-218.png","width":1006,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/www.cycognito.com\/blog\/emerging-threat-july-2026-release-apache-traffic-server-denial-of-service-and-access-control-bypass\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cycognito.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Emerging Threat: (July 2026 Release) Apache Traffic Server Denial of Service and Access Control Bypass"}]},{"@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\/2737","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=2737"}],"version-history":[{"count":1,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2737\/revisions"}],"predecessor-version":[{"id":2740,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/posts\/2737\/revisions\/2740"}],"wp:attachment":[{"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/media?parent=2737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/categories?post=2737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cycognito.com\/blog\/wp-json\/wp\/v2\/tags?post=2737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}