Security readout for executives and security teams
Plain-English summary
CVE-2021-47800 affects b2evolution 7.2.2. A malicious webpage could cause a signed-in administrator’s browser to submit unwanted account-detail changes. This is not listed as actively exploited in KEV, but a public ExploitDB reference exists. Business risk is mainly unauthorized admin profile modification if an administrator is tricked into visiting attacker-controlled content.
Executive priority
Treat as a targeted integrity risk, not a broad emergency. Prioritize if b2evolution 7.2.2 supports public-facing or business-critical publishing workflows. Remediate through vendor-supported updates or compensating access controls after confirming exposure.
Technical view
The issue is CWE-352 cross-site request forgery in the “edit account details” function of b2evolution 7.2.2. The CVSS 4.0 score is 6.9, with network access, low complexity, no attacker privileges, and required user interaction. Sources indicate high integrity impact, not confidentiality or availability impact.
Likely exposure
Exposure is limited to organizations running b2evolution 7.2.2, especially internet-facing admin panels or environments where administrators browse untrusted links while authenticated. No other affected versions are identified in the provided sources.
Exploitation context
A public ExploitDB entry exists, so defenders should assume technical details are available. However, the provided sources do not show CISA KEV listing or confirmed active exploitation. Successful abuse requires user interaction by a privileged, authenticated victim.
Researcher notes
The source bundle names only b2evolution 7.2.2 as affected and does not identify a fixed version. Avoid expanding scope without vendor confirmation. The ExploitDB reference supports public exploit availability, but not confirmed real-world exploitation.
Mitigation direction
- Identify and prioritize any b2evolution 7.2.2 deployments.
- Check b2evolution vendor guidance and downloads for a supported fixed release.
- Restrict administrative access to trusted networks where feasible.
- Ensure administrative actions use CSRF protections and session-hardening controls.
- Train administrators not to browse untrusted links while logged in.
Validation and detection
- Confirm installed b2evolution versions across web assets.
- Review whether admin account-detail changes require valid anti-CSRF tokens.
- Audit recent admin profile changes for unexpected modifications.
- Check web logs for unusual account-detail update requests.
- Verify administrative interfaces are not unnecessarily internet-exposed.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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 lookupCVE-2021-47800 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.9 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
6.9MediumVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
Source materials
- CVE List V5 sourceCVE List V5
- ExploitDB-50081CVE reference · exploit
- Official Vendor HomepageCVE reference · product
- Software Download PageCVE reference · product
- B2Evolution GitHub RepositoryCVE reference · product
- VulnCheck Advisory: b2evolution 7.2.2 - 'edit account details' Cross-Site Request Forgery (CSRF)CVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
