IF AS Shortcode

IF AS Shortcode has one disclosed vulnerability in the WordSec catalog, all reported in 2025; it remains unpatched as of September 2026. Their average CVSS score is 8.8, and the most serious one scores 8.8 out of 10. Severity breakdown: 0 critical and 1 high.

The most common weakness is Code Injection, behind 1 of the records (100%).

The one issue recorded for IF AS Shortcode has no published fix yet, which makes virtual patching the only reliable mitigation. The oldest unresolved one dates back to 2025.

All of these findings were reported by Drew Webber (mcdruid). IF AS Shortcode is installed on roughly 10 WordPress sites, so each unpatched flaw has a wide blast radius. The current release is tested up to WordPress 6.6.7.

Strategic Overview

Avg CVSSHigh
8.8/ 10
Patch Coverage0%
Open

1

Fixed

0

Get automatic notifications for all IF AS Shortcode vulnerabilities before they are exploited.

Most severe open issueCVSS 8.8CVE-2025-68897

IF AS Shortcode <= 1.2 - Authenticated (Contributor+) Remote Code Execution

Read the full analysis

Vulnerability Records

1 records
Plugin Profile
Latestv1.2
5.0(2)
100/100
Last Updated
2024-08-09 (2y ago)
Active Installs
10+
Downloads
4,435
Requires WP
4.0+
Requires PHP
5.6+
Tested up to
WP 6.6.7
Created
2016-09-16 (10y ago)

This is plugin help you to add conditions inside any post types, menus, and widgets to restrict the content by use shortcode without use php code or other language :). Posts/Pages/Other Post Types : Create new content and in above tinymce editor you will see button it’s name is “IF”. Click “IF” button and choose the condition you need to use inside content area. You can select the true block and write otherwise inside else block. Save your content and publish to see it! Menus : Click in left side “Appearance” Choose from it “Menus” page. You must show description field for every menu by this way : Click “Screen Options” up the menu page. Chack “Description” from that tab. Now you can add your restrict content from “Shortcode” tab. Widgets : Click in left side “Appearance” Choose from it “Widgets” page. Now you have box it’s name “The restricted content”. You can move it to any sidebar and fill the felids. Translations Arabic English List of conditions [if current_user_can capability=”administrator”]True content[else]False content[/if] [if current_user_can capability=”editor”]True content[else]False content[/if] [if current_user_can capability=”author”]True content[else]False content[/if] [if current_user_can capability=”contributor”]True content[else]False content[/if] [if current_user_can capability=”subscriber”]True content[else]False content[/if] [if is_user_logged_in]True content[else]False content[/if] [if has_post_thumbnail]True content[else]False content[/if] [if comments_open]True content[else]False content[/if] [if has_tag]True content[else]False content[/if] [if is_attachment]True content[else]False content[/if] [if has_excerpt]True content[else]False content[/if] [if pings_open]True content[else]False content[/if] [if is_home]True content[else]False content[/if] [if is_rtl]True content[else]False content[/if] Example Show content for who logged in [if is_user_logged_in] Welcome [else] You must login to see this content [/if]

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C