LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24519: Vik Rent Car < 1.1.10 - Authenticated Stored Cross-Site Scripting (XSS)

The VikRentCar Car Rental Management System WordPress plugin before 1.1.10 does not sanitise the 'Text Next to Icon' field when adding or editing a Characteristic, allowing high privilege users such as admin to use XSS payload in it, leading to an authenticated Stored Cross-Site Scripting issue

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24519 is a stored XSS issue in the VikRentCar WordPress plugin before 1.1.10. A high-privilege user, such as an administrator, could save unsafe script content in a Characteristic field. This reduces urgency compared with unauthenticated flaws, but it can still affect trusted admin workflows and pages that render the stored field.

Executive priority

Treat this as a moderate-priority hygiene fix unless the affected site has untrusted administrators or shared operational accounts. Patch during the next normal WordPress maintenance window and verify privileged access controls.

Technical view

The plugin failed to sanitize the "Text Next to Icon" field when adding or editing a Characteristic. The issue is classified as CWE-79 and is authenticated stored XSS. The public bundle does not provide CVSS data, exploit code, or detailed impact beyond the stored script execution condition.

Likely exposure

Exposure is likely limited to WordPress installations using VikRentCar before 1.1.10. The attacker needs high privileges, reportedly admin-level access. Risk increases if multiple administrators or delegated site managers can edit Characteristics.

Exploitation context

The source bundle does not indicate active exploitation, and the CVE is not listed as KEV. Available evidence describes an authenticated stored XSS condition, not unauthenticated compromise or remote code execution.

Researcher notes

The key uncertainty is limited public detail: no CVSS vector, no exploit status, and no broader product impact are provided. Validate only the documented field and version condition; do not assume other VikRentCar fields or products are affected.

Mitigation direction

  • Upgrade VikRentCar to version 1.1.10 or later where available.
  • Review vendor or WPScan guidance for any additional remediation notes.
  • Restrict administrator access to trusted users only.
  • Audit stored Characteristic values for unexpected script-like content.

Validation and detection

  • Inventory WordPress sites using the VikRentCar plugin.
  • Confirm installed VikRentCar versions are 1.1.10 or later.
  • Review who can add or edit VikRentCar Characteristics.
  • Inspect the "Text Next to Icon" field for unsafe saved content.
Prepared
Confidence
medium
Sources
3

Public sources used

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-2021-24519 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownVikRentCar Car Rental Management System1.1.10Listed
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.