{"id":52922,"date":"2026-05-11T04:12:38","date_gmt":"2026-05-11T04:12:38","guid":{"rendered":"https:\/\/zero.redgem.net\/?p=52922"},"modified":"2026-05-11T04:12:38","modified_gmt":"2026-05-11T04:12:38","slug":"netmlx5e-rx-fix-xdp-multi-buf-frag-counting-for-striding-rq","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=52922","title":{"rendered":"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ\\n\\nXDP multi-buf programs can modify the layout of the XDP buffer when the\\nprogram calls bpf_xdp_pull_data() or bpf_xdp_adjust_tail(). The\\nreferenced commit in the fixes tag corrected the assumption in the mlx5\\ndriver that the XDP buffer layout doesn&#8217;t change during a program\\nexecution. However, this fix introduced another issue: the dropped\\nfragments still need to be counted on the driver side to avoid page\\nfragment reference counting issues.\\n\\nThe issue was discovered by the drivers\/net\/xdp.py selftest,\\nmore specifically the test_xdp_native_tx_mb:\\n- The mlx5 driver allocates a page_pool page and initializes it with\\n  a frag counter of 64 (pp_ref_count=64) and the internal frag counter\\n  to 0.\\n- The test sends one packet with no payload.\\n- On RX (mlx5e_skb_from_cqe_mpwrq_nonlinear()), mlx5 configures the XDP\\n  buffer with the packet data starting in the first fragment which is the\\n  page mentioned above.\\n- The XDP program runs and calls bpf_xdp_pull_data() which moves the\\n  header into the linear part of the XDP buffer. As the packet doesn&#8217;t\\n  contain more data, the program drops the tail fragment since it no\\n  longer contains any payload (pp_ref_count=63).\\n- mlx5 device skips counting this fragment. Internal frag counter\\n  remains 0.\\n- mlx5 releases all 64 fragments of the page but page pp_ref_count is\\n  63 =\\u003e negative reference counting error.\\n\\nResulting splat during the test:\\n\\n  WARNING: CPU: 0 PID: 188225 at .\/include\/net\/page_pool\/helpers.h:297 mlx5e_page_release_fragmented.isra.0+0xbd\/0xe0 [mlx5_core]\\n  Modules linked in: [&#8230;]\\n  CPU: 0 UID: 0 PID: 188225 Comm: ip Not tainted 6.18.0-rc7_for_upstream_min_debug_2025_12_08_11_44 #1 NONE\\n  Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04\/01\/2014\\n  RIP: 0010:mlx5e_page_release_fragmented.isra.0+0xbd\/0xe0 [mlx5_core]\\n  [&#8230;]\\n  Call Trace:\\n   \\u003cTASK\\u003e\\n   mlx5e_free_rx_mpwqe+0x20a\/0x250 [mlx5_core]\\n   mlx5e_dealloc_rx_mpwqe+0x37\/0xb0 [mlx5_core]\\n   mlx5e_free_rx_descs+0x11a\/0x170 [mlx5_core]\\n   mlx5e_close_rq+0x78\/0xa0 [mlx5_core]\\n   mlx5e_close_queues+0x46\/0x2a0 [mlx5_core]\\n   mlx5e_close_channel+0x24\/0x90 [mlx5_core]\\n   mlx5e_close_channels+0x5d\/0xf0 [mlx5_core]\\n   mlx5e_safe_switch_params+0x2ec\/0x380 [mlx5_core]\\n   mlx5e_change_mtu+0x11d\/0x490 [mlx5_core]\\n   mlx5e_change_nic_mtu+0x19\/0x30 [mlx5_core]\\n   netif_set_mtu_ext+0xfc\/0x240\\n   do_setlink.isra.0+0x226\/0x1100\\n   rtnl_newlink+0x7a9\/0xba0\\n   rtnetlink_rcv_msg+0x220\/0x3c0\\n   netlink_rcv_skb+0x4b\/0xf0\\n   netlink_unicast+0x255\/0x380\\n   netlink_sendmsg+0x1f3\/0x420\\n   __sock_sendmsg+0x38\/0x60\\n   ____sys_sendmsg+0x1e8\/0x240\\n   ___sys_sendmsg+0x7c\/0xb0\\n   [&#8230;]\\n   __sys_sendmsg+0x5f\/0xb0\\n   do_syscall_64+0x55\/0xc70\\n\\nThe problem applies for XDP_PASS as well which is handled in a different\\ncode path in the driver.\\n\\nThis patch fixes the issue by doing page frag counting on all the\\noriginal XDP buffer fragments for all relevant XDP actions (XDP_TX ,\\nXDP_REDIRECT and XDP_PASS). This is basically reverting to the original\\ncounting before the commit in the fixes tag.\\n\\nAs frag_page is still pointing to the original tail, the nr_frags\\nparameter to xdp_update_skb_frags_info() needs to be calculated\\nin a different way to reflect the new nr_frags.&#8221;,&#8221;published&#8221;:&#8221;2026-05-08T14:22:26.822Z&#8221;,&#8221;modified&#8221;:&#8221;2026-05-11T06:34:53.208Z&#8221;,&#8221;type&#8221;:&#8221;cve&#8221;,&#8221;title&#8221;:&#8221;net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ&#8221;,&#8221;source&#8221;:&#8221;Linux&#8221;,&#8221;references&#8221;:&#8221;https:\/\/git.kernel.org\/stable\/c\/7d7342a18fadcdb70a63b3c930dc63528ce51832\\nhttps:\/\/git.kernel.org\/stable\/c\/043bd62f748bc9fd98154037aa598cffbd3c667c\\nhttps:\/\/git.kernel.org\/stable\/c\/db25c42c2e1f9c0d136420fff5e5700f7e771a6f&#8221;,&#8221;id&#8221;:&#8221;CVE-2026-43465&#8243;,&#8221;bulletinFamily&#8221;:&#8221;&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:null,&#8221;sourceData&#8221;:&#8221;Linux Linux 87bcef158ac1faca1bd7e0104588e8e2956d10be\\nLinux Linux 87bcef158ac1faca1bd7e0104588e8e2956d10be\\nLinux Linux 87bcef158ac1faca1bd7e0104588e8e2956d10be\\nLinux Linux 8b051d7f530e8a5237da242fbeafef02fec6b813\\nLinux Linux cb9edd583e23979ee546981be963ad5f217e8b18\\nLinux Linux f2557d7fa38e9475b38588f5c124476091480f53\\nLinux Linux 6.18&#8243;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:9.8,&#8221;severity&#8221;:&#8221;CRITICAL&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:N\/AC:L\/PR:N\/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;&#8221;,&#8221;category_name&#8221;:&#8221;CVE&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;Linux&#8221;,&#8221;version&#8221;:&#8221;87bcef158ac1faca1bd7e0104588e8e2956d10be&#8221;,&#8221;vendor&#8221;:&#8221;Linux&#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;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ\\n\\nXDP multi-buf programs can modify the layout&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[9,6,8,35,12,13,7,11,5],"class_list":["post-52922","post","type-post","status-publish","format-standard","hentry","category-category_cve","tag-critical","tag-cve","tag-cvss","tag-cvss-98","tag-exploit","tag-news","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>net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465 - 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=52922\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:nnnet\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQnnXDP multi-buf programs can modify the layout...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=52922\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-11T04:12:38+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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"net\\\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465\",\"datePublished\":\"2026-05-11T04:12:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922\"},\"wordCount\":880,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CRITICAL\",\"CVE\",\"CVSS\",\"CVSS-9.8\",\"exploit\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_cve\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=52922#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922\",\"name\":\"net\\\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-05-11T04:12:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=52922\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52922#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"net\\\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465\"}]},{\"@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":"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465 - 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=52922","og_locale":"en_US","og_type":"article","og_title":"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:nnnet\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQnnXDP multi-buf programs can modify the layout...","og_url":"https:\/\/zero.redgem.net\/?p=52922","og_site_name":"zero redgem","article_published_time":"2026-05-11T04:12:38+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=52922#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=52922"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465","datePublished":"2026-05-11T04:12:38+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=52922"},"wordCount":880,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CRITICAL","CVE","CVSS","CVSS-9.8","exploit","news","Security","tapic","Vulnerability"],"articleSection":["category_cve"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=52922#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=52922","url":"https:\/\/zero.redgem.net\/?p=52922","name":"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-05-11T04:12:38+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=52922#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=52922"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=52922#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"net\/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ_CVE-2026-43465"}]},{"@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\/52922","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=52922"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/52922\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=52922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=52922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=52922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}