CVE-2022-50948: Motopress Hotel Booking Lite 4.2.4 Stored Cross-Site Scripting
Motopress Hotel Booking Lite 4.2.4 contains a stored cross-site scripting vulnerability that allows authenticated attackers to inject malicious scripts by submitting payloads in accommodation type fields. Attackers can inject script tags through the title and excerpt parameters when creating accommodation types, which execute in the browser when visitors access the accommodations page.
Security readout for executives and security teams
Plain-English summary
This vulnerability affects Motopress Hotel Booking Lite 4.2.4. An authenticated user can store malicious browser script in accommodation type title or excerpt fields. That script can run when visitors view the accommodations page, creating risk of content manipulation, user session exposure, or visitor targeting on affected booking sites.
Executive priority
Treat as a near-term website integrity issue, especially for booking sites with multiple content editors. Prioritize inventory, permission review, vendor guidance, and cleanup where untrusted users had access.
Technical view
CVE-2022-50948 is a stored cross-site scripting issue in accommodation type handling. The source bundle identifies title and excerpt parameters as injection points. CVSS 3.1 is 6.4, with network attack vector, low complexity, low privileges required, changed scope, and limited confidentiality and integrity impact.
Likely exposure
Exposure is likely limited to WordPress sites running Motopress Hotel Booking Lite 4.2.4 where authenticated users can create or edit accommodation types. Public visitors may be affected after malicious content is stored.
Exploitation context
A public ExploitDB reference exists, but the source bundle does not show CISA KEV listing or confirmed active exploitation. The attack requires authenticated access to submit malicious accommodation type content.
Researcher notes
The source bundle names only version 4.2.4 and does not provide a fixed version. Analysis should avoid expanding affected versions without vendor evidence. The ExploitDB reference supports public exploit availability, not active exploitation.
Mitigation direction
Check Motopress guidance for a fixed version or official remediation.
Upgrade if the vendor identifies a patched release.
Restrict accommodation type creation and editing to trusted administrators.
Review and remove suspicious scripts from accommodation titles and excerpts.
Monitor privileged account activity for unexpected content changes.
Validation and detection
Inventory sites for Motopress Hotel Booking Lite version 4.2.4.
Identify users or roles able to create accommodation types.
Inspect accommodation type titles and excerpts for unexpected script content.
Review recent content changes by authenticated users.
Confirm vendor advisory status before closing remediation.
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.