CVE-2022-37774
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThere 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMaarch RM 2.8.3 generates preview URLs containing MD5 hashes of archived documents (PDFs, emails) stored at /tmp/{MD5}. These document URLs are accessible without any authentication, allowing unauthenticated users to view sensitive archived documents via direct URL access.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.8, < 2.8.6= 2.9CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Maarch RM versionCheck your installed Maarch RM version by accessing the admin interface, checking the about page, or examining version files in the application root directory. Compare against affected versions: >= 2.8 and < 2.8.6, or exactly version 2.9.Affected if Version is 2.8.x (where x is 0-5) or exactly 2.9
-
Verify /tmp endpoint accessibilityAttempt to access a URL pattern like http://[host]/tmp/ directly from an unauthenticated browser or via curl without providing any session cookies or credentials.Affected if The /tmp/ directory or files within it are accessible without authentication (HTTP 200 response rather than 401/403)
-
Check document preview URL formatGenerate a document preview within Maarch RM (as an authenticated user) and examine the URL generated. Look for URLs containing /tmp/ followed by a 32-character MD5 hash string.Affected if Preview URLs contain /tmp/{32-character-MD5-hash} pattern and are accessible without authentication
-
Test unauthenticated document accessTake a known document preview URL from step 3 and attempt to access it in a fresh browser session or with curl -i without any authentication headers.Affected if The document preview URL returns the actual file content without requiring login or session validation
You are affected if your Maarch RM version is >= 2.8 and < 2.8.6 or exactly 2.9, AND the /tmp/ endpoint with MD5-hashed document URLs is accessible without any authentication.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.8.6
Implement proper authentication and session validation on the /tmp/ endpoint and document preview functionality, ensuring only authorized users with valid archive access permissions can retrieve documents.
2.8.6 or later
- 1. Backup the current Maarch Rm installation and database before proceeding with the upgrade.
- 2. Download Maarch Rm version 2.8.6 or later from the official source (github.com/Maarch/maarchRM).
- 3. Review the release notes for version 2.8.6 to understand any specific upgrade procedures.
- 4. Deploy the new version by replacing the application files, following standard upgrade procedures.
- 5. Run any database migration scripts included in the 2.8.6 release.
- 6. Verify the fix by attempting to access document previews without authentication and confirm they are now properly protected.
- 7. Test normal authentication workflows to ensure the fix does not break legitimate access to documents.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-37774 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-37774 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data