{"id":52704,"date":"2026-05-09T03:44:19","date_gmt":"2026-05-09T03:44:19","guid":{"rendered":"https:\/\/zero.redgem.net\/?p=52704"},"modified":"2026-05-09T03:44:19","modified_gmt":"2026-05-09T03:44:19","slug":"dirty-frag-using-the-page-caches-as-an-attack-surface","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=52704","title":{"rendered":"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-05-09T08:05:08&#8243;,&#8221;description&#8221;:&#8221;Dirty Frag is a Linux local privilege escalation (LPE) chain published on May 7, 2026. It combines two previously unknown kernel vulnerabilities can allow an unprivileged local user to escalate to root on many major Linux distributions.\\n\\n  * xfrm-ESP Page-Cache Write (CVE-2026-43284) \\n\\n\\n  * RxRPC Page-Cache Write (CVE-2026-43500) \\n\\n\\n\\n\\u003e As of May 8, 2026, CVE-2026-43284 had been patched in mainline Linux, while public reporting indicated that CVE-2026-43500 did not yet have patches available.\\n\\n**The Dirty Pipe Connection:**\\n\\nDirty Frag is the third discovery of a bug class that all share similar logic. A zero-copy send path plants an attacker-controlled or attacker-readable page into a kernel data structure as a raw reference. A downstream consumer assumes that buffer is privately owned by the kernel and performs an in-place write. The attacker controls where that write lands, in a page they only had read access to _._\\n\\n**_Bug_**** __**| **_Year_**** __**| **_Sink_**** __**| **_Primitive_**** __**  \\n&#8212;|&#8212;|&#8212;|&#8212;  \\n_Dirty Pipe (CVE-2022-0847)___| 2022|  struct pipe_buffer| Page-cache overwrite via stale PIPE_BUF_FLAG_CAN_MERGE  \\n _Copy Fail (CVE-2026-31431)___| Apr 2026|  algif_aead TX SGL| 4-byte STORE during crypto_authenc_esn_decrypt() byte rearrangement  \\n** _Dirty Frag_** _ (CVE-2026-43284, CVE-2026-43500)___| May 2026|  frag of struct sk_buff| 4-byte STORE (ESP) and 8-byte STORE (RxRPC) into nonlinear skb frag  \\n  \\nDirty Frag exists on the receive side of a network protocol that performs in-place crypto on skb_shinfo(skb)-\\u003efrags[]. Since splice_to_socket() automatically sets MSG_SPLICE_PAGES, a page cache page that the attacker only has read access to gets pinned into frags[0] as-is. The receiver-side kernel then does its in-place STORE on top of it.\\n\\n# CVE-2026-43284: xfrm-ESP Page-Cache Write\\n\\nRegistering an XFRM SA needs CAP_NET_ADMIN privileges, which means the attacker has to first create a new user namespace via unshare(CLONE_NEWUSER | CLONE_NEWNET). On distributions that allow unprivileged user namespaces (RHEL, Fedora, openSUSE, AlmaLinux), this is easily achieved. However, on systems like Ubuntu, AppArmor sometimes blocks unprivileged user-namespace creation. This is exactly why the second CVE in the chain exists.\\n\\n# CVE-2026-43500: RxRPC Page-Cache Write\\n\\nThe publicly available exploit&#8217;s chosen target is \/etc\/passwd line 1. In this implementation, 12 bytes forces a rewrite via three sequential 8-byte STOREs to produce an empty password field for root. Successful exploitation then leads to simply use a \u201csu \u2013\u201c without a prompt. Moreover, this vulnerability requires normal user privileges alone. add_key(\\&#8221;rxrpc\\&#8221;, \u2026), socket(AF_RXRPC), socket(AF_ALG), splice(), and recvmsg() are all unprivileged APIs. Hence, no user-namespace creation is needed. This is why the Dirty Frag exploit chain works on hardened Ubuntu systems even where ESP is blocked.\\n\\n**The Security Blind Spot:**\\n\\nThe Dirty Frag exploit does not touch any files on a hard drive. Security tools that depend on hashing the file on a disk will not detect a Dirty Frag exploitation as the malicious cache exists only in RAM. Furthermore, the page cache is contaminated until either \u201cecho 3 \\u003e \/proc\/sys\/vm\/drop_caches\u201d runs or the system reboots. The drop_caches command frees the Linux kernel\u2019s page cache, dentries, and inodes and is often used in testing or debugging to simulate a \u201ccold cache\u201d state without rebooting. \\n\\nIf the threat actor is able to corrupt \/usr\/bin\/su, it effectively remains available for execution until reboot, serving as a reliable backdoor.\\n\\n**Affected Versions:**\\n\\nMore vulnerability details are still being uncovered and we will update this list as additional information is available. Primarily, Linux Kernel (ESP subsystem) since 2017 and the RxRPC subsystem of the Linux Kernel since 2023 are vulnerable. Additionally, these vendors have confirmed that patches are being prepared:\\n\\n  1. Ubuntu\\n  2. Red Hat Enterprise Linux\\n  3. CentOS Stream \\n  4. AlmaLinux\\n  5. Fedora\\n  6. openSUSE\\n\\n\\n\\n## Qualys QID Coverage\\n\\nQualys has released the following QIDs to address the Dirty Frag chain:\\n\\n  1. QID 387289 &#8211; Linux Kernel Local Privilege Escalation Vulnerability (Dirty Frag) (CVE-2026-43284)\\n  2. QID 387288 &#8211; Linux Kernel Local Privilege Escalation Vulnerability (Dirty Frag) (CVE-2026-43500)\\n  3. QID 944291 &#8211; AlmaLinux Security Update for kernel (ALSA-2026:A006)\\n  4. QID 944290 &#8211; AlmaLinux Security Update for kernel (ALSA-2026:A005)\\n  5. QID 944287 &#8211; AlmaLinux Security Update for kernel-rt (ALSA-2026:A007)\\n\\n\\n\\nThe following QIDs are in the final stages of verification and expected to be released soon:\\n\\n  1. QID 6276440 &#8211; Debian Security Update for linux (CVE-2026-43284)\\n  2. QID 288685 &#8211; Fedora Security Update for kernel (FEDORA-2026-87dc12705e)\\n  3. QID 288684 &#8211; Fedora Security Update for kernel (FEDORA-2026-abc00fb4e8)\\n  4. QID 762499 &#8211; SUSE Enterprise Linux Security Update for the Linux Kernel (SUSE-SU-2026:1778-1)\\n  5. QID 6276373 &#8211; Debian Security Update for linux (CVE-2026-43500)\\n\\n\\n\\nQualys customers can also search for this vulnerability by their CVE IDs: CVE-2026-43284 and CVE-2026-43500. Information about additional QIDs pertaining to these CVEs can be found in our Vulnerability Detection Pipeline.\\n\\n## Remediate at Scale With TruRisk Eliminate\\n\\nTruRisk Eliminate offers a comprehensive risk reduction solution designed to help security and IT teams proactively address nearly 100% of CISA KEVs and ransomware vulnerabilities.\\n\\nTo address these vulnerabilities, leverage Qualys TruRisk Eliminate to:\\n\\n  * Patch these vulnerabilities, or\\n  * Apply out-of-the-box mitigations until a patch can be deployed\\n\\n\\n\\nBecause these vulnerabilities are Qualys patchable, you should immediately deploy the patches and fix them. Relevant patches were added to the Qualys patch catalog and are ready to be deployed using the Qualys agent.&#8221;,&#8221;published&#8221;:&#8221;2026-05-09T07:22:34&#8243;,&#8221;modified&#8221;:&#8221;2026-05-09T07:22:34&#8243;,&#8221;type&#8221;:&#8221;qualysblog&#8221;,&#8221;title&#8221;:&#8221;Dirty Frag: Using the Page Caches as an Attack Surface&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5&#8243;,&#8221;bulletinFamily&#8221;:&#8221;blog&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2022-0847&#8243;,&#8221;CVE-2026-31431&#8243;,&#8221;CVE-2026-43284&#8243;,&#8221;CVE-2026-43500&#8243;],&#8221;sourceData&#8221;:&#8221;&#8221;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:7.8,&#8221;severity&#8221;:&#8221;HIGH&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:L\/AC:L\/PR:L\/UI:N\/S:U\/C:H\/I:H\/A:H&#8221;,&#8221;version&#8221;:&#8221;3.1&#8243;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/blog.qualys.com\/category\/vulnerabilities-threat-research&#8221;,&#8221;category_name&#8221;:&#8221;News&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-05-09T08:05:08&#8243;,&#8221;description&#8221;:&#8221;Dirty Frag is a Linux local privilege escalation (LPE) chain published on May 7, 2026. It combines two previously unknown kernel vulnerabilities can allow an&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6,8,28,12,15,13,120,7,11,5],"class_list":["post-52704","post","type-post","status-publish","format-standard","hentry","category-category_news","tag-cve","tag-cvss","tag-cvss-78","tag-exploit","tag-high","tag-news","tag-qualysblog","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5 - zero redgem<\/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:\/\/zero.redgem.net\/?p=52704\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-05-09T08:05:08&#8243;,&#8221;description&#8221;:&#8221;Dirty Frag is a Linux local privilege escalation (LPE) chain published on May 7, 2026. It combines two previously unknown kernel vulnerabilities can allow an...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=52704\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-09T03:44:19+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\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:\\\/\\\/zero.redgem.net\\\/?p=52704#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52704\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5\",\"datePublished\":\"2026-05-09T03:44:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52704\"},\"wordCount\":1081,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-7.8\",\"exploit\",\"HIGH\",\"news\",\"qualysblog\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=52704#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52704\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52704\",\"name\":\"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-05-09T03:44:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52704#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=52704\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52704#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5 - zero redgem","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:\/\/zero.redgem.net\/?p=52704","og_locale":"en_US","og_type":"article","og_title":"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-05-09T08:05:08&#8243;,&#8221;description&#8221;:&#8221;Dirty Frag is a Linux local privilege escalation (LPE) chain published on May 7, 2026. It combines two previously unknown kernel vulnerabilities can allow an...","og_url":"https:\/\/zero.redgem.net\/?p=52704","og_site_name":"zero redgem","article_published_time":"2026-05-09T03:44:19+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=52704#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=52704"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5","datePublished":"2026-05-09T03:44:19+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=52704"},"wordCount":1081,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-7.8","exploit","HIGH","news","qualysblog","Security","tapic","Vulnerability"],"articleSection":["category_news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=52704#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=52704","url":"https:\/\/zero.redgem.net\/?p=52704","name":"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-05-09T03:44:19+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=52704#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=52704"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=52704#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Dirty Frag: Using the Page Caches as an Attack Surface_QUALYSBLOG:4117DBF9D73BE798BE159CA2C926D4D5"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/52704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=52704"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/52704\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=52704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=52704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=52704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}