Security readout for executives and security teams
Plain-English summary
CVE-2022-25356 is an XML injection issue in Alt-N MDaemon Security Gateway through version 8.5.0, affecting the login view endpoint. The public record rates it medium severity because exploitation is network-reachable and unauthenticated, but the recorded impact is limited to confidentiality.
Executive priority
Handle as a moderate-priority exposure cleanup item. Escalate if the affected login page is internet-facing, because the issue is unauthenticated and public, even though the recorded impact is limited.
Technical view
The CVE describes CWE-91 XML Injection in SecurityGateway.dll?view=login for MDaemon Security Gateway through 8.5.0. CVSS 3.1 is 5.3: network attack vector, low complexity, no privileges, no user interaction, unchanged scope, and low confidentiality impact only.
Likely exposure
Organizations most exposed are those running MDaemon Security Gateway 8.5.0 or earlier with the login interface reachable from untrusted networks.
Exploitation context
The bundle includes a reference tagged exploit, but provides no exploit details. CISA KEV status is false, and no supplied source confirms active exploitation. Treat this as publicly disclosed, not confirmed actively exploited.
Researcher notes
Source detail is sparse: affected CPEs are not populated, and no fixed version is included in the bundle. Analysis relies on the CVE description, CVSS vector, CWE mapping, KEV=false status, and listed public references.
Mitigation direction
- Inventory MDaemon Security Gateway instances and identify versions 8.5.0 or earlier.
- Check Alt-N or MDaemon vendor guidance for fixed versions or official mitigations.
- Restrict untrusted network access to the Security Gateway login interface.
- Monitor web logs for unusual XML-related requests to SecurityGateway.dll?view=login.
- Prioritize remediation for internet-facing or externally managed deployments.
Validation and detection
- Confirm whether SecurityGateway.dll?view=login is externally reachable.
- Verify the installed Security Gateway version on each deployment.
- Review vendor release notes or advisories for remediation status.
- Check perimeter logs for suspicious requests targeting the login view.
- Validate compensating controls restrict access from untrusted networks.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-91: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-25356 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.swascan.com/security-blog/CVE reference · x_refsource_MISC
- https://www.altn.com/Products/SecurityGateway-Email-Firewall/CVE reference · x_refsource_MISC
- https://www.swascan.com/security-advisory-alt-n-security-gateway/CVE reference · x_refsource_MISC
- https://www.tinextacyber.com/security-advisory-alt-n-security-gataway-cve-2022-25356/CVE reference · exploit
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
XML Injection (aka Blind XPath Injection)
XML Injection (aka Blind XPath Injection) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
