CodeDrill Single Image Upload Security & Risk Analysis

wordpress.org/plugins/codedrill-single-image-upload

This plugin will allow to upload an image as attachment. And you will get attachment id of the image. Shortcode: [CD_Single_IMAGE_UPLOAD].

0 active installs v1.0 PHP + WP 3.7+ Updated Apr 25, 2017
add-attachmentcodedrillsingle-image-upload
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CodeDrill Single Image Upload Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'codedrill-single-image-upload' plugin version 1.0 exhibits a mixed security posture. On the positive side, it has a very small attack surface, with only one entry point identified (a shortcode) and no AJAX handlers, REST API routes, or cron events exposed. Furthermore, it demonstrates good practices by exclusively using prepared statements for its SQL queries and has no known historical vulnerabilities, suggesting a generally well-maintained codebase or low historical exposure.

However, significant concerns arise from the code analysis. The lack of output escaping on all identified outputs represents a critical weakness, potentially exposing users to cross-site scripting (XSS) attacks. The presence of two taint flows with unsanitized paths further amplifies this risk, indicating that user-supplied data might be processed in a way that could lead to security vulnerabilities if not properly handled before output or further processing. The complete absence of nonce checks and capability checks on its limited entry points means that any user, regardless of their role or authenticated status, could potentially trigger the shortcode's functionality, leading to unintended actions or information disclosure if the shortcode's implementation is insecure. The single file operation without further context also warrants caution.

In conclusion, while the plugin's small attack surface and lack of historical CVEs are encouraging, the identified lack of output escaping, unsanitized taint flows, and missing authentication/authorization checks on its shortcode create substantial security risks. These issues, if exploited, could lead to severe vulnerabilities such as XSS or unauthorized actions.

Key Concerns

  • No output escaping
  • Unsanitized paths in taint flows
  • No nonce checks
  • No capability checks
  • File operation without context
Vulnerabilities
None known

CodeDrill Single Image Upload Security Vulnerabilities

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

CodeDrill Single Image Upload Code Analysis

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

Output Escaping

0% escaped1 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
CD_single_image_upload (singleimageupload.php:44)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

CodeDrill Single Image Upload Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[CD_Single_IMAGE_UPLOAD] singleimageupload.php:95
Maintenance & Trust

CodeDrill Single Image Upload Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedApr 25, 2017
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Alternatives

CodeDrill Single Image Upload Alternatives

No alternatives data available yet.

Developer Profile

CodeDrill Single Image Upload Developer Profile

Codedrill Infotech Pvt. Ltd.

1 plugin · 0 total installs

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

How We Detect CodeDrill Single Image Upload

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
name="up_image"name="upload"value="Upload"
Shortcode Output
<form method="post" enctype="multipart/form-data" action=""> <lable>Select Image</lable> <input type="file" name="up_image" /> <input type="submit" name="upload" value="Upload" /> </form>
FAQ

Frequently Asked Questions about CodeDrill Single Image Upload