Security readout for executives and security teams
Plain-English summary
CVE-2021-24428 affects the RSS for Yandex Turbo WordPress plugin through version 1.30. Some plugin settings are stored and later shown in the admin dashboard without proper sanitization or escaping, allowing authenticated stored cross-site scripting. This could let malicious script run in an administrator’s browser.
Executive priority
Prioritize remediation on WordPress sites where non-core administrators or content staff can change plugin settings. Business urgency is moderate because exploitation requires authentication, but successful abuse could affect privileged admin sessions.
Technical view
The issue is CWE-79 in RSS for Yandex Turbo. Authenticated input in certain settings is saved and rendered in the WordPress admin dashboard without adequate sanitization or output escaping, including where unfiltered_html is disallowed. The supplied sources do not provide CVSS scoring or a named fixed version.
Likely exposure
Exposure is limited to WordPress sites using RSS for Yandex Turbo through version 1.30. Practical risk depends on whether authenticated users can access and modify the affected plugin settings.
Exploitation context
The source bundle describes authenticated stored XSS, but does not cite public exploitation or inclusion in CISA KEV. Treat this as a credible post-authentication admin-impact issue, not confirmed active exploitation.
Researcher notes
Evidence is limited to the CVE description and referenced advisories. No CVSS vector, patch version, or exploitation evidence is included in the supplied bundle. Avoid assuming exploit activity or a specific fixed version without vendor confirmation.
Mitigation direction
- Inventory WordPress sites for RSS for Yandex Turbo version 1.30 or earlier.
- Check vendor or WordPress plugin guidance for a fixed maintained release.
- Restrict plugin settings access to trusted administrators only.
- Disable or remove the plugin if it is not business-critical.
- Review affected settings for unexpected script content.
Validation and detection
- Confirm installed RSS for Yandex Turbo versions across WordPress assets.
- Identify accounts permitted to modify the plugin settings.
- Check whether affected settings render unsanitized content in admin pages.
- Review admin audit logs for recent plugin setting changes.
- Verify remediation by confirming the vulnerable plugin version is no longer present.
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-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 lookupCVE-2021-24428 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://wpscan.com/vulnerability/9fcf6ebe-01d9-4730-a20e-58b192bb6d87CVE reference · x_refsource_MISC
- https://m0ze.ru/vulnerability/%5B2021-04-23%5D-%5BWordPress%5D-%5BCWE-79%5D-RSS-for-Yandex-Turbo-WordPress-Plugin-v1.30.txtCVE reference · x_refsource_MISC
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.
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.
