Face Detection Security & Risk Analysis

wordpress.org/plugins/face-detection

This plugin allows to generate cropped thumbnails without cutting heads or faces. It detects whether uploaded images have faces in it thus when genera …

10 active installs v1.0 PHP + WP + Updated Oct 28, 2019
face-detectionthumbnails
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Face Detection Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "face-detection" v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by using prepared statements for all SQL queries and properly escaping all output. There are no known past vulnerabilities or unpatched CVEs, suggesting a generally stable development history in that regard. However, the static analysis reveals significant security concerns, primarily stemming from its attack surface. Two AJAX handlers are present, and critically, both lack authentication checks. This creates a direct path for unauthenticated users to interact with potentially sensitive functionalities. The taint analysis further corroborates this, indicating one flow with unsanitized paths leading to a high severity issue, likely related to the unprotected AJAX endpoints. While the absence of dangerous functions, file operations, and external HTTP requests is a strength, the unprotected entry points represent a substantial risk that needs immediate attention.

Key Concerns

  • Unprotected AJAX handlers
  • High severity taint flow
Vulnerabilities
None known

Face Detection Security Vulnerabilities

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

Face Detection Release Timeline

v1.0Current
Code Analysis
Analyzed Mar 17, 2026

Face Detection Code Analysis

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

Output Escaping

100% escaped36 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<face-detection> (face-detection.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Face Detection Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_face_detection_load_thumbnailsface-detection.php:139
authwp_ajax_face_detection_regenerate_thumbnailsface-detection.php:155
WordPress Hooks 8
actioninitface-detection.php:33
actionadmin_initface-detection.php:40
actionadd_meta_boxesface-detection.php:74
actionadmin_enqueue_scriptsface-detection.php:97
filterface_detection_upload_enabledface-detection.php:177
filterintermediate_image_sizes_advancedface-detection.php:194
filterimage_resize_dimensionsface-detection.php:228
filterwp_generate_attachment_metadataface-detection.php:306
Maintenance & Trust

Face Detection Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedOct 28, 2019
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Face Detection Developer Profile

mdifelice

2 plugins · 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 Face Detection

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/face-detection/assets/face-detection.css/wp-content/plugins/face-detection/assets/face-detection.js
Script Paths
/wp-content/plugins/face-detection/assets/face-detection.js
Version Parameters
face-detection/assets/face-detection.css?ver=face-detection/assets/face-detection.js?ver=

HTML / DOM Fingerprints

CSS Classes
face-detection-thumbnailsface-detection-button
Data Attributes
id="face-detection-upload_enabled"id="face-detection-regenerate"id="face-detection-reset"
JS Globals
window.face_detection
FAQ

Frequently Asked Questions about Face Detection