RaidenmaildApplication

CVE-2022-41675

HIGH · 8.0 CVSS v3.1 Published 2022-11-29
Fix available
A fix is available. Upgrade to 4.7.4 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable

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 · unedited
A remote attacker with general user privilege can inject malicious code in the form content of Raiden MAILD Mail Server website. Other users export form content as CSV file can trigger arbitrary code execution and allow the attacker to perform arbitrary system operation or disrupt service on the user side.

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 · moderate confidence

This is a CSV injection vulnerability in Raiden MAILD Mail Server where an authenticated user with general privileges can inject malicious spreadsheet formulas (e.g., formula characters like =, +, -, @) into form content fields. When other users export this data as a CSV file and open it in spreadsheet software, the embedded formulas execute arbitrary code on the victim's system.

MitigationImplement input validation to reject formula characters in form submissions, and sanitize/encode data during CSV export (e.g., prefix formula characters with a single quote or use proper CSV escaping) to prevent formula injection.

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
RaidenmaildApplication
Affected:< 4.7.4

CVSS 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
Low
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

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 checks

Work through these to decide whether this CVE applies to you.

  1. Confirm Raidenmaild installation and version
    Locate the Raidenmaild installation directory and check the version file, or run 'maild -v' or look in the program metadata to identify the exact version number
    Affected if The installed version is lower than 4.7.4 (e.g., 4.7.3, 4.6.x, etc.)
  2. Identify CSV export functionality
    Browse the Raidenmaild web interface or documentation to locate any features that allow exporting form data or user submissions to CSV format
    Affected if CSV export functionality exists and is accessible to authenticated users with general privileges
  3. Locate form content input fields
    Review the web interface for any forms that accept user-submitted content (e.g., contact forms, message fields, note fields, custom form builders) that could be stored and later exported
    Affected if The application contains form fields that accept user input and store the data for later retrieval or export
  4. Test formula character filtering
    Submit test data containing formula characters (=, +, -, @) into form fields and then export that data to CSV using the export feature; inspect the raw CSV output to see if characters are filtered, prefixed, or sanitized
    Affected if Formula characters are NOT filtered, prefixed with a single quote, or otherwise sanitized in the exported CSV output, allowing raw formula characters to appear in the file

You are affected if Raidenmaild version is below 4.7.4 AND the application has form fields that accept user input which can be exported to CSV without proper sanitization of formula characters.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 4.7.4 or later
Fixed in 4.7.4
Interim mitigation

Implement input validation to reject formula characters in form submissions, and sanitize/encode data during CSV export (e.g., prefix formula characters with a single quote or use proper CSV escaping) to prevent formula injection.

Recommended fix High confidence

Raidenmaild 4.7.4 or later

  1. Upgrade Raiden MAILD Mail Server to version 4.7.4 or later
  2. After upgrading, verify the version number matches the fixed release
  3. Test CSV export functionality to confirm the vulnerability is patched
  4. Review system logs for any suspicious activity that may have occurred before patching

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Raidenmaild Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-41675 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-41675 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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