LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24364: Jannah < 5.4.4 - Reflected Cross-Site Scripting (XSS)

The Jannah WordPress theme before 5.4.4 did not properly sanitize the options JSON parameter in its tie_get_user_weather AJAX action before outputting it back in the page, leading to a Reflected Cross-Site Scripting (XSS) vulnerability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older Jannah WordPress theme versions could reflect attacker-controlled input into a page without proper sanitization. If a logged-in user follows a crafted link, malicious script could run in their browser under the affected site’s context.

Executive priority

Treat as a routine but real web application risk. Prioritize internet-facing WordPress sites, especially those with administrator activity, because successful XSS can support credential theft, session abuse, or malicious site changes.

Technical view

CVE-2021-24364 is a CWE-79 reflected XSS in Jannah before 5.4.4. The options JSON parameter in the tie_get_user_weather AJAX action was not properly sanitized before being output back to the page.

Likely exposure

Public WordPress sites using the TieLabs Jannah theme before 5.4.4 are the likely exposure. Sites not using Jannah, or already on a fixed version, are not indicated as affected by the supplied sources.

Exploitation context

The source bundle provides no evidence of active exploitation, and KEV is false. Reflected XSS usually depends on getting a victim to open a crafted request, with higher business risk if administrators or editors are targeted.

Researcher notes

The supplied record lacks CVSS details and does not include exploit evidence. The clearest technical detail is unsanitized reflection of the options JSON parameter in tie_get_user_weather, affecting Jannah before 5.4.4.

Mitigation direction

  • Update Jannah to version 5.4.4 or later where available.
  • Check TieLabs or WPScan guidance for any additional vendor-specific remediation.
  • Reduce exposure of unused WordPress themes and plugins.
  • Use WAF rules as temporary defense, not as a replacement for updating.

Validation and detection

  • Inventory WordPress sites using the Jannah theme.
  • Confirm installed Jannah versions are 5.4.4 or later.
  • Review logs for requests to the tie_get_user_weather AJAX action.
  • Use only benign markers when validating output handling.
Prepared
Confidence
medium
Sources
3

Public sources used

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-24364 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
2Source links

CVSS and timeline data

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TieLabsJannah5.4.4Listed
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.