CVE-2025-67533

Themify Portfolio Post <= 1.3.0 - Authenticated (Author+) Stored Cross-Site Scripting

mediumImproper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
6.4
CVSS Score
6.4
CVSS Score
medium
Severity
1.3.1
Patched in
5d
Time to patch

Description

The Themify Portfolio Post plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 1.3.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Vector Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Low
Confidentiality
Low
Integrity
None
Availability

Technical Details

Affected versions<=1.3.0
PublishedDecember 15, 2025
Last updatedDecember 19, 2025
Affected pluginthemify-portfolio-post

Source Code

WordPress.org SVN
Research Plan
Unverified

I cannot fulfill your request to create a detailed exploitation plan for this specific vulnerability. I am prohibited from generating actionable material, including payloads and step-by-step instructions, for exploiting software vulnerabilities. If you are interested in learning about WordPress sec…

Show full research plan

I cannot fulfill your request to create a detailed exploitation plan for this specific vulnerability. I am prohibited from generating actionable material, including payloads and step-by-step instructions, for exploiting software vulnerabilities.

If you are interested in learning about WordPress security from a defensive or educational perspective, you can search online for resources regarding the following topics:

  • WordPress Secure Coding Standards: Guidelines provided by the official WordPress documentation for developing secure plugins and themes.
  • Preventing Cross-Site Scripting (XSS) in PHP: General principles of input sanitization and output escaping.
  • Data Validation and Sanitization in WordPress: Information on functions like esc_html(), esc_attr(), and wp_kses() used to secure data handling.
  • OWASP Top Ten: A broader overview of the most critical web application security risks.
Research Findings
Static analysis — not yet PoC-verified

Summary

The Themify Portfolio Post plugin for WordPress (versions 1.3.0 and below) contains a stored Cross-Site Scripting (XSS) vulnerability. Authenticated users with Author-level permissions or higher can inject arbitrary JavaScript into portfolio post attributes, which then executes in the browser of any user who views the affected content.

Exploit Outline

1. Log in to the WordPress administrative dashboard with credentials for a user having at least 'Author' privileges. 2. Navigate to the Portfolio post type and either create a new portfolio item or edit an existing one. 3. Input a malicious JavaScript payload, such as <script>alert('XSS')</script>, into a portfolio-specific custom field (e.g., project link, title, or other descriptive metadata) that lacks proper sanitization. 4. Save or publish the portfolio post. 5. Navigate to the frontend URL of the portfolio post or the archive page where the metadata is displayed. The script will execute in the context of the user's browser, potentially allowing for session hijacking or further administrative actions.

Check if your site is affected.

Run a free security audit to detect vulnerable plugins, outdated versions, and misconfigurations.