User Page Logs Security & Risk Analysis

wordpress.org/plugins/user-page-logs

Logging and Tracking your User visit History

10 active installs v1.0 PHP + WP 4.9.1+ Updated Jun 19, 2020
analyticsdataloggingtabletracking
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is User Page Logs Safe to Use in 2026?

Generally Safe

Score 85/100

User Page Logs has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "user-page-logs" v1.0 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any known CVEs in its history and the lack of critical or high-severity issues in taint analysis are positive indicators. Furthermore, the plugin has a very limited attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events. This significantly reduces the potential for external exploitation.

However, there are areas for improvement. The code signals reveal that only 63% of output is properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if malicious input is not handled correctly. While the SQL queries are mostly prepared (69%), the remaining percentage could still be a risk. Additionally, the lack of capability checks (0) means that functionality might not be adequately restricted to authorized users, although the limited attack surface mitigates this risk in this specific version. The presence of file operations (1) without context is a minor concern, as such operations can be exploited if not secured.

Overall, the plugin is relatively secure due to its small attack surface and lack of historical vulnerabilities. However, the unescaped outputs and potential for insecure file operations warrant attention. Developers should prioritize addressing the output escaping issues to prevent potential XSS flaws. Improving the preparedness of all SQL queries and implementing capability checks for any sensitive operations would further enhance the plugin's security.

Key Concerns

  • Low output escaping rate (63%)
  • SQL queries not using prepared statements (31%)
  • No capability checks found
  • Presence of file operations (1)
Vulnerabilities
None known

User Page Logs Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

User Page Logs Release Timeline

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

User Page Logs Code Analysis

Dangerous Functions
0
Raw SQL Queries
5
11 prepared
Unescaped Output
10
17 escaped
Nonce Checks
3
Capability Checks
0
File Operations
1
External Requests
0
Bundled Libraries
0

SQL Query Safety

69% prepared16 total queries

Output Escaping

63% escaped27 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
user_page_logs_admin_handler (user_page_logs.php:247)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

User Page Logs Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filterthe_contentuser_page_logs.php:175
actioninituser_page_logs.php:232
filteradmin_footer_textuser_page_logs.php:245
actionadmin_enqueue_scriptsuser_page_logs.php:824
actionadmin_menuuser_page_logs_setting.php:15
Maintenance & Trust

User Page Logs Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedJun 19, 2020
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

User Page Logs Developer Profile

sandree14

1 plugin · 10 total installs

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

How We Detect User Page Logs

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-page-logs/style.css
Version Parameters
user-page-logs/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
uplupl_headerupl_info_headupl_info_content
FAQ

Frequently Asked Questions about User Page Logs