CVE-2025-48738
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 · uneditedAn e-mail flooding vulnerability in StrangeBee TheHive 5.2.0 before 5.2.16, 5.3.0 before 5.3.11, 5.4.0 before 5.4.10, and 5.5.0 before 5.5.1 allows unauthenticated remote attackers to use the password reset feature without limits. This can lead to several consequences, including mailbox storage exhaustion for targeted users, reputation damage to the SMTP server, potentially causing it to be blacklisted, and overload of the SMTP server's outbound mail queue.
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 confidenceTheHive's password reset endpoint lacks rate limiting, allowing unauthenticated remote attackers to repeatedly request password reset emails for any user email address. This abuse of the reset functionality enables mass email generation leading to mailbox exhaustion, SMTP server reputation damage, and queue overload.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
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 if TheHive is running in your environmentCheck for TheHive processes or services: ps aux | grep -i thehive, systemctl list-units --type=service | grep -i thehive, or docker ps | grep thehiveAffected if TheHive process or container is found running
-
Determine installed TheHive versionCheck version via: thehive --version, look in /opt/thehive/version.sbt, check build info in /opt/thehive/build.info, or inspect the JAR file metadataAffected if Version cannot be determined or is below 5.2.16, 5.3.11, 5.4.10, or 5.5.1
-
Verify password reset endpoint is accessibleConfirm TheHive web interface is reachable and the password reset endpoint (/api/user/password/reset or similar) responds - check your reverse proxy configuration and firewall rulesAffected if Password reset endpoint is exposed externally or internally without additional access controls
-
Review logs for password reset abuseExamine TheHive application logs (typically in /opt/thehive/logs/ or via journalctl -u thehive) for repeated password reset requests from single IPs or rapid succession of reset emailsAffected if Multiple password reset requests observed in logs without rate limiting in place
If TheHive is running with a version below 5.2.16/5.3.11/5.4.10/5.5.1 and the password reset endpoint is accessible, the environment is vulnerable to CVE-2025-48738.
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 · scopedUpgrade TheHive to version 5.2.16, 5.3.11, 5.4.10, or 5.5.1 or later which contains the rate limiting fix. Alternatively, implement rate limiting at the reverse proxy or application firewall level as a temporary mitigation.
TheHive 5.5.1 (or 5.4.10 for 5.4.x, 5.3.11 for 5.3.x, 5.2.16 for 5.2.x)
- 1. Back up your TheHive database and configuration files before starting the upgrade.
- 2. Download the fixed TheHive version (5.5.1 or later for the 5.5.x branch, or the equivalent fixed version for your current branch).
- 3. Stop the TheHive service.
- 4. Install the new version using your deployment method (Docker, binary, or package manager).
- 5. Verify the configuration files are compatible with the new version.
- 6. Start the TheHive service.
- 7. Confirm the password reset endpoint now enforces rate limiting or other protections against abuse.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-48738 — 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-2025-48738 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