{"id":26579,"date":"2025-07-13T22:35:22","date_gmt":"2025-07-13T19:35:22","guid":{"rendered":"https:\/\/digitrendz.blog\/?p=26579"},"modified":"2025-07-13T22:35:26","modified_gmt":"2025-07-13T19:35:26","slug":"critical-rce-flaw-in-wing-ftp-server-actively-exploited-by-hackers","status":"publish","type":"post","link":"https:\/\/digitrendz.blog\/z\/newswire\/technology\/26579\/critical-rce-flaw-in-wing-ftp-server-actively-exploited-by-hackers\/","title":{"rendered":"Critical RCE Flaw in Wing FTP Server Actively Exploited by Hackers"},"content":{"rendered":"<details class=\"wp-block-details ticss-586932b6 is-layout-flow wp-block-details-is-layout-flow\"><summary>\u25bc Summary<\/summary>\n<p class=\"ticss-0c48f427 has-small-font-size wp-block-paragraph\">&#8211; Hackers began exploiting a critical Wing FTP Server vulnerability (CVE-2025-47812) one day after its technical details were published, allowing unauthenticated remote code execution with root\/SYSTEM privileges.<br>&#8211; The flaw combines a null byte bypass and Lua code injection, stemming from unsafe string handling in C++ and improper input sanitization in Lua scripts.<br>&#8211; Three additional vulnerabilities were disclosed alongside CVE-2025-47812, including password exfiltration (CVE-2025-27889) and path disclosure (CVE-2025-47813), all fixed in Wing FTP version 7.4.4 except for CVE-2025-47811.<br>&#8211; Attackers exploited the flaw by injecting null-byte usernames to create malicious Lua session files, executing payloads via cmd.exe to download malware, though some attempts were thwarted by Microsoft Defender.<br>&#8211; Organizations are urged to upgrade to Wing FTP 7.4.4 or restrict HTTP\/HTTPS access, disable anonymous logins, and monitor session directories for suspicious activity.<br><\/p>\n<\/details>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"has-drop-cap wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#f34c3e\" class=\"has-inline-color\">A<\/mark> critical <a href=\"https:\/\/digitrendz.blog\/z\/newswire\/technology\/130066\/github-codespaces-rce-flaw-exposed\/\" class=\"acp-article-link\" data-article-id=\"130066\" title=\"GitHub Codespaces RCE Flaw Exposed\" target=\"_blank\" rel=\"noopener noreferrer\">remote code execution<\/a> vulnerability in <a href=\"https:\/\/digitrendz.blog\/z\/entity\/wing-ftp-server\/\" class=\"acp-entity-link\" data-entity-id=\"56835\" data-entity-category=\"Technology\" title=\"Learn more about Wing FTP Server\" target=\"_blank\" rel=\"noopener noreferrer\">Wing FTP Server<\/a> is now being actively exploited by hackers, posing severe risks to organizations using this popular file transfer solution.<\/strong> The flaw, identified as <strong><a href=\"https:\/\/digitrendz.blog\/z\/entity\/cve-2025-47812\/\" class=\"acp-entity-link\" data-entity-id=\"56834\" data-entity-category=\"Technology\" title=\"Learn more about CVE-2025-47812\" target=\"_blank\" rel=\"noopener noreferrer\">CVE-2025-47812<\/a><\/strong>, allows attackers to execute arbitrary code with the highest system privileges without authentication. Security experts warn that <a href=\"https:\/\/digitrendz.blog\/z\/newswire\/technology\/31883\/critical-rce-in-wordpress-alone-theme-actively-exploited-by-hackers\/\" class=\"acp-article-link\" data-article-id=\"31883\" title=\"Critical RCE in WordPress Alone Theme Actively Exploited by Hackers\" target=\"_blank\" rel=\"noopener noreferrer\">exploitation attempts<\/a> began just 24 hours after technical details became public.<\/p>\n\n<p class=\"wp-block-paragraph\">The vulnerability stems from improper handling of null-terminated strings in C++ and insufficient input sanitization in <a href=\"https:\/\/digitrendz.blog\/z\/entity\/lua\/\" class=\"acp-entity-link\" data-entity-id=\"57509\" data-entity-category=\"Technology\" title=\"Learn more about Lua\" target=\"_blank\" rel=\"noopener noreferrer\">Lua<\/a> scripts. Attackers can inject malicious code through the username field during login, bypassing authentication checks. When the server processes session files containing this code, it executes commands with root or SYSTEM privileges, giving hackers full control over the system.<\/p>\n\n<p class=\"wp-block-paragraph\">Alongside this critical flaw, researchers uncovered three additional vulnerabilities in Wing FTP Server:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/digitrendz.blog\/z\/entity\/cve-2025-27889\/\" class=\"acp-entity-link\" data-entity-id=\"56842\" data-entity-category=\"Technology\" title=\"Learn more about CVE-2025-27889\" target=\"_blank\" rel=\"noopener noreferrer\">CVE-2025-27889<\/a>: Exposes user passwords through crafted URLs due to unsafe JavaScript variable handling.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/digitrendz.blog\/z\/entity\/cve-2025-47811\/\" class=\"acp-entity-link\" data-entity-id=\"56837\" data-entity-category=\"Technology\" title=\"Learn more about CVE-2025-47811\" target=\"_blank\" rel=\"noopener noreferrer\">CVE-2025-47811<\/a>: The server runs with elevated privileges by default, amplifying the impact of any remote code execution.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/digitrendz.blog\/z\/entity\/cve-2025-47813\/\" class=\"acp-entity-link\" data-entity-id=\"56838\" data-entity-category=\"Technology\" title=\"Learn more about CVE-2025-47813\" target=\"_blank\" rel=\"noopener noreferrer\">CVE-2025-47813<\/a>: Reveals sensitive file system paths when an overly long UID cookie is supplied.<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">These vulnerabilities affect <strong>Wing FTP Server versions 7.4.3 and earlier<\/strong>. The vendor addressed most issues in version 7.4.4, released in May 2025, though <strong>CVE-2025-47811 remains unpatched<\/strong>, leaving systems at continued risk.<\/p>\n\n<p class=\"wp-block-paragraph\">Security firm <a href=\"https:\/\/digitrendz.blog\/z\/entity\/huntress\/\" class=\"acp-entity-link\" data-entity-id=\"56840\" data-entity-category=\"Organization\" title=\"Learn more about Huntress\" target=\"_blank\" rel=\"noopener noreferrer\">Huntress<\/a> documented real-world exploitation attempts shortly after the vulnerability details were published. Attackers sent manipulated login requests containing null-byte injections, creating malicious Lua session files. These files then downloaded and executed malware via <strong>certutil<\/strong>, a common tactic in cyberattacks.<\/p>\n\n<p class=\"wp-block-paragraph\">Huntress observed multiple IP addresses targeting the same server, suggesting widespread scanning and exploitation efforts. While some attacks failed, possibly due to security software interference, the attempts highlight the urgency of applying patches.<\/p>\n\n<p class=\"wp-block-paragraph\">Organizations using Wing FTP Server should <strong>immediately upgrade to version 7.4.4<\/strong> to mitigate these risks. If patching isn\u2019t feasible, experts recommend:<\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<ul class=\"wp-block-list\">\n<li>Restricting HTTP\/HTTPS access to the web portal.<\/li>\n\n\n\n<li>Disabling anonymous logins.<\/li>\n\n\n\n<li>Monitoring session directories for suspicious activity.<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">With attackers actively scanning for vulnerable servers, delaying updates could lead to devastating breaches. Proactive measures are essential to prevent unauthorized access and data theft.<\/p>\n\n<p class=\"wp-block-paragraph\"><em>(Source: <a href=\"https:\/\/www.bleepingcomputer.com\/news\/security\/hackers-are-exploiting-critical-rce-flaw-in-wing-ftp-server\/\" target=\"_blank\">BLEEPINGCOMPUTER<\/a>)<\/em><\/p>","protected":false},"excerpt":{"rendered":"<p>A critical remote code execution vulnerability (CVE-2025-47812) in Wing FTP Server is being actively exploited, allowing attackers to execute arbitrary code with system privileges without authentication. The flaw stems from improper string handling and input sanitization, enabling attackers to in&#8230;<\/p>\n","protected":false},"author":1,"featured_media":26578,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"cybocfi_hide_featured_image":"","footnotes":""},"categories":[3297,3327,3254],"tags":[38828,15874,39253,22050,38829],"entities":[1897,39281,38839,38835,38832,38836,38838,39280,38837,38833],"class_list":["post-26579","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cybersecurity","category-newswire","category-technology","tag-cve-2025-47812","tag-cybersecurity-exploit","tag-lua-script-injection","tag-rce-vulnerability","tag-wing-ftp-server","entity-c","entity-cmd-exe","entity-cve-2025-27889","entity-cve-2025-47811","entity-cve-2025-47812","entity-cve-2025-47813","entity-huntress","entity-lua","entity-microsoft-defender","entity-wing-ftp-server"],"_links":{"self":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/posts\/26579","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/comments?post=26579"}],"version-history":[{"count":0,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/posts\/26579\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/media\/26578"}],"wp:attachment":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/media?parent=26579"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/categories?post=26579"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/tags?post=26579"},{"taxonomy":"entity","embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/entities?post=26579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}