
mi13-access-by-link Security & Risk Analysis
wordpress.org/plugins/mi13-access-by-linkДоступ к Вашим постам (на утверждении) по ссылке для модераторов.
Is mi13-access-by-link Safe to Use in 2026?
Generally Safe
Score 100/100mi13-access-by-link has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The mi13-access-by-link plugin v1.3 exhibits a mixed security posture. On the positive side, the absence of any known vulnerabilities in its history, coupled with the use of prepared statements for all SQL queries, suggests good development practices in those areas. The code also shows some attention to security with a capability check implemented. However, the static analysis reveals significant concerns regarding its attack surface. With two AJAX handlers identified, and crucially, both lacking authentication checks, this presents a direct and immediate risk. This means that unauthenticated users can potentially interact with these handlers, opening the door for various attacks depending on their functionality. The lack of nonce checks on these AJAX endpoints further exacerbates this risk. The taint analysis showing zero flows is positive, but this might be influenced by the limited scope or complexity of the plugin's code and doesn't negate the identified attack vectors.
Key Concerns
- AJAX handlers without authentication checks
- Missing nonce checks on AJAX endpoints
- Unescaped output in 33% of outputs
mi13-access-by-link Security Vulnerabilities
mi13-access-by-link Code Analysis
Output Escaping
mi13-access-by-link Attack Surface
AJAX Handlers 2
WordPress Hooks 5
Maintenance & Trust
mi13-access-by-link Maintenance & Trust
Maintenance Signals
Community Trust
mi13-access-by-link Alternatives
Delete Pending Comments
delete-pending-comments
A quick way to delete all pending and spam comments. Useful for victims of spammer attacks.
Pending Submission Notifications
pending-submission-notifications
Email notifications for pending review content submission.
PublishPress Statuses – Custom Post Status and Workflow
publishpress-statuses
The PublishPress Statuses plugin allows you to create additional statuses for your posts. You can use each status to create publishing workflows.
AffiliateWP – Force Pending Referrals
affiliatewp-force-pending-referrals
Force all referrals to a "pending" status.
Pending Indicator
pending-inidicator
Show the number of pending posts waiting for approval in the admin menu, if any. Also automatically supports custom post types.
mi13-access-by-link Developer Profile
7 plugins · 20 total installs
How We Detect mi13-access-by-link
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/mi13-access-by-link/languages/HTML / DOM Fingerprints
content-areasite-mainentry-headerentry-titleentry-contententry-footerpost-thumbnailid="primary"id="main"role="main"class="content-area"class="site-main"class="post-thumbnail"+10 more<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<article>
<div class="post-thumbnail">
$thumbnail
</div>
<header class="entry-header">
<h1 class="entry-title">$title</h1>
</header>
<div class="entry-content">
$content
</div>
<footer class="entry-footer">
$cat
</footer>
</article>
</main>
</div>