Skip to content
Threat Feed
high advisory

Stored XSS Vulnerability in VikRentItems WordPress Plugin

The VikRentItems WordPress plugin contains a stored XSS vulnerability in the checkout booking form allowing unauthenticated attackers to execute arbitrary scripts in the administrative backend.

The VikRentItems Flexible Rental Management System plugin for WordPress (versions 1.2.1 and earlier) contains a critical stored Cross-Site Scripting (XSS) vulnerability. The flaw exists within the saveorder() function, which fails to adequately sanitize the customer email input field. Specifically, the plugin utilizes sanitize_text_field(), which does not properly neutralize HTML attribute-breaking characters such as double quotes.

When a user submits a booking, the malicious input is stored in the database. The vulnerability is triggered when an administrator or privileged user views the order within the backend. The editorder template echoes the stored email value directly into an HTML input element's value attribute without applying esc_attr(). This allows an unauthenticated attacker to inject JavaScript payloads that will execute in the browser session of the administrator, potentially leading to unauthorized actions or session hijacking.

Impact

Successful exploitation allows unauthenticated attackers to execute arbitrary JavaScript in the context of an administrator's browser session. This can be used to capture session cookies, perform unauthorized administrative operations, or redirect users to malicious sites, compromising the integrity of the WordPress backend.

Recommendation

  • Update the VikRentItems plugin to the latest available version provided by the vendor to receive the security patch.
  • Review backend access logs for suspicious input patterns in booking checkout requests.
  • Audit administrative sessions for unauthorized activities following the identification of malicious XSS payloads in order management interfaces.

Immediate actions

Update VikRentItems plugin to the latest version to mitigate CVE-2026-16143.

IT Operations 48h

Mitigations

Patch plugin versions identified as vulnerable.

immediate IT Operations

CVE-2026-16143