CVE-2025-23927: WordPress Incredible Font Awesome plugin <= 1.0 - Stored Cross Site Scripting (XSS) vulnerability
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in massimo.serpilli Incredible Font Awesome incredible-font-awesome allows Stored XSS.This issue affects Incredible Font Awesome: from n/a through <= 1.0.
Security readout for executives and security teams
Plain-English summary
This is a stored XSS flaw in WordPress Incredible Font Awesome plugin versions through 1.0. An authenticated low-privilege user could place unsafe content that later runs in another user's browser when viewed. Business impact is moderate: session misuse, content tampering, or limited data exposure are possible, but the provided sources do not show active exploitation.
Executive priority
Treat as a moderate WordPress application risk. Prioritize internet-facing or multi-author sites first, especially where contributors are not fully trusted. Do not assume emergency exploitation based on the provided evidence, but remove exposure promptly because stored XSS can affect administrator sessions and site integrity.
Technical view
CVE-2025-23927 is CWE-79 improper neutralization during web page generation in the incredible-font-awesome WordPress plugin. CVSS 3.1 is 6.5 with network access, low complexity, low privileges required, user interaction required, changed scope, and low confidentiality, integrity, and availability impacts. The source bundle names affected versions as through <= 1.0.
Likely exposure
Exposure appears limited to WordPress sites with the Incredible Font Awesome plugin installed at version 1.0 or earlier. The bundle does not identify affected themes, forks, CPEs, hosting providers, or default WordPress installations as affected.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. The attack model requires an authenticated low-privilege user and a victim viewing the stored content, so risk rises on sites with untrusted contributors or multi-user administration.
Researcher notes
The bundle provides CVSS, CWE-79, affected range, and PatchStack reference, but does not include a patch version, vulnerable parameter, proof of exploitation, or detailed sink/source analysis. Avoid claims beyond plugin <= 1.0 unless confirmed by vendor or registry data.
Mitigation direction
Inventory WordPress sites for the incredible-font-awesome plugin and version.
Disable or remove the plugin where version <= 1.0 is present.
Check vendor, WordPress plugin, or PatchStack guidance for fixed versions.
Restrict low-privilege authoring access until remediation is complete.
Review site content for unexpected stored scripts or suspicious changes.
Validation and detection
Confirm whether Incredible Font Awesome is installed and enabled.
Record the installed plugin version and compare it to <= 1.0.
Review user roles that can create or modify affected content.
Check security monitoring for suspicious admin-page or content-editing activity.
Track CVE and PatchStack entries for updated remediation details.
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.
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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
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.