CVE-2022-37774: There is a broken access control vulnerability in the Maarch RM 2.8.3 solution.
There is a broken access control vulnerability in the Maarch RM 2.8.3 solution. When accessing some specific document (pdf, email) from an archive, a preview is proposed by the application. This preview generates a URL including an md5 hash of the file accessed. The document's URL (https://{url}/tmp/{MD5 hash of the document}) is then accessible without authentication.
Security readout for executives and security teams
Plain-English summary
Maarch RM 2.8.3 can expose previewed archive documents through unauthenticated temporary URLs. If sensitive PDFs or emails are previewed, someone who obtains the generated link could read that document without logging in.
Executive priority
Treat as a moderate confidentiality issue. Prioritize review if Maarch RM stores regulated, legal, customer, HR, or email archives, especially on internet-facing systems.
Technical view
The issue is broken access control around archive preview generation. The application creates a URL under /tmp/ using an MD5 hash of the accessed file, and that URL is reachable without authentication. CVSS 3.1 is 5.3, driven by network access, low complexity, no privileges, and limited confidentiality impact.
Likely exposure
Exposure is likely limited to organizations running Maarch RM 2.8.3 with document preview enabled and reachable over a network. The structured affected-product data is incomplete, so confirm product and version directly in asset inventory.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation evidence. The vulnerability is still meaningful because it removes authentication from generated document preview URLs, creating a direct confidentiality risk if links are discovered or shared.
Researcher notes
Evidence names Maarch RM 2.8.3 and describes unauthenticated access to MD5-based preview URLs. The bundle lacks CPEs, vendor patch details, and active exploitation evidence, so validation should focus on version confirmation and authenticated access enforcement.
Mitigation direction
Check Maarch RM vendor guidance for fixed versions or supported workarounds.
Limit external access to Maarch RM until remediation is confirmed.
Restrict unauthenticated access to temporary preview document paths where feasible.
Disable document preview if business operations allow and vendor guidance supports it.
Review logs for unusual access to generated preview URLs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · medium confidence lookup
CWE-287: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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.
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.
We 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-287 · source CWE mapping
Improper Authentication
Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.