
Open Graph WP implementation Security & Risk Analysis
wordpress.org/plugins/open-graphImplements the Open Graph Protocol on a WordPress installation. Can be used by other plugins as a dependency.
Is Open Graph WP implementation Safe to Use in 2026?
Generally Safe
Score 85/100Open Graph WP implementation has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'open-graph' plugin version 1.1 exhibits a strong security posture based on the provided static analysis. It boasts a zero attack surface from various entry points like AJAX handlers, REST API routes, shortcodes, and cron events, with none requiring authentication. The code also avoids dangerous functions, performs all SQL queries using prepared statements, and has no file operations or external HTTP requests. This indicates a well-designed plugin with limited opportunities for direct exploitation.
However, a significant concern arises from the output escaping. With 2 total outputs and 0% properly escaped, this suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any data rendered to the user interface without proper sanitization could be leveraged by an attacker to inject malicious scripts. The absence of nonce and capability checks, while not directly exploitable due to the lack of entry points, still represents a gap in security best practices for broader contexts.
The plugin's vulnerability history is clean, with no recorded CVEs. This, combined with the clean taint analysis, suggests that in its current state and version, it has not been publicly identified as having severe flaws. Nevertheless, the unescaped output remains a critical weakness that must be addressed. The overall security is good in terms of attack surface and data handling, but the output sanitization is a major deficiency that needs immediate attention.
Key Concerns
- Unescaped output detected
- Missing nonce checks
- Missing capability checks
Open Graph WP implementation Security Vulnerabilities
Open Graph WP implementation Code Analysis
Output Escaping
Open Graph WP implementation Attack Surface
WordPress Hooks 1
Maintenance & Trust
Open Graph WP implementation Maintenance & Trust
Maintenance Signals
Community Trust
Open Graph WP implementation Alternatives
Open Graph Pro
ogp
Adds Open Graph tags to your blog. Control how your posts and pages are presented on Facebook and other social media sites. No configuration needed.
Opengraph and Microdata Generator
opengraph-and-microdata-generator
Adds Facebook OpenGraph Meta Tags to head for a better social sharing experience.
Simple Open Graph
simple-open-graph
Simple Open Graph adds Open Graph meta data to the header
V-Rated OpenGraph Maker
v-rated-opengraph-maker
Short Description: Converts your site logo or uploaded image into a global OpenGraph image for social sharing.
Open Graph and Twitter Card Tags
wonderm00ns-simple-facebook-open-graph-tags
Improve social media sharing by inserting Facebook Open Graph, Twitter Card, and SEO Meta Tags on your WordPress website pages, posts, WooCommerce pro …
Open Graph WP implementation Developer Profile
1 plugin · 70 total installs
How We Detect Open Graph WP implementation
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<!-- Call piyushmishra_open_graph_head on end of wp head to add Open Graph meta tags --><!--
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
--><!--
* Class wrapper to keep wp clean
* For more info on open graph protocols visit http://ogp.me
--><!-- Prevent cloning -->propertycontent