漏洞描述: HT Contact Form Widget是WordPress的一个插件,用于创建和管理联系表单。该插件广泛应用于需要用户反馈或联系的WordPress网站中。由于其易用性和功能性,许多网站管理员选择使用此插件来增强网站的用户互动能力。然而,该插件在版本2.2.1及之前存在一个严重的安全漏洞。该漏洞源于插件中的temp_file_upload函数缺乏对文件类型的适当验证,使得未经认证的攻击者能够上传任意文件到服务器。这一漏洞的技术根源在于服务器端未对上传的文件类型进行严格检查,导致攻击者可以上传恶意文件,如PHP脚本,进而可能导致远程代码执行(RCE)。由于攻击者无需任何认证即可利用此漏洞,因此其潜在的安全风险极高,可能导致网站被完全控制、数据泄露或其他恶意活动。此外,由于WordPress的广泛使用,此漏洞的影响范围可能非常广泛。
info: name: HT Contact Form Widget <=2.2.1- Unauthenticated Arbitrary File Upload author: pussycat0x severity: critical description: | The HT Contact Form Widget plugin for WordPress (≤ v2.2.1) lacks proper file type validation in the temp_file_upload function. This allows unauthenticated attackers to upload arbitrary files to the server. tags: cve,cve2025,wordpress,intrusive,rce,htcontact,plugin,file-upload