Junglewise Threat Intelligence

CVE-2026-13253: WPXPO Ultimate Post Stored XSS in Advanced Search Block

CVE-2026-13253 · Severity: medium · CVSS 6.4 · Published 2026-07-09

Vendors: WPXPO.

Executive brief

The Ultimate Post plugin for WordPress, used for creating advanced post grids and search blocks, contains a security flaw that allows users with contributor-level access or higher to inject malicious scripts into website pages. These scripts will automatically run in the browser of any visitor who views the affected page. This could lead to unauthorized actions being performed on behalf of site administrators or the theft of sensitive session information.

Technical details

The Ultimate Post plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) due to insufficient input sanitization and output escaping in the Advanced_Search::content() render callback. Specifically, the 'moreResultsText' block attribute is filtered using wp_kses(), which fails to escape HTML special characters like double quotes. The resulting value is then concatenated directly into the 'data-viewmoretext' HTML attribute without using esc_attr(). This allows authenticated attackers with contributor-level permissions or higher to break out of the attribute and inject arbitrary JavaScript. The vulnerability is present in versions up to and including 5.0.31.

Affected products

  • wpxpo Post Grid Gutenberg Blocks – PostX (Ultimate Post) up to and including 5.0.31

Timeline

  • 2026-07-09: disclosed
  • 2026-07-09: advisory

References

Related threats