LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50910: Beehive Forum - Account Takeover

Beehive Forum 1.5.2 contains a host header injection vulnerability in the forgot password functionality that allows attackers to manipulate password reset requests. Attackers can inject a malicious host header to intercept password reset tokens and change victim account passwords without direct authentication.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Beehive Forum 1.5.2 has a password-reset weakness that can let an unauthenticated attacker take over accounts. The issue abuses the Host header in forgot-password emails, potentially causing reset links to point to an attacker-controlled location. Public exploit information exists, but the provided sources do not show active exploitation.

Executive priority

Prioritize immediately if Beehive Forum 1.5.2 is internet-facing or supports privileged accounts. The business risk is account takeover and loss of user trust. If the product is not deployed, document non-exposure and monitor vendor advisories.

Technical view

CVE-2022-50910 is a CWE-640 account recovery flaw in Beehive Forum 1.5.2. The forgot-password workflow trusts attacker-controlled Host header input when generating reset requests. This can expose reset tokens and allow password changes without prior authentication. CVSS 3.1 is 9.8, network-accessible, low complexity, no privileges, and no user interaction.

Likely exposure

Organizations are exposed if they run Beehive Forum 1.5.2, especially internet-facing forums with password reset enabled. Exposure for other versions is not established by the provided sources.

Exploitation context

ExploitDB and a proof-of-concept reference are cited, so defenders should treat exploit knowledge as public. The sources do not indicate CISA KEV listing or confirmed active exploitation.

Researcher notes

The provided data identifies Beehive Forum 1.5.2 only. No patch version, workaround, or vendor advisory text is included. Public exploit references exist, but active exploitation is not evidenced. Focus validation on inventory, reset-flow behavior, and whether Host header input influences generated reset URLs.

Mitigation direction

  • Identify any Beehive Forum deployments and confirm whether version 1.5.2 is present.
  • Check Beehive Forum and project channels for vendor guidance or an updated release.
  • Restrict external access to affected forums where business impact allows.
  • Review password-reset configuration and avoid trusting unvalidated Host header values.
  • Increase monitoring for suspicious password-reset activity and unexpected account changes.

Validation and detection

  • Inventory Beehive Forum instances and record exposed URLs and versions.
  • Confirm whether the forgot-password feature is enabled on affected systems.
  • Review application behavior for reset links generated from untrusted Host header input.
  • Inspect logs for unusual password-reset requests, account changes, or unknown source hosts.
  • Verify any vendor-provided fix or configuration change in a non-production environment first.
Prepared
Confidence
medium
Sources
7

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 · low confidence lookup

CWE-640: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-50910 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2022-50910Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Beehive ForumBeehive Forum1.5.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-640 · source CWE mapping

Weak Password Recovery Mechanism for Forgotten Password

Weak Password Recovery Mechanism for Forgotten Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.