Image Alt Editor Security & Risk Analysis

wordpress.org/plugins/image-alt-editor

Quickly edit the ALT attributes of your images and medias

10 active installs v1.02 PHP 7.3.5+ WP 4.9+ Updated Apr 20, 2023
altimage-altimage-alt-attributeimage-seoquick-edit-alt
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Image Alt Editor Safe to Use in 2026?

Generally Safe

Score 85/100

Image Alt Editor has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "image-alt-editor" plugin version 1.02 exhibits a concerning security posture due to its significant attack surface without proper authentication. The static analysis reveals two AJAX handlers, both of which lack authentication checks. This means any unauthenticated user could potentially interact with these handlers, posing a risk if they can be manipulated to perform unintended actions. While the code signals are generally positive, showing no dangerous functions, 100% use of prepared statements for SQL queries, and no file operations or external HTTP requests, these strengths are overshadowed by the critical absence of security measures on its entry points.

The lack of nonce checks and capability checks is particularly alarming for the identified AJAX handlers. This opens the door to potential Cross-Site Request Forgery (CSRF) attacks or unauthorized privilege escalation if the handlers perform sensitive operations. The taint analysis showing zero flows is a positive sign, suggesting no obvious vulnerabilities from data flow perspective within the analyzed scope. However, the overall lack of input validation and authorization on the AJAX endpoints is a substantial weakness.

The vulnerability history is clean, with no recorded CVEs. This might indicate the plugin has historically been secure or has not been a target of significant exploits. However, a clean history does not guarantee future security, especially when fundamental security practices like authentication and authorization are missing on critical entry points. The plugin's strengths lie in its SQL handling and lack of external dependencies or dangerous code, but its core security is significantly undermined by its unprotected AJAX endpoints, requiring immediate attention.

Key Concerns

  • AJAX handlers without auth checks
  • AJAX handlers without nonce checks
  • AJAX handlers without capability checks
  • Improperly escaped output on 2/5 outputs
Vulnerabilities
None known

Image Alt Editor Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Image Alt Editor Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
2
3 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

60% escaped5 total outputs
Attack Surface
2 unprotected

Image Alt Editor Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_image_alt_editor_editedit.php:32
authwp_ajax_image_alt_editor_removeedit.php:33
WordPress Hooks 9
actionadmin_enqueue_scriptsedit.php:30
filtermanage_posts_columnsfield.php:70
filtermanage_pages_columnsfield.php:71
filtermanage_media_columnsfield.php:72
actionmanage_posts_custom_columnfield.php:99
actionmanage_pages_custom_columnfield.php:100
actionmanage_media_custom_columnfield.php:101
actionplugins_loadedimage-alt-editor.php:52
actionplugins_loadedimage-alt-editor.php:68
Maintenance & Trust

Image Alt Editor Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedApr 20, 2023
PHP min version7.3.5
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Image Alt Editor Developer Profile

leofontin

1 plugin · 10 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Image Alt Editor

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/image-alt-editor/assets/image-alt-editor.css/wp-content/plugins/image-alt-editor/assets/image-alt-editor.js
Script Paths
/wp-content/plugins/image-alt-editor/assets/image-alt-editor.js
Version Parameters
image-alt-editor/style.css?ver=image-alt-editor.js?ver=

HTML / DOM Fingerprints

JS Globals
IAEadminAjax
FAQ

Frequently Asked Questions about Image Alt Editor