3D Scene Viewer Security & Risk Analysis

wordpress.org/plugins/3d-scene-viewer

Display a 3D model or an entire scene made of multiple 3D models onto your site.

20 active installs v1.1.1 PHP 7.4+ WP 6.6+ Updated Sep 29, 2025
3d3d-model3d-scenethreejswoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is 3D Scene Viewer Safe to Use in 2026?

Generally Safe

Score 100/100

3D Scene Viewer has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6mo ago
Risk Assessment

The "3d-scene-viewer" plugin v1.1.1 exhibits a generally good security posture with no recorded CVEs and a focus on secure coding practices. The static analysis reveals that all SQL queries are properly prepared, all output is correctly escaped, and there are no direct file operations or external HTTP requests. The presence of a nonce check is also a positive indicator of security awareness.

However, a significant concern arises from the use of the `unserialize()` function, which is known to be a potent vector for remote code execution if used with untrusted input. While the static analysis doesn't explicitly show unsanitized taint flows or a large attack surface, the presence of this dangerous function without further context on its usage warrants caution. The absence of capability checks on any potential entry points (even though none are explicitly identified as unprotected) could also be a weakness if the plugin were to evolve and introduce new interaction methods.

Given the lack of historical vulnerabilities, it suggests that the developers have likely been diligent in addressing any past issues. The plugin's strengths lie in its robust handling of SQL and output, but the single identified dangerous function represents a potential blind spot. Overall, the plugin is in a decent state, but the `unserialize` function requires careful scrutiny to ensure it's not exposed to malicious data.

Key Concerns

  • Use of unserialize() function
  • No capability checks
Vulnerabilities
None known

3D Scene Viewer Security Vulnerabilities

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

3D Scene Viewer Code Analysis

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

Dangerous Functions Found

unserialize$post_data = unserialize( $post->post_content );includes\Scene.php:110

Output Escaping

100% escaped131 total outputs
Attack Surface

3D Scene Viewer Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 18
actionadd_meta_boxesincludes\admin\Dashboard.php:27
actionadmin_enqueue_scriptsincludes\admin\Dashboard.php:28
actionadmin_footerincludes\admin\Dashboard.php:29
actionsave_postincludes\admin\Dashboard.php:30
filterupload_mimesincludes\admin\Dashboard.php:32
filterwp_check_filetype_and_extincludes\admin\Dashboard.php:33
actioninitincludes\gutenberg\Gutenberg.php:20
actionenqueue_block_editor_assetsincludes\gutenberg\Gutenberg.php:46
actioninitincludes\Plugin.php:35
actionwp_enqueue_scriptsincludes\Plugin.php:36
filterscript_loader_tagincludes\Plugin.php:37
actionwp_loadedincludes\Plugin.php:38
actionplugins_loadedincludes\woocommerce\Woo.php:10
actionadd_meta_boxesincludes\woocommerce\Woo.php:35
actionadmin_enqueue_scriptsincludes\woocommerce\Woo.php:36
actionsave_postincludes\woocommerce\Woo.php:37
filterwc_get_templateincludes\woocommerce\Woo.php:39
actionplugins_loadedscene3d.php:38
Maintenance & Trust

3D Scene Viewer Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 29, 2025
PHP min version7.4
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

3D Scene Viewer Developer Profile

wprj

2 plugins · 20 total installs

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

How We Detect 3D Scene Viewer

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/3d-scene-viewer/dist/css/style.css/wp-content/plugins/3d-scene-viewer/dist/js/main.js/wp-content/plugins/3d-scene-viewer/dist/js/vendors.js
Version Parameters
/wp-content/plugins/3d-scene-viewer/dist/css/style.css?ver=/wp-content/plugins/3d-scene-viewer/dist/js/main.js?ver=/wp-content/plugins/3d-scene-viewer/dist/js/vendors.js?ver=

HTML / DOM Fingerprints

CSS Classes
scene3d-modal-wrapperscene3d-modal-headerscene3d-modal-bodyscene3d-modal-closescene3d-modal-contentscene3d-modal-overlayscene3d-preview-settingsscene3d-btn+19 more
HTML Comments
<!-- BEGIN WordPress Backend Integration --><!-- BEGIN Content For Clipboard --><!-- END Content For Clipboard --><!-- BEGIN 3D Model Upload -->+9 more
Data Attributes
data-scene3d-iddata-modal-titledata-modal-content-urldata-scene3d-modaldata-scene3d-clipboard-targetdata-scene3d-tooltip+5 more
JS Globals
Scene3d
REST Endpoints
/wp-json/scene3d/v1/scene/
Shortcode Output
[scene3d]
FAQ

Frequently Asked Questions about 3D Scene Viewer