Cyber Resilience

CVE-2023-40355

Medium

Published: 07 February 2024

Published
07 February 2024
Modified
17 June 2025
KEV Added
Patch
CVSS Score v3.1 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.1598 94.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-40355 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Axigen Axigen Mobile Webmail. Its CVSS base score is 5.4 (Medium).

Operationally, ranked in the top 5.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Axigen WebMail contains a cross-site scripting vulnerability tracked as CVE-2023-40355 that affects versions 10.3.3.0 through 10.3.3.58, 10.4.0 through 10.4.18, and 10.5.0 through 10.5.4. The flaw resides in the logic that switches between the Standard and Ajax interfaces and permits an authenticated user to inject arbitrary script.

An attacker who already possesses valid credentials can exploit the issue by manipulating the version-switching mechanism, resulting in execution of attacker-controlled code within the context of another user's session and potential disclosure of sensitive mailbox or configuration data. The CVSS 5.4 score reflects network attack vector, low attack complexity, and required user interaction, limiting impact to confidentiality and integrity without affecting availability.

Axigen's advisory directs administrators to upgrade to 10.3.3.59, 10.4.19, or 10.5.5, which contain the corrected WebMail logic. The associated EPSS score has reached a peak of 0.1742, indicating moderate but non-negligible exploitation interest since disclosure.

EU & UK References

Vulnerability details

Cross Site Scripting (XSS) vulnerability in Axigen versions 10.3.3.0 before 10.3.3.59, 10.4.0 before 10.4.19, and 10.5.0 before 10.5.5, allows authenticated attackers to execute arbitrary code and obtain sensitive information via the logic for switching between the Standard and Ajax versions.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

axigen
axigen mobile webmail
10.3.3.0 — 10.3.3.59 · 10.4.0 — 10.4.19 · 10.5.0 — 10.5.5

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References