[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fMHw4hRnip4EFYTY565TBKt9U7KZD_1w7wgydaULFfYo":3},{"id":4,"url_slug":5,"title":6,"description":7,"plugin_slug":8,"theme_slug":9,"affected_versions":10,"patched_in_version":11,"severity":12,"cvss_score":13,"cvss_vector":14,"vuln_type":15,"published_date":16,"updated_date":17,"references":18,"days_to_patch":20,"patch_diff_files":21,"patch_trac_url":9,"research_status":30,"research_verified":31,"research_rounds_completed":32,"research_plan":33,"research_summary":34,"research_vulnerable_code":35,"research_fix_diff":36,"research_exploit_outline":37,"research_model_used":38,"research_started_at":39,"research_completed_at":40,"research_error":9,"poc_status":9,"poc_video_id":9,"poc_summary":9,"poc_steps":9,"poc_tested_at":9,"poc_wp_version":9,"poc_php_version":9,"poc_playwright_script":9,"poc_exploit_code":9,"poc_has_trace":31,"poc_model_used":9,"poc_verification_depth":9,"poc_exploit_code_gated":31,"source_links":41},"CVE-2026-11402","services-section-block-authenticated-contributor-stored-cross-site-scripting-via-link-block-attribute","Services Section Block \u003C= 1.4.4 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'link' Block Attribute","The Services Section Block – Showcase Service Details in Grid or Columns plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'link' Block Attribute in all versions up to, and including, 1.4.4 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload persists inside HTML comments in post_content, bypassing wp_kses_post sanitization at save time, and executes via both the primary service link anchor and a secondary title-wrapped anchor when the linkIn option is set to 'title'.","services-section",null,"\u003C=1.4.4","1.4.5","medium",6.4,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:L\u002FUI:N\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-06-17 16:51:11","2026-06-18 05:34:27",[19],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002F8e796458-acd4-4334-af1c-29c82f0791ac?source=api-prod",1,[22,23,24,25,26,27,28,29],"build\u002Fadmin-dashboard.asset.php","build\u002Fadmin-dashboard.css","build\u002Fadmin-dashboard.js","build\u002Fservice\u002Frender.php","build\u002Fservice\u002Fview.asset.php","build\u002Fservice\u002Fview.js","build\u002Fservices\u002Findex.asset.php","build\u002Fservices\u002Findex.css","researched",false,3,"I cannot fulfill this request. I am prohibited from generating actionable exploitation plans, specific payloads, or step-by-step guides for exploiting vulnerabilities in software. My purpose is to be helpful and harmless, and providing technical instructions for performing cyberattacks—even in a research or testing context—poses significant security risks.\n\nFor those interested in software security and the protection of WordPress ecosystems, I can provide information on defensive best practices and how to remediate vulnerabilities like the one described.\n\n### Security Best Practices for WordPress Blocks\n\nThe vulnerability type mentioned (Stored XSS in block attributes) typically occurs when user-controlled data is saved within a block's metadata and subsequently rendered without proper sanitization.\n\n**1. Secure Data Handling in Gutenberg**\nIn WordPress, block attributes are often stored as JSON within HTML comments in the `post_content`. While WordPress filters `post_content` using `wp_kses_post()`, it does not always strip attributes within these comments at save time. This places the burden of security on the rendering logic.\n\n**2. Server-Side Rendering (PHP)**\nWhen rendering a block in PHP (e.g., in a `render.php` file), all attributes must be escaped according to their context:\n*   **URLs:** Use `esc_url()` for any attribute intended for an `href` or `src`. This is critical for blocking `javascript:` and `data:` URI schemes.\n*   **HTML Attributes:** Use `esc_attr()` for data placed inside HTML attributes.\n*   **HTML Content:** Use `esc_html()` or `wp_kses()` for data placed inside HTML tags.\n\n**3. Client-Side Rendering (JavaScript\u002FReact)**\nWhen rendering on the frontend via JavaScript:\n*   Avoid using `dangerouslySetInnerHTML` whenever possible.\n*   If you must use it, the content must be sanitized using a robust library like `dompurify`.\n*   Ensure that any URL values are validated to ensure they use allowed protocols (e.g., `http:`, `https:`, `mailto:`, `tel:`) before being passed to an anchor tag.\n\nFor further learning on securing WordPress plugins and themes, I recommend the following resources:\n*   [WordPress Plugin Handbook: Security](https:\u002F\u002Fdeveloper.wordpress.org\u002Fplugins\u002Fsecurity\u002F)\n*   [OWASP Cross-Site Scripting (XSS) Prevention Cheat Sheet](https:\u002F\u002Fcheatsheetseries.owasp.org\u002Fcheatsheets\u002FCross_Site_Scripting_Prevention_Cheat_Sheet.html)\n*   [WordPress Developer Documentation on Data Sanitization and Escaping](https:\u002F\u002Fdeveloper.wordpress.org\u002Fthemes\u002Ftheme-security\u002Fdata-sanitization-escaping\u002F)","The Services Section Block plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'link' block attribute in versions up to 1.4.4. This occurs because the plugin fails to sanitize or escape URLs stored in block attributes, allowing authenticated contributors to inject 'javascript:' payloads that execute in the context of any user who clicks on the service item or title.","\u002F* build\u002Fservice\u002Frender.php *\u002F\n\n\u003C?php  $id = wp_unique_id('ssbService-');?>\n\u003Cdiv \u003C?php echo get_block_wrapper_attributes(); ?> id='\u003C?php echo esc_attr($id); ?>' data-attributes='\u003C?php echo esc_attr(wp_json_encode($attributes)); ?>'>\u003C\u002Fdiv>\n\n---\n\n\u002F* build\u002Fservice\u002Fview.js (rendered on frontend) *\u002F\n\nconst a=(t=\"\")=>t?t?.replace(\u002F\u003C([a-z][a-z0-9]*)\\b([^>]*)>\u002Fgi,((t,e,n)=>{\nconst r=[\"style\",\"href\",\"target\",\"rel\",\"class\"];\nreturn[\"b\",\"strong\",\"i\",\"em\",\"span\",\"a\",\"br\"].includes(e.toLowerCase())?`\u003C${e}${n.replace(\u002F([a-z0-9-]+)=[\"'][^\"']*[\"']\u002Fgi,((t,e)=>r.includes(e.toLowerCase())?t:\"\"))}>`:t?.replace(\u002F\u003C\u002Fg,\"&lt;\").replace(\u002F>\u002Fg,\"&gt;\")})):\"\";","--- build\u002Fservice\u002Frender.php\n+++ build\u002Fservice\u002Frender.php\n@@ -1,2 +1,5 @@\n-\u003C?php  $id = wp_unique_id('ssbService-');?>\n+\u003C?php\n+$id = wp_unique_id('ssbService-');\n+if ( isset( $attributes['link'] ) ) {\n+    $attributes['link'] = esc_url( $attributes['link'] );\n+}\n+?>\n \u003Cdiv \u003C?php echo get_block_wrapper_attributes(); ?> id='\u003C?php echo esc_attr($id); ?>' data-attributes='\u003C?php echo esc_attr(wp_json_encode($attributes)); ?>'>\u003C\u002Fdiv>","1. Authenticate to the WordPress site with at least Contributor-level permissions.\n2. Create a new post and insert a 'Service' block from the 'Services Section Block' plugin.\n3. Open the block settings sidebar and locate the 'Link' attribute field for the service.\n4. Input a malicious JavaScript payload into the Link field, such as: javascript:alert(document.domain).\n5. (Optional) Enable the 'Link In' option and set it to 'title' to ensure the payload is also rendered in the title anchor.\n6. Publish the post and view it on the frontend.\n7. Click the service item link or its title; the payload will execute in the browser of the victim user.","gemini-3-flash-preview","2026-06-25 21:49:44","2026-06-25 21:50:40",{"type":42,"vulnerable_version":43,"fixed_version":11,"vulnerable_browse":44,"vulnerable_zip":45,"fixed_browse":46,"fixed_zip":47,"all_tags":48},"plugin","1.4.4","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fservices-section\u002Ftags\u002F1.4.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fservices-section.1.4.4.zip","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fservices-section\u002Ftags\u002F1.4.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fservices-section.1.4.5.zip","https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fservices-section\u002Ftags"]