Security readout for executives and security teams
Plain-English summary
CVE-2023-6953 is a stored cross-site scripting issue in the WordPress PDF Generator For Fluent Forms plugin through version 1.1.7. A permitted form creator could save script content into PDF header, body, or footer settings, causing it to run when the injected page is accessed.
Executive priority
Treat this as a moderate web application risk. It is not presented as broadly exploited, but it can create account-trust and session exposure on affected WordPress sites, especially where non-admin users can create forms.
Technical view
The plugin insufficiently sanitizes input and escapes output for PDF header, body, and footer content parameters. The CVSS 3.1 score is 4.9 with network attack vector, low privileges, high complexity, changed scope, and limited confidentiality and integrity impact. CWE-79 applies.
Likely exposure
Exposure is limited to WordPress sites using PDF Generator For Fluent Forms at version 1.1.7 or older. Risk depends heavily on who can create or edit forms; the source says this may be as low as contributor, but is admin by default.
Exploitation context
The provided sources do not cite active exploitation, and the CVE is not marked KEV. Practical abuse requires access to an account with permission to create or modify relevant forms, then a user accessing affected rendered content.
Researcher notes
Key uncertainty is fixed-version detail: the bundle references a WordPress.org changeset but does not explicitly name a patched release. Avoid assuming exposure unless the plugin and version are confirmed. Focus validation on role permissions and stored PDF content fields.
Mitigation direction
- Upgrade the plugin beyond version 1.1.7 when vendor guidance confirms a fixed release.
- Review WordPress.org plugin guidance and the referenced changeset before approving remediation.
- Restrict form creation and editing privileges to trusted administrators only.
- Audit existing PDF header, body, and footer content for unexpected script-like content.
- Remove unused or unmaintained PDF generation plugins from WordPress sites.
Validation and detection
- Inventory WordPress sites for PDF Generator For Fluent Forms installations and versions.
- Confirm whether any installed version is 1.1.7 or older.
- Review roles allowed to create or edit Fluent Forms and related PDF settings.
- Inspect stored PDF header, body, and footer fields for suspicious active content.
- Verify remediation using vendor release notes or WordPress.org plugin history.
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-2023-6953 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
- Medium
- CVSS
- 4.9 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
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 vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N1.82.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.9MediumVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/b6675c48-43d4-4394-a4a3-f753bdaa5c4e?source=cveCVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3023486%40fluentforms-pdf%2Ftrunk&old=2929799%40fluentforms-pdf%2Ftrunk&sfp_email=&sfph_mail=CVE reference
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.
