LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24474: Awesome Weather Widget <= 3.0.2 - Reflected Cross-site Scripting (XSS)

The Awesome Weather Widget WordPress plugin through 3.0.2 does not sanitize the id parameter of its awesome_weather_refresh AJAX action, leading to an unauthenticated 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

CVE-2021-24474 affects the Awesome Weather Widget WordPress plugin through version 3.0.2. A public AJAX action fails to clean user input, allowing reflected cross-site scripting. A successful attack would usually require a victim to interact with a crafted request, but the vulnerable endpoint is described as unauthenticated.

Executive priority

Handle as a near-term WordPress hygiene issue, not a confirmed emergency. The business risk is user or administrator browser compromise through a vulnerable public plugin, with no active exploitation evidence in the provided sources.

Technical view

The plugin does not sanitize the id parameter in the awesome_weather_refresh AJAX action. That creates CWE-79 reflected XSS exposure in Awesome Weather Widget through 3.0.2. The bundle does not provide CVSS details, a fixed version, or proof of exploitation in the wild.

Likely exposure

Public WordPress sites using Awesome Weather Widget through 3.0.2 are the likely exposed population. Exposure is higher where the plugin remains enabled on internet-facing sites and the unauthenticated AJAX action is reachable.

Exploitation context

The source describes unauthenticated reflected XSS, but does not cite active exploitation. The CVE is not listed as KEV in the provided bundle. Treat exploit status as unconfirmed unless later vendor, WPScan, or CISA evidence says otherwise.

Researcher notes

The evidence is limited to the CVE description and WPScan reference. No CVSS vector, patch version, exploit-in-the-wild confirmation, or vendor advisory is provided in the bundle. Avoid overstating scope beyond Awesome Weather Widget through 3.0.2.

Mitigation direction

  • Inventory WordPress sites for Awesome Weather Widget through version 3.0.2.
  • Check WPScan, CVE, and plugin vendor guidance for a maintained fixed version.
  • Disable or remove the plugin where no trusted fix is available.
  • Prioritize public sites with authenticated users or admin workflows.
  • Document the decision and owner for each affected WordPress property.

Validation and detection

  • Confirm whether Awesome Weather Widget is installed and enabled.
  • Record the installed plugin version for each WordPress site.
  • Verify whether the unauthenticated AJAX action is reachable from the internet.
  • Review application logs for suspicious requests to awesome_weather_refresh.
  • Retest after update, disablement, or removal.
Prepared
Confidence
medium
Sources
3

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-24474 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
UnknownAwesome Weather Widget3.0.2Listed
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.