WebmailApplication · Bulwarkmail

CVE-2026-35391

HIGH · 7.5 CVSS v3.1 Published 2026-04-06
Fix available
A fix is available. Upgrade to 1.4.11 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

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
Bulwark Webmail is a self-hosted webmail client for Stalwart Mail Server. Prior to 1.4.11, the getClientIP() function in lib/admin/session.ts trusted the first (leftmost) entry of the X-Forwarded-For header, which is fully controlled by the client. An attacker could forge their source IP address to bypass IP-based rate limiting (enabling brute-force attacks against the admin login) or forge audit log entries (making malicious activity appear to originate from arbitrary IP addresses). This vulnerability is fixed in 1.4.11.

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 confidence

Bulwark Webmail's getClientIP() function in lib/admin/session.ts incorrectly trusts the first (leftmost) entry of the X-Forwarded-For HTTP header, which is fully client-controllable. Attackers can spoof their source IP address to bypass IP-based rate limiting (enabling brute-force admin login attacks) and forge audit log entries to obscure malicious activity origins.

MitigationUpgrade to version 1.4.11 or later which implements proper IP validation. As immediate workarounds, ensure the application sits behind a trusted reverse proxy that overwrites X-Forwarded-For, or implement additional authentication controls (e.g., MFA, account lockout policies) to mitigate brute-force risk while the upgrade is being applied.

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
WebmailApplication
Affected:< 1.4.11

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

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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 checks

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

  1. Check installed Bulwarkmail Webmail version
    Look for a version file, check package.json, or run a version command if available (such as 'bulwarkmail --version' or checking the web interface for a version display)
    Affected if The installed version is below 1.4.11
  2. Identify if the application uses X-Forwarded-For headers
    Inspect HTTP requests to the application for the presence of X-Forwarded-For headers, or check proxy configuration files (nginx.conf, apache config, etc.) to see if X-Forwarded-For is being set
    Affected if The application or its reverse proxy processes X-Forwarded-For headers and the first entry can be user-controlled
  3. Verify IP-based rate limiting is in use
    Check application configuration files for rate limiting rules, or examine the lib/admin/session.ts file if accessible to see if getClientIP() is called by rate limiting logic
    Affected if IP-based rate limiting relies on getClientIP() to identify clients
  4. Check if the application is deployed behind a reverse proxy
    Review network architecture documentation or server configuration to determine if a reverse proxy (nginx, Apache, HAProxy, cloud load balancer) sits in front of Bulwarkmail Webmail
    Affected if A reverse proxy is present and X-Forwarded-For headers from clients are not being overwritten (only appended to)

You are affected if running Bulwarkmail Webmail version below 1.4.11 and your environment processes X-Forwarded-For headers that can be controlled by clients (typically when not behind a properly configured reverse proxy that overwrites the header).

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 1.4.11 or later
Fixed in 1.4.11
Interim mitigation

Upgrade to version 1.4.11 or later which implements proper IP validation. As immediate workarounds, ensure the application sits behind a trusted reverse proxy that overwrites X-Forwarded-For, or implement additional authentication controls (e.g., MFA, account lockout policies) to mitigate brute-force risk while the upgrade is being applied.

Recommended fix High confidence

1.4.11 or later

  1. Identify the current Bulwark Webmail version in use
  2. Download or access the updated Bulwark Webmail version 1.4.11 or later from the official GitHub repository
  3. Upgrade the Bulwark Webmail installation to version 1.4.11 following the project's standard upgrade procedure
  4. Verify that the getClientIP() function now properly validates the X-Forwarded-For header (e.g., by checking lib/admin/session.ts in the source)
  5. Test that IP-based rate limiting now correctly uses the trusted proxy IP rather than client-supplied values
  6. Confirm admin login and audit logging work correctly with the fix

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

Fix this in Webmail Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA1.0 h
9.0 hours of engineering $1,600
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-35391 — 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-2026-35391 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