CVE-2025-4611 PoC
CVE publish date: 21 may 2025
analysis: i have installed the right version through wordpress
we want to install the vulnarable version 4.5.3 and fixed version 4.5.4 for diffrent comparison
the vulnarable file in /slim-seo/src/Breadcrumbs.php

Vulnerable Function
Call Chain: How It Gets Triggered
1. render_shortcode() is registered as a shortcode handler
render_shortcode() is registered as a shortcode handler2. render_shortcode() calls parse()
render_shortcode() calls parse()How the XSS Works
Case: Search Page Context
No Output Encoding
in older version thereās no esc_html(), htmlspecialchars(), or wp_kses(). This leads directly to XSS.
esc_html(), htmlspecialchars(), or wp_kses(). This leads directly to XSS.Steps:
PoC:



save the page and view the XSS :)

Last updated