LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4035: Appointment Hour Booking <= 1.3.72 - Unauthenticated iFrame Injection via Appointment Form

The Appointment Hour Booking plugin for WordPress is vulnerable to iFrame Injection via the ‘email’ or general field parameters in versions up to, and including, 1.3.72 due to insufficient input sanitization and output escaping that makes injecting iFrame tags possible. This makes it possible for unauthenticated attackers to inject iFrames when submitting a booking that will execute whenever a user accesses the injected booking details page.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress booking plugin can let unauthenticated visitors plant an iframe through booking form fields. That iframe can later run when staff or another user views the booking details. The issue affects Appointment Hour Booking versions up to and including 1.3.72 and is rated high.

Executive priority

Treat this as a high-priority website hygiene issue where the plugin is deployed. It is unauthenticated and public-form reachable, but current sources do not show known active exploitation.

Technical view

CVE-2022-4035 is a CWE-79 iframe injection issue in Appointment Hour Booking for WordPress. The email or general field parameters lacked sufficient input sanitization and output escaping, allowing unauthenticated stored iframe injection into booking details. CVSS v3.1 score is 7.2 with network attack vector and no privileges required.

Likely exposure

Exposure is likely limited to WordPress sites using Appointment Hour Booking versions up to 1.3.72, especially where booking forms are publicly reachable. The bundle does not support broader product impact.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. The described attack requires submitting a booking that stores iframe content, then execution occurs when a user accesses the injected booking details page.

Researcher notes

The affected product is Appointment Hour Booking – Booking Calendar by codepeople. The available evidence identifies insufficient sanitization and escaping in booking form parameters. The affected-version statement is clear; precise fixed-version details should be confirmed from vendor or plugin changelog sources.

Mitigation direction

  • Inventory WordPress sites for Appointment Hour Booking plugin usage.
  • Upgrade affected installations beyond version 1.3.72 using vendor guidance.
  • Temporarily restrict public booking submissions if upgrade timing is uncertain.
  • Review recent booking records for suspicious embedded frame content.
  • Monitor Wordfence and WordPress plugin guidance for remediation details.

Validation and detection

  • Confirm installed plugin version is not 1.3.72 or older.
  • Verify public booking forms are no longer accepting unsafe iframe content.
  • Review booking detail pages for unexpected embedded external frames.
  • Check web logs for unusual booking submissions before remediation.
  • Document affected sites, remediation date, and residual exposure.
Prepared
Confidence
high
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 · 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-2022-4035 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-4035Attack 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
codepeopleAppointment Hour Booking – Booking Calendar0unaffected
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.