LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24319: Bello < 1.6.0 - Authenticated Cross-Site Scripting (XSS) and XFS

The Bello - Directory & Listing WordPress theme before 1.6.0 did not properly sanitise its post_excerpt parameter before outputting it back in the shop/my-account/bello-listing-endpoint/ page, leading to a Cross-Site Scripting issue

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24319 affects the Bello WordPress directory/listing theme before 1.6.0. A logged-in user could cause script content in a listing excerpt to be rendered in the account listing endpoint, creating XSS risk for users who view that page.

Executive priority

Prioritize remediation if Bello is installed and customer, vendor, or subscriber accounts can create listings. Otherwise, treat as a targeted cleanup item with moderate urgency.

Technical view

The theme failed to sanitize the post_excerpt parameter before output on shop/my-account/bello-listing-endpoint/. The issue is classified as CWE-79 and described as authenticated XSS, with an advisory also referencing XFS. No CVSS vector is provided in the source bundle.

Likely exposure

Exposure is limited to WordPress sites using the Bello - Directory & Listing theme before 1.6.0, especially where untrusted users can authenticate and create or modify listing content.

Exploitation context

The bundle includes public advisories, but it does not show CISA KEV listing, active exploitation, or mass exploitation evidence. Treat exploitability as plausible for authenticated users, not confirmed in the wild.

Researcher notes

Evidence is narrow but clear: unsanitized post_excerpt output at a specific account endpoint. The source bundle does not provide CVSS, detailed exploit prerequisites beyond authentication, or confirmed vendor remediation notes beyond the before-1.6.0 version boundary.

Mitigation direction

  • Upgrade Bello theme to 1.6.0 or later if vendor guidance confirms availability.
  • Check BoldThemes and WPScan guidance for current fixed versions and instructions.
  • Restrict who can create or edit listing excerpts until patched.
  • Review account and listing workflows for untrusted authenticated contributors.
  • Consider CSP and frame-control headers as defense-in-depth, not replacement fixes.

Validation and detection

  • Inventory WordPress sites for the Bello theme and installed version.
  • Confirm whether shop/my-account/bello-listing-endpoint/ exists on affected sites.
  • Review roles allowed to submit or edit listing excerpt content.
  • Check recent listing excerpt changes from low-trust authenticated users.
  • After update, verify the theme version is no longer before 1.6.0.
Prepared
Confidence
medium
Sources
4

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

CWE-79: 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 lookup
cve · low confidence lookup

CVE-2021-24319 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
BoldThemesBello - Directory & Listing1.6.0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.