Delicious XML Importer Security & Risk Analysis

wordpress.org/plugins/delicious-xml-importer

Lets you import your Delicious bookmarks into WordPress as links, posts, or a custom post type.

10 active installs v0.4 PHP + WP 3.0+ Updated Sep 30, 2011
bookmarksdeliciousimportlinks
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Delicious XML Importer Safe to Use in 2026?

Generally Safe

Score 85/100

Delicious XML Importer has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The 'delicious-xml-importer' v0.4 plugin presents a mixed security posture. On one hand, its static analysis reveals a commendable lack of direct entry points like AJAX handlers, REST API routes, shortcodes, or cron events that lack proper authentication. The use of prepared statements for all SQL queries and the presence of a nonce check are positive security indicators. However, the plugin has two critical vulnerabilities identified by the use of the `create_function` dangerous PHP function. This function is deprecated and has known security implications, particularly when used with untrusted input, as it can lead to remote code execution. Furthermore, a significant concern is the low percentage of properly escaped outputs (45%). This indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where attackers could inject malicious scripts into the website's output, impacting users or the site's integrity. The absence of recorded vulnerabilities in its history might suggest a lack of historical exploitation or reporting, but it does not negate the immediate risks identified in the code analysis. The plugin's strengths lie in its limited attack surface and safe SQL practices, but the presence of `create_function` and widespread output unescaping are serious weaknesses that require immediate attention.

Key Concerns

  • Use of deprecated and dangerous function create_function
  • Low percentage of properly escaped outputs (XSS risk)
Vulnerabilities
None known

Delicious XML Importer Security Vulnerabilities

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

Delicious XML Importer Code Analysis

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

Dangerous Functions Found

create_function$post_content = preg_replace_callback('|<(/?[A-Z]+)|', create_function('$match', 'return "<" . strtodelicious.php:122
create_function$link_notes = preg_replace_callback('|<(/?[A-Z]+)|', create_function('$match', 'return "<" . strtolodelicious.php:179

Output Escaping

45% escaped11 total outputs
Attack Surface

Delicious XML Importer Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actioninitdelicious.php:328
Maintenance & Trust

Delicious XML Importer Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedSep 30, 2011
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Delicious XML Importer Developer Profile

Stephanie Leary

16 plugins · 17K total installs

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

How We Detect Delicious XML Importer

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

Asset Fingerprints

Version Parameters
/wp-content/plugins/delicious-xml-importer/style.css?ver=/wp-content/plugins/delicious-xml-importer/js/delicious-importer.js?ver=

HTML / DOM Fingerprints

Data Attributes
name="import"name="action"name="bookmarksposts"name="categoriestags"name="custom_field"name="custom_field_name"+1 more
Shortcode Output
<form enctype="multipart/form-data" method="post" action="admin.php?import=delicious&amp;step=1"><label for="upload"><input type="file" id="upload" name="import" size="25" /><label for="bookmarksposts">
FAQ

Frequently Asked Questions about Delicious XML Importer