Base64 Images Security & Risk Analysis

wordpress.org/plugins/base64-images

Automatically base64 encodes media images on your site.

60 active installs v1.1.5 PHP + WP 4.0.0+ Updated Nov 28, 2020
base64encoderimageimages
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Base64 Images Safe to Use in 2026?

Generally Safe

Score 85/100

Base64 Images has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "base64-images" v1.1.5 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any recorded CVEs, coupled with the fact that all detected SQL queries utilize prepared statements and there are no reported taint flows with unsanitized paths, indicates a good level of development hygiene regarding common web vulnerabilities.

However, there are areas that warrant attention. The plugin's attack surface is reported as zero, which is positive, but the absence of nonce checks and capability checks on any potential entry points is a significant concern. While the analysis shows no AJAX handlers or REST API routes, if any were to be introduced or are implicitly handled, this lack of authorization and validation could create vulnerabilities. Furthermore, the low percentage of properly escaped output (33%) suggests a risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not handled carefully in the rendering process.

In conclusion, the plugin's historical lack of vulnerabilities and robust SQL practices are commendable. The current analysis points to strengths in data handling for databases but weaknesses in input validation and output sanitization, particularly if new features expand the attack surface. The absence of explicit checks for nonces and capabilities is the most pressing concern for future-proofing.

Key Concerns

  • Missing Nonce Checks
  • Missing Capability Checks
  • Low percentage of properly escaped output
Vulnerabilities
None known

Base64 Images Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Base64 Images Release Timeline

v1.4.5
v1.1.5Current
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1
v1.0.2
v1.0.1
v1.0
Code Analysis
Analyzed Mar 16, 2026

Base64 Images Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

33% escaped3 total outputs
Attack Surface

Base64 Images Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionplugins_loadedbase64images.php:46
actioninitclasses\class-base-64-images.php:85
actiondeleted_postclasses\class-base-64-images.php:87
actionwp_headclasses\class-base-64-images.php:88
filterwp_update_attachment_metadataclasses\class-base-64-images.php:90
filterget_image_tag_classclasses\class-base-64-images.php:91
filterwp_get_attachment_image_srcclasses\class-base-64-images.php:92
filterthe_contentclasses\class-base-64-images.php:93
actionadmin_initclasses\class-base-64-images.php:95
actionadmin_enqueue_scriptsclasses\class-base-64-images.php:96
Maintenance & Trust

Base64 Images Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedNov 28, 2020
PHP min version
Downloads6K

Community Trust

Rating86/100
Number of ratings3
Active installs60
Developer Profile

Base64 Images Developer Profile

macprawn

1 plugin · 60 total installs

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

How We Detect Base64 Images

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/base64-images/languages//wp-content/plugins/base64-images/classes/class-base-64-images.php

HTML / DOM Fingerprints

JS Globals
Base64ImagesBasenameBase64Images
FAQ

Frequently Asked Questions about Base64 Images