LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4032: Quiz and Survey Master <= 8.0.4 - Unauthenticated iFrame Injection via Paragraph and Short Answer

The Quiz and Survey Master plugin for WordPress is vulnerable to iFrame Injection via the 'question[id]' parameter in versions up to, and including, 8.0.4 due to insufficient input sanitization and output escaping that allowed iframe tags to be injected. This makes it possible for unauthenticated attackers to inject iFrames in pages that will execute whenever a user accesses an injected page.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A WordPress quiz plugin flaw could let an unauthenticated attacker inject an iframe into affected quiz pages. Visitors who open an injected page could load attacker-controlled embedded content. This is mainly a website integrity and visitor-trust risk, with some confidentiality and integrity impact.

Executive priority

Prioritize remediation for public WordPress sites because this can affect visitors without login and damage trust in customer-facing pages. It is high severity, but sources do not show confirmed active exploitation.

Technical view

CVE-2022-4032 affects Quiz and Survey Master up to and including 8.0.4. The issue is insufficient input sanitization and output escaping around the question[id] parameter, allowing iframe tags to be stored or reflected into pages without authentication. CVSS is 7.2 high.

Likely exposure

Exposure is limited to WordPress sites running Quiz and Survey Master versions up to 8.0.4, especially where public quiz or survey pages accept unauthenticated interaction.

Exploitation context

The provided bundle does not show CISA KEV status or cited evidence of active exploitation. The vulnerability is network-accessible, unauthenticated, and low complexity, so internet-facing WordPress sites should treat it as practical to abuse.

Researcher notes

The source bundle identifies the vulnerable parameter and root cause but does not provide exploit telemetry or a clearly named fixed version. The affected metadata is sparse, so rely on plugin inventory and vendor guidance to confirm remediation state.

Mitigation direction

  • Inventory WordPress sites for Quiz and Survey Master plugin usage.
  • Upgrade QSM to a current vendor-supported version after checking vendor release guidance.
  • Disable the plugin if an immediate safe upgrade is unavailable.
  • Review pages using quizzes or surveys for unexpected embedded iframe content.
  • Use web security controls to monitor or block suspicious iframe injection attempts.

Validation and detection

  • Confirm installed QSM versions are not 8.0.4 or older.
  • Check public quiz and survey pages for unauthorized embedded iframe content.
  • Review web and WordPress security logs for suspicious unauthenticated requests to quiz parameters.
  • Verify updated pages escape or reject iframe-like input in affected question fields.
Prepared
Confidence
medium
Sources
5

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 · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2022-4032 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2022-4032Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
expresstechQuiz and Survey Master (QSM) – Easy Quiz and Survey Maker0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.