OMS Sidebar Widgets Security & Risk Analysis

wordpress.org/plugins/oms-sidebar-widgets

A WordPress plugin to display image, video, and/or map widgets in the sidebar.

50 active installs v2.5 PHP + WP 3.0.1+ Updated May 25, 2015
imageprettyphotosidebarvideoyoutube
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is OMS Sidebar Widgets Safe to Use in 2026?

Generally Safe

Score 85/100

OMS Sidebar Widgets has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "oms-sidebar-widgets" plugin v2.5 presents a mixed security picture. On the positive side, the plugin has a clean vulnerability history with no recorded CVEs, suggesting a history of stable and relatively secure development. Furthermore, its attack surface appears to be minimal, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed, and importantly, no entry points are noted as unprotected. All detected SQL queries utilize prepared statements, which is an excellent security practice.

However, significant concerns arise from the static code analysis. The presence of the `create_function` function, which is deprecated and considered a security risk due to its ability to execute arbitrary code, is a major red flag. Additionally, a concerning 0% of output is properly escaped, meaning that any dynamic content displayed by the plugin is vulnerable to cross-site scripting (XSS) attacks. The plugin also performs file operations, and without proper input validation or sanitization around these operations, there's a potential for directory traversal or arbitrary file write vulnerabilities. The outdated jQuery library, while not a direct vulnerability in itself, can be a vector for known exploits if the plugin relies on its functionality.

Key Concerns

  • Dangerous function create_function used
  • 0% of output properly escaped
  • Bundled outdated library jQuery v1.3.2
  • File operations present, potential for risks
Vulnerabilities
None known

OMS Sidebar Widgets Security Vulnerabilities

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

OMS Sidebar Widgets Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("OMS_SidebarImageWidget");'))oms-sidebar-widgets.php:22
create_functionadd_action('widgets_init', create_function('', 'return register_widget("OMS_SidebarVideoWidget");'))oms-sidebar-widgets.php:23
create_functionadd_action('widgets_init', create_function('', 'return register_widget("OMS_SidebarMapWidget");'));oms-sidebar-widgets.php:24
create_functionadd_action('widgets_init', create_function('', 'return register_widget("OMS_SidebarContentWidget");'oms-sidebar-widgets.php:29

Bundled Libraries

jQuery1.3.2

Output Escaping

0% escaped33 total outputs
Attack Surface

OMS Sidebar Widgets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwp_print_scriptsclass\class.OMS_SidebarWidget.php:41
actionadmin_enqueue_scriptsclass\class.OMS_SidebarWidget.php:47
actionwidgets_initoms-sidebar-widgets.php:22
actionwidgets_initoms-sidebar-widgets.php:23
actionwidgets_initoms-sidebar-widgets.php:24
actionwidgets_initoms-sidebar-widgets.php:29
Maintenance & Trust

OMS Sidebar Widgets Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedMay 25, 2015
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings5
Active installs50
Developer Profile

OMS Sidebar Widgets Developer Profile

Jimmy K.

3 plugins · 4K total installs

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

How We Detect OMS Sidebar Widgets

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/oms-sidebar-widgets/class/../css/oms-sw-content.css/wp-content/plugins/oms-sidebar-widgets/class/../css/oms-sw-image.css/wp-content/plugins/oms-sidebar-widgets/class/../css/oms-sw-map.css/wp-content/plugins/oms-sidebar-widgets/class/../css/oms-sw-video.css
Version Parameters
oms-sidebar-widgets/style.css?ver=oms-sidebar-widgets/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
sideBar_ElementHoldersideBar_ContentElementHoldersideBar_ContentHoldersideBar_ImageHoldersideBar_ImageWrappersideBar_MapHoldersideBar_VideoHolderoms_sw_content_css+3 more
HTML Comments
<!-- sideBar_ElementHolder --><!-- /sideBar_ElementHolder --><!-- sideBar_ContentHolder --><!-- /sideBar_ContentHolder -->+6 more
Data Attributes
data-oms-sw-content-titledata-oms-sw-content-htmldata-oms-sw-image-titledata-oms-sw-image-thumbnail_imagedata-oms-sw-image-full_imagedata-oms-sw-image-caption+8 more
JS Globals
OMS_SidebarWidgetOMS_SidebarImageWidgetOMS_SidebarVideoWidgetOMS_SidebarMapWidgetOMS_SidebarContentWidget
Shortcode Output
<div class="sideBar_ElementHolder sideBar_ContentElementHolder"><div class="sideBar_ContentHolder"><div class="sideBar_ImageHolder"><div class="sideBar_ImageWrapper">
FAQ

Frequently Asked Questions about OMS Sidebar Widgets