Article Photos Security & Risk Analysis

wordpress.org/plugins/article-photo

This plugin adds a form to your post screen that allows you to upload an image to go with your blog post. You can then use the_article_image() functio …

10 active installs v1.0 PHP + WP 2.7+ Updated May 16, 2009
adminimageimagespostposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Article Photos Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "article-photo" plugin version 1.0 exhibits a generally strong security posture due to the absence of known vulnerabilities and a lack of discovered critical taint flows or dangerous function usage. The adherence to prepared statements for SQL queries is also a positive indicator of secure data handling practices. However, a significant concern arises from the complete lack of output escaping. This means that any data outputted by the plugin, even if it originates from a trusted source, is not being properly sanitized, leaving it vulnerable to Cross-Site Scripting (XSS) attacks. Furthermore, the absence of nonce and capability checks across all identified entry points is a major weakness, as it implies that any user, regardless of their role or permissions, could potentially interact with or trigger plugin functionalities. While the attack surface appears minimal at present, these vulnerabilities could be exploited if any new entry points are introduced or if existing ones are used to process user-supplied input without proper validation.

Key Concerns

  • All outputs are unescaped
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Article Photos Security Vulnerabilities

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

Article Photos Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Article Photos Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_headarticle-photo.php:45
actionadmin_menuarticle-photo.php:77
actionedit_postarticle-photo.php:104
actionsave_postarticle-photo.php:105
Maintenance & Trust

Article Photos Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedMay 16, 2009
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Article Photos Developer Profile

chrisnorthwood

5 plugins · 240 total installs

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

How We Detect Article Photos

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name="articlephoto_file"id="articlephoto_file"name="articlephoto_caption"id="articlephoto_caption"name="articlephoto_suppress"id="articlephoto_suppress"+6 more
Shortcode Output
<input type="file" name="articlephoto_file" id="articlephoto_file" /><br/><label for="articlephoto_caption">Image caption:</label> <input type="text" name="articlephoto_caption" id="articlephoto_caption" value="<label for="articlephoto_suppress">Suppress article page image?</label> <input type="checkbox" name="articlephoto_suppress" value="suppress"<h4>Current Photo</h4>
FAQ

Frequently Asked Questions about Article Photos