{"id":55763,"date":"2020-01-28T00:00:00","date_gmt":"2020-01-27T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel"},"modified":"2020-02-18T14:03:54","modified_gmt":"2020-02-18T11:03:54","slug":"l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel","title":{"rendered":"L1DES (CacheOut) and VRS \u2014 new vulnerabilities in the microarchitectural structures of Intel CPUs.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Intel Corporation <noindex><a rel=\"nofollow\" href=\"https:\/\/blogs.intel.com\/technology\/2020\/01\/ipas-intel-sa-00329\/\">revealed<\/a><\/noindex> information about two new vulnerabilities in Intel CPUs caused by data leakage from the L1D cache (<noindex><a rel=\"nofollow\" href=\"https:\/\/software.intel.com\/security-software-guidance\/software-guidance\/l1d-eviction-sampling\">CVE-2020-0549<\/a><\/noindex>, L1DES \u2014 L1D Eviction Sampling) and vector registers (<noindex><a rel=\"nofollow\" href=\"https:\/\/software.intel.com\/security-software-guidance\/software-guidance\/vector-register-sampling\">CVE-2020-0548<\/a><\/noindex>, VRS \u2014 Vector Register Sampling). Vulnerabilities belong to the class <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50684\">MDS<\/a><\/noindex> (Microarchitectural Data Sampling) and are based on the use of side-channel analysis methods on data in microarchitectural structures. AMD, ARM, and other processors are not affected by these issues.<\/p>\n<p>The most dangerous vulnerability is L1DES, which  <noindex><a rel=\"nofollow\" href=\"https:\/\/access.redhat.com\/solutions\/l1d-cache-eviction-and-vector-register-sampling\">allows<\/a><\/noindex> the accumulation of cached data blocks (cache line) being evicted from the level 1 cache (L1D) into the fill buffer, which at this stage should be empty. To identify the data that has settled in the fill buffer, side-channel analysis methods previously proposed in attacks are applicable <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50684\">MDS<\/a><\/noindex> (Microarchitectural Data Sampling) and <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=51852\">TAA<\/a><\/noindex> (Transactional Asynchronous Abort). The essence of the previously implemented defense against<br \/>\nMDS and TAA is to clear microarchitectural buffers before context switching, but it turns out that under certain conditions, data can be speculatively flushed into buffers after cleanup operations; thus, MDS and TAA methods remain applicable.<\/p>\n<p><center><img decoding=\"async\" alt=\"L1DES (CacheOut) and VRS are new vulnerabilities in the microarchitectural structures of Intel CPUs.\" src=\"\/wp-content\/uploads\/2020\/01\/0a5f61b0703517504135e27e32c762bc.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<p>As a result, an attacker can determine the data evicted from the level 1 cache that was modified during the execution of an application that previously occupied the current CPU core, or applications running concurrently in other logical threads (hyperthreads) on the same CPU core (disabling HyperThreading negates the effectiveness of the attack). Unlike the attack <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=49134\">L1TF<\/a><\/noindex>, L1DES does not allow choosing specific physical addresses for verification, but it does enable passive tracking of activity in other logical threads related to loading or storing values in memory.<\/p>\n<p>Based on L1DES, various research teams have developed several attack vectors that potentially allow sensitive information to be extracted from other processes, the operating system, virtual machines, and protected SGX enclaves. <\/p>\n<ul>\n<li class=\"l\"> The VUSec team <noindex><a rel=\"nofollow\" href=\"https:\/\/mdsattacks.com\/#ridl-nng\">adapted<\/a><\/noindex> the RIDL attack method for the L1DES vulnerability. A prototype exploit is available. <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/vusec\/ridl\/blob\/master\/pocs\/verw_bypass_l1des.c\">exploit prototype<\/a><\/noindex>, which also bypasses the proposed Intel method of protection against MDS, based on using the VERW instruction to clear the contents of microarchitectural buffers when returning from the kernel to user space or when transferring control to the guest system (researchers initially insisted that VERW (clearing microarchitectural buffers) is insufficient for protection and a complete reset of the L1 cache is required for every context switch).\n<li class=\"l\"> The command <noindex><a rel=\"nofollow\" href=\"https:\/\/zombieloadattack.com\/\">ZombieLoad<\/a><\/noindex>  has updated its <noindex><a rel=\"nofollow\" href=\"https:\/\/zombieloadattack.com\/zombieload.pdf\">attack method<\/a><\/noindex> considering the L1DES vulnerability.\n<li class=\"l\"> Researchers from the University of Michigan have developed their own attack method <noindex><a rel=\"nofollow\" href=\"https:\/\/cacheoutattack.com\/\">CacheOut<\/a><\/noindex> (<noindex><a rel=\"nofollow\" href=\"https:\/\/cacheoutattack.com\/CacheOut.pdf\">PDF<\/a><\/noindex>), which allows for the extraction of confidential information from the operating system kernel, virtual machines, and protected enclaves SGX. The method is based on <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=51852\">manipulations<\/a><\/noindex> with the asynchronous operation interruption mechanism (TAA, TSX Asynchronous Abort) to determine the contents of the fill buffer after data leakage from the L1D cache.\n<p><center><noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/pics_base\/0_1580195677.png\"><img decoding=\"async\" alt=\"L1DES (CacheOut) and VRS are new vulnerabilities in the microarchitectural structures of Intel CPUs.\" src=\"\/wp-content\/uploads\/2020\/01\/68cf9a4cf24206c7d226e0f69b8cad55.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><\/center><\/p>\n<\/ul>\n<p>The second vulnerability VRS (Vector Register Sampling) <noindex><a rel=\"nofollow\" href=\"https:\/\/software.intel.com\/security-software-guidance\/software-guidance\/vector-register-sampling\">is related<\/a><\/noindex> to leakage into the store buffer of results from reading vector registers, altered while executing vector instructions (SSE, AVX, AVX-512) on the same CPU core. The leakage occurs under quite rare circumstances and is caused by a speculatively executed operation that leads to the reflection of the state of vector registers in the store buffer, which is delayed and completes after the buffer is cleared, rather than before it. Similar to the L1DES vulnerability, the contents of the store buffer can then be determined using MDS and TAA attack methods.  <\/p>\n<p>Researchers from the VUSec group <noindex><a rel=\"nofollow\" href=\"https:\/\/mdsattacks.com\/#ridl-nng\">prepared<\/a><\/noindex> <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/vusec\/ridl\/blob\/master\/pocs\/vrs.c\">exploit prototype<\/a><\/noindex>, allowing for the determination of values in vector registers obtained from computations in another logical thread of the same CPU core. Intel <noindex><a rel=\"nofollow\" href=\"https:\/\/software.intel.com\/security-software-guidance\/software-guidance\/vector-register-sampling\">assessed<\/a><\/noindex> the VRS vulnerability as too complex to carry out real attacks and assigned it a minimal danger level (2.8 CVSS).<\/p>\n<p>Information about the issues was reported to Intel in May 2019 by the Zombieload team from Graz University of Technology (Austria) and the VUSec group from Vrije Universiteit Amsterdam. Subsequently, after analyzing other attack vectors related to MDS, the vulnerabilities were confirmed by several other researchers. The initial MDS report did not include information about the L1DES and VRS issues due to the lack of a fix. A fix is still not available, but the agreed non-disclosure period has expired.<br \/>\nAs a workaround, it is recommended to disable HyperThreading. To block the vulnerability at the kernel level, it is suggested to flush the L1 cache on every context switch (MSR bit MSR_IA32_FLUSH_CMD) and disable the TSX extension (MSR bits MSR_IA32_TSX_CTRL and MSR_TSX_FORCE_ABORT).<\/p>\n<p>Intel <noindex><a rel=\"nofollow\" href=\"https:\/\/blogs.intel.com\/technology\/2020\/01\/ipas-intel-sa-00329\/\">promises<\/a><\/noindex> to release a microcode update with mechanisms to block the issues in the near future. Intel also notes that the methods proposed in 2018 for protecting against the attack <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=49134\">L1TF<\/a><\/noindex> (L1 Terminal Fault) allow for blocking the exploitation of the L1DES vulnerability from virtual environments. The attack <noindex><a rel=\"nofollow\" href=\"https:\/\/software.intel.com\/security-software-guidance\/insights\/processors-affected-l1d-eviction-sampling\">is susceptible to<\/a><\/noindex> Intel Core processors starting from the sixth generation (Sky, Kaby, Coffee, Whiskey, Amber Lake, etc.), as well as some models of Intel Xeon and Xeon Scalable.<\/p>\n<p>Additionally, it can be noted <noindex><a rel=\"nofollow\" href=\"https:\/\/mdsattacks.com\/#ridl-nng\">improvement<\/a><\/noindex> <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/vusec\/ridl\/\">of the exploit<\/a><\/noindex>, allowing the attack methods to be applied <noindex><a rel=\"nofollow\" href=\"https:\/\/mdsattacks.com\/\">RIDL<\/a><\/noindex> to determine the contents of the root password hash from \/etc\/shadow during periodic authentication attempts. If the initially proposed exploit determined the password hash in <noindex><a rel=\"nofollow\" href=\"https:\/\/www.youtube.com\/watch?v=JXPebaGY8RA\">24 hours<\/a><\/noindex>, and after applying the leak during the operation of the asynchronous interrupt mechanism (TAA, TSX Asynchronous Abort) performed a similar operation in <noindex><a rel=\"nofollow\" href=\"https:\/\/www.youtube.com\/watch?v=zaTxBZXE9pQ\">36 seconds<\/a><\/noindex>, the new variant performs the attack in 4 seconds.<\/p>\n<p><center><div class=\"youtube-placeholder\" data-id=\"4DQAcCfg3b8\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/4DQAcCfg3b8\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div><\/center><\/p>\n<p><noindex><a rel=\"nofollow\" name=\"link\"><\/a><\/noindex><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52260\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Intel \u0440\u0430\u0441\u043a\u0440\u044b\u043b\u0430 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u0434\u0432\u0443\u0445 \u043d\u043e\u0432\u044b\u0445 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044f\u0445 \u0432 CPU Intel, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u044b\u0445 \u0443\u0442\u0435\u0447\u043a\u043e\u0439 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u043a\u044d\u0448\u0430 L1D (CVE-2020-0549, L1DES &#8212; L1D Eviction Sampling) \u0438 \u0432\u0435\u043a\u0442\u043e\u0440\u043d\u044b\u0445 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432 (CVE-2020-0548, VRS &#8212; Vector Register Sampling). \u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f \u043a \u043a\u043b\u0430\u0441\u0441\u0443 MDS (Microarchitectural Data Sampling) \u0438 \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 \u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u043f\u043e \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u043c \u043a\u0430\u043d\u0430\u043b\u0430\u043c \u043a \u0434\u0430\u043d\u043d\u044b\u043c \u0432 \u043c\u0438\u043a\u0440\u043e\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u043d\u044b\u0445 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u0445. AMD, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-55763","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Intel \u0440\u0430\u0441\u043a\u0440\u044b\u043b\u0430 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u0434\u0432\u0443\u0445 \u043d\u043e\u0432\u044b\u0445 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044f\u0445 \u0432 CPU Intel, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u044b\u0445 \u0443\u0442\u0435\u0447\u043a\u043e\u0439 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u043a\u044d\u0448\u0430.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47L1DES (CacheOut) \u0438 VRS \u2014 \u043d\u043e\u0432\u044b\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u043c\u0438\u043a\u0440\u043e\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u043d\u044b\u0445 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u0445 CPU Intel | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Intel \u0440\u0430\u0441\u043a\u0440\u044b\u043b\u0430 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u0434\u0432\u0443\u0445 \u043d\u043e\u0432\u044b\u0445 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044f\u0445 \u0432 CPU Intel, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u044b\u0445 \u0443\u0442\u0435\u0447\u043a\u043e\u0439 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u043a\u044d\u0448\u0430.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-01-27T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T11:03:54+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47L1DES (CacheOut) and VRS \u2014 new vulnerabilities in the microarchitectural structures of Intel CPUs | ProHoster","description":"Intel has disclosed information about two new vulnerabilities in Intel CPUs, caused by data leakage from the cache.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47L1DES (CacheOut) \u0438 VRS \u2014 \u043d\u043e\u0432\u044b\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u043c\u0438\u043a\u0440\u043e\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u043d\u044b\u0445 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u0445 CPU Intel | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Intel \u0440\u0430\u0441\u043a\u0440\u044b\u043b\u0430 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u0434\u0432\u0443\u0445 \u043d\u043e\u0432\u044b\u0445 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044f\u0445 \u0432 CPU Intel, \u0432\u044b\u0437\u0432\u0430\u043d\u043d\u044b\u0445 \u0443\u0442\u0435\u0447\u043a\u043e\u0439 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437 \u043a\u044d\u0448\u0430.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/l1des-cacheout-i-vrs-novye-uyazvimosti-v-mikroarhitekturnyh-strukturah-cpu-intel","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-01-27T21:00:00+00:00","article:modified_time":"2020-02-18T11:03:54+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"55763","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 19:37:38","updated":"2022-09-28 08:22:33","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/55763","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=55763"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/55763\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=55763"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=55763"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=55763"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}