Description
Deserialization of Untrusted Data vulnerability in shinetheme Traveler traveler.This issue affects Traveler: from n/a through < 3.2.1.
Published: 2025-03-27
Score: 9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WordPress Traveler theme contains a PHP Object Injection flaw driven by deserialization of untrusted data. Attackers can craft malicious serialized payloads that, when processed by the theme, instantiate arbitrary PHP objects. This can lead to remote code execution or unauthorized changes to site content. The weakness falls under CWE‑502, "Deserialization of Untrusted Data".

Affected Systems

The flaw affects shinetheme Traveler versions from the earliest released build through any version prior to 3.2.1. Users running version 3.1.8 or earlier are therefore exposed. The problem exists in the core theme code that handles imported data, widget configuration, or other user‑supplied inputs. Consequently, all WordPress sites that host the Traveler theme within this range are potentially insecure, regardless of the site owner’s role level.

Risk and Exploitability

The vulnerability has a CVSS score of 9, indicating critical severity. However, its EPSS score of less than 1% suggests that, at present, the probability of exploitation is low. The vulnerability is not listed in the CISA KEV catalog, implying no publicly confirmed exploit is known. The likely attack vector is a remote attacker crafting a malicious serialized string and delivering it to the site via an HTTP request; the theme blindly deserializes it. If successfully exploited, an attacker could execute arbitrary PHP code on the WordPress instance, leading to full system compromise. Administrators should treat this as a high‑risk issue pending remediation.

Generated by OpenCVE AI on May 1, 2026 at 12:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Traveler theme to version 3.2.1 or later, where the deserialization flaw has been fixed.
  • As an interim measure, disable any theme functionality that triggers deserialization of external data, such as import or synchronization features, until a patch can be applied.
  • Replace the vulnerable unserialize usage with a safer routine, restricting allowed classes (e.g., in PHP’s `unserialize` specify `allowed_classes` or use `json_decode` for trusted data).
  • Deploy a Web Application Firewall rule that blocks POST requests containing serialized markers such as "C:" or "a:" to reduce the attack surface.

Generated by OpenCVE AI on May 1, 2026 at 12:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-8520 Deserialization of Untrusted Data vulnerability in Shine theme Traveler.This issue affects Traveler: from n/a before 3.2.1.
History

Thu, 23 Apr 2026 15:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Wed, 01 Apr 2026 23:45:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in Shine theme Traveler.This issue affects Traveler: from n/a before 3.2.1. Deserialization of Untrusted Data vulnerability in shinetheme Traveler traveler.This issue affects Traveler: from n/a through < 3.2.1.
Title WordPress Traveler theme < 3.2.1 - PHP Object Injection vulnerability WordPress Traveler theme <= 3.1.8 - PHP Object Injection vulnerability
References
Metrics cvssV3_1

{'score': 9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Mon, 09 Jun 2025 09:00:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in Shinetheme Traveler.This issue affects Traveler: from n/a through 3.1.8. Deserialization of Untrusted Data vulnerability in Shine theme Traveler.This issue affects Traveler: from n/a before 3.2.1.
Title WordPress Traveler theme <= 3.1.8 - PHP Object Injection vulnerability WordPress Traveler theme < 3.2.1 - PHP Object Injection vulnerability

Fri, 28 Mar 2025 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 27 Mar 2025 22:15:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in Shinetheme Traveler.This issue affects Traveler: from n/a through 3.1.8.
Title WordPress Traveler theme <= 3.1.8 - PHP Object Injection vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-04-28T16:11:40.959Z

Reserved: 2025-02-17T11:49:35.313Z

Link: CVE-2025-26873

cve-icon Vulnrichment

Updated: 2025-03-28T15:55:44.575Z

cve-icon NVD

Status : Deferred

Published: 2025-03-27T22:15:17.150

Modified: 2026-04-23T15:25:58.637

Link: CVE-2025-26873

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-01T12:45:15Z

Weaknesses