LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24331: Smooth Scroll Page Up/Down Buttons < 1.4 - Authenticated Stored XSS

The Smooth Scroll Page Up/Down Buttons WordPress plugin before 1.4 did not properly sanitise and validate its settings, such as psb_distance, psb_buttonsize, psb_speed, only validating them client side. This could allow high privilege users (such as admin) to set XSS payloads in them

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24331 is a stored cross-site scripting issue in the Smooth Scroll Page Up/Down Buttons WordPress plugin before 1.4. A high-privilege user could save unsafe script content in plugin settings because validation was only client-side. Business risk is mainly for sites where admin accounts are shared, delegated, or compromised.

Executive priority

Treat this as a moderate hygiene and trust-boundary issue. It is not shown as actively exploited in the provided sources, but stored XSS in WordPress administration can become serious if admin accounts are compromised or delegated broadly.

Technical view

The plugin failed to properly sanitize and validate settings including psb_distance, psb_buttonsize, and psb_speed. Sources classify this as CWE-79. The described attacker is authenticated and high privilege, such as an administrator, and the result is stored XSS through plugin configuration values.

Likely exposure

Exposure is limited to WordPress installations running Smooth Scroll Page Up/Down Buttons before 1.4. Risk is higher on multisite or managed environments where administrators are not fully trusted, or where admin compromise is a realistic scenario.

Exploitation context

The source bundle does not identify CISA KEV listing or active exploitation. Public vulnerability references exist, but the evidence provided supports only a high-privilege authenticated stored XSS condition, not unauthenticated or mass exploitation.

Researcher notes

Evidence is concise and centered on missing server-side sanitization for plugin settings. The affected range is described as before 1.4, while detailed CVSS and exploit status are not provided in the bundle. Avoid assuming broader impact without confirming plugin output paths.

Mitigation direction

  • Identify all sites using Smooth Scroll Page Up/Down Buttons.
  • Upgrade from vulnerable pre-1.4 versions where the plugin remains required.
  • Remove the plugin if it is unused or no longer maintained.
  • Restrict WordPress administrator access to trusted accounts only.
  • Review vendor and WPScan guidance for current remediation details.

Validation and detection

  • Check installed plugin version on each WordPress site.
  • Review plugin settings for unexpected script-like content.
  • Confirm only trusted users have administrator-level access.
  • Verify the plugin update or removal in staging first.
  • Monitor WordPress logs for suspicious administrator setting changes.
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-24331 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
UnknownSmooth Scroll Page Up/Down Buttons1.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.