LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36855: WordPress Booking Ultra Pro plugin <= 1.1.4 - Cross-Site Scripting (XSS) via Cross-Site Request Forgery (CSRF) vulnerability

Cross-Site Scripting (XSS) via Cross-Site Request Forgery (CSRF) vulnerability in Booking Ultra Pro plugin <= 1.1.4 at WordPress.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's Takemoderate

Analyst readout for executives and security teams

Plain-English summary

CVE-2021-36855 affects the Booking Ultra Pro WordPress plugin through version 1.1.4. A malicious site could abuse a logged-in user’s browser interaction to inject script into the WordPress context. Business impact is usually moderate: account/session exposure or content manipulation risk, not direct server takeover based on the provided CVSS data.

Executive priority

Treat as a moderate-priority web application risk. Prioritize sites that are public-facing, business-critical, or administered by privileged users. It is not listed as known exploited in the provided sources.

Technical view

The issue combines CSRF and XSS in Booking Ultra Pro <= 1.1.4. CVSS 3.1 is 6.1 with network attack vector, low complexity, no privileges required, user interaction required, changed scope, and low confidentiality/integrity impact. The provided sources do not identify a fixed version, affected endpoint, proof of exploitation, or detailed remediation.

Likely exposure

Exposure is limited to WordPress sites running Booking Ultra Pro version 1.1.4 or earlier. Internet-facing WordPress sites with authenticated administrators or staff using the affected plugin are the main concern.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. Exploitation requires user interaction and likely depends on inducing a logged-in user to trigger a crafted request or page flow.

Researcher notes

Evidence is sparse. The CVE record and supplied advisory identify CSRF-enabled XSS, but do not provide affected parameters, exploit primitives, or a fixed release in the bundle. Avoid assuming exploitability beyond the CVSS vector and stated affected version range.

Mitigation direction

  • Inventory WordPress sites for Booking Ultra Pro installations and versions.
  • Check the WordPress plugin page and Patchstack advisory for fixed-version guidance.
  • Upgrade only according to official vendor or trusted security advisory instructions.
  • If no safe update exists, consider disabling the plugin after business review.
  • Limit WordPress administrator browsing exposure while remediation is pending.

Validation and detection

  • Confirm whether Booking Ultra Pro is installed on each WordPress site.
  • Record the plugin version and flag versions 1.1.4 or earlier.
  • Review security monitoring for suspicious script injection or unexpected plugin setting changes.
  • Verify remediation by confirming the plugin is updated, disabled, or removed.
  • Document any exception where the plugin must remain active.
Prepared
Confidence
medium
Sources
4

Based on public source material and reviewed before publication.

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-352: 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
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-2021-36855 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
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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
3Source 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
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2021-36855Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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
Booking Ultra ProBooking Ultra Pro (WordPress plugin)<= 1.1.4Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

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.