Yatterukun Security & Risk Analysis

wordpress.org/plugins/yatterukun

Fast and easy photo/video media changer plugin.

0 active installs v1.0.0 PHP + WP 4.7+ Updated Apr 25, 2020
change-mediahttp-postreplace-imagereplace-mediareplace-video
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Yatterukun Safe to Use in 2026?

Generally Safe

Score 85/100

Yatterukun 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 yatterukun plugin v1.0.0 exhibits a mixed security posture. On the positive side, it has a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events, and crucially, no unprotected entry points. Furthermore, all SQL queries are properly prepared, and there are no known past vulnerabilities or CVEs. This suggests a careful approach to common web vulnerabilities.

However, there are significant concerns. The presence of two instances of the `move_uploaded_file` function, which can be risky if not handled with extreme care, is a red flag. Compounding this, the taint analysis reveals one flow with unsanitized paths, indicating a potential for directory traversal or insecure file handling, even though it's not categorized as critical or high severity in this analysis. The low percentage of properly escaped output (16%) is a major weakness, significantly increasing the risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of capability checks and only one nonce check for all entry points further expose the plugin to potential unauthorized actions or CSRF attacks.

In conclusion, while the plugin benefits from a limited attack surface and good SQL practices, the high risk of XSS due to poor output escaping and the potential for insecure file operations highlighted by taint analysis and the use of `move_uploaded_file` are critical weaknesses that need immediate attention. The absence of past vulnerabilities is positive but does not negate the current code-level risks.

Key Concerns

  • Unsanitized path in taint flow
  • Low percentage of properly escaped output
  • Use of dangerous function: move_uploaded_file
  • No capability checks
  • Limited nonce checks
Vulnerabilities
None known

Yatterukun Security Vulnerabilities

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

Yatterukun Release Timeline

v1.0.0Current
Code Analysis
Analyzed Apr 16, 2026

Yatterukun Code Analysis

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

Dangerous Functions Found

move_uploaded_filemove_uploaded_file( $_FILES[ $data_name ]['tmp_name'], $dst_file_origin );templates/yatterukun-page.php:74
move_uploaded_filemove_uploaded_file( $_FILES[ $data_name ]['tmp_name'], $dst_file );templates/yatterukun-page.php:184

SQL Query Safety

100% prepared6 total queries

Output Escaping

16% escaped31 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<yatterukun-page> (templates/yatterukun-page.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Yatterukun Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuYatterukun.php:14
filtertemplate_includeYatterukun.php:15
filterthe_contentYatterukun.php:20
actionplugins_loadedYatterukun.php:21
Maintenance & Trust

Yatterukun Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedApr 25, 2020
PHP min version
Downloads929

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Yatterukun Developer Profile

Katsuya Ando

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 Yatterukun

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/yatterukun/images/yatterukun.jpg/wp-content/plugins/yatterukun/images/yatterukun.mp4

HTML / DOM Fingerprints

HTML Comments
<!-- jpg place holder file --><!-- mp4 place holder file -->
Data Attributes
data-id="yatterukun"data-url="yatterukun_url"
JS Globals
window.yatterukun_data
FAQ

Frequently Asked Questions about Yatterukun