Simple Archive Generator Security & Risk Analysis

wordpress.org/plugins/simple-archive-generator

A very simple (to use and configure) plug-in to generate a complete list (by category) of all posts.

50 active installs v5.2 PHP + WP 2.5+ Updated Jun 15, 2009
archivesimple
41
D · High Risk
CVEs total2
Unpatched2
Last CVEJan 27, 2026
Safety Verdict

Is Simple Archive Generator Safe to Use in 2026?

High Risk

Score 41/100

Simple Archive Generator carries significant security risk with 2 known CVEs, 2 still unpatched. Consider switching to a maintained alternative.

2 known CVEs 2 unpatched Last CVE: Jan 27, 2026Updated 16yr ago
Risk Assessment

The "simple-archive-generator" v5.2 plugin presents a mixed security posture. On one hand, the static analysis indicates a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. The absence of dangerous functions and file operations is also positive. Furthermore, all SQL queries are reportedly using prepared statements, which is a strong security practice.

However, significant concerns arise from the output escaping and vulnerability history. The static analysis shows that 0% of the 21 identified output points are properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The taint analysis, while limited, found two flows with unsanitized paths, which could be exploited if they lead to output functions that are not properly escaped. The plugin also has a history of two known medium-severity CVEs, both of which are currently unpatched and related to XSS and Cross-Site Request Forgery (CSRF). The presence of unpatched vulnerabilities, especially when combined with a lack of output escaping, significantly elevates the risk profile.

In conclusion, while the plugin has a limited attack surface and uses prepared statements for SQL, the complete lack of output escaping and the existence of unpatched XSS/CSRF vulnerabilities create a substantial security risk. The developers need to urgently address the output escaping issues and patch the known CVEs to improve the plugin's security. The current state makes it susceptible to common web attacks, potentially impacting user data and site integrity.

Key Concerns

  • Unpatched CVEs (2)
  • No output escaping
  • Taint flows with unsanitized paths (2)
Vulnerabilities
2 published

Simple Archive Generator Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
1 CVE in 2026 · unpatched
2026
Patched Has unpatched

Severity Breakdown

Medium
2

2 total CVEs

CVE-2025-68880medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Simple Archive Generator <= 5.2 - Reflected Cross-Site Scripting

Jan 27, 2026Unpatched
CVE-2025-49346medium · 4.3Cross-Site Request Forgery (CSRF)

Simple Archive Generator <= 5.2 - Cross-Site Request Forgery

Dec 31, 2025Unpatched
Version History

Simple Archive Generator Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Simple Archive Generator Code Analysis

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

Output Escaping

0% escaped21 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
generate_simple_archive_options_page (simple_archive.php:214)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Archive Generator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
filterthe_contentsimple_archive.php:341
actionadmin_menusimple_archive.php:342
actionloop_startsimple_archive.php:343
actionloop_endsimple_archive.php:344
actioninitsimple_archive.php:345
actionwp_headsimple_archive.php:346
Maintenance & Trust

Simple Archive Generator Maintenance & Trust

Maintenance Signals

WordPress version tested2.8
Last updatedJun 15, 2009
PHP min version
Downloads11K

Community Trust

Rating0/100
Number of ratings0
Active installs50
Developer Profile

Simple Archive Generator Developer Profile

peterwsterling

5 plugins · 230 total installs

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

How We Detect Simple Archive Generator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-archive-generator/icon_minus.gif/wp-content/plugins/simple-archive-generator/icon_plus.gif

HTML / DOM Fingerprints

CSS Classes
simple_acatsimple_aheadingsimple_alink
Data Attributes
id="cat-control-id="cat-list-class="no-rate"
JS Globals
sa_show_hide(
FAQ

Frequently Asked Questions about Simple Archive Generator