JournalPress Security & Risk Analysis

wordpress.org/plugins/journalpress

A cross-poster supporting Dreamwidth and similar (i.e., LiveJournal-based) sites.

100 active installs v1.2 PHP + WP 4.9.1+ Updated Jun 28, 2024
communitycrosspostingdreamwidthpostposts
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is JournalPress Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The journalpress plugin v1.2 exhibits a mixed security posture. On one hand, it demonstrates good practices by having no recorded CVEs, a clean vulnerability history, and zero external HTTP requests or file operations, suggesting a focus on internal security. The presence of nonce checks in all identified SQL queries is also a positive sign. However, significant concerns arise from the static analysis. The complete lack of capability checks on any entry points (even though there are none in this version) is a potential future risk if entry points are introduced. More immediately concerning is the high percentage of SQL queries not using prepared statements, with all five queries being vulnerable in this regard. Furthermore, the taint analysis reveals critical issues: one high-severity flow with unsanitized paths indicates a potential for injection vulnerabilities, and four total flows with unsanitized paths suggest broader issues with input handling. The low output escaping percentage (49%) also points to potential Cross-Site Scripting (XSS) vulnerabilities.

Key Concerns

  • All SQL queries lack prepared statements
  • High severity taint flow with unsanitized path
  • Low output escaping percentage
  • Four total flows with unsanitized paths
  • No capability checks on entry points
Vulnerabilities
None known

JournalPress Security Vulnerabilities

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

JournalPress Code Analysis

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

SQL Query Safety

0% prepared5 total queries

Output Escaping

49% escaped35 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

5 flows4 with unsanitized paths
printmirrors (admin\jpmirrors.class.php:263)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

JournalPress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menujournalpress.php:48
actionadmin_initjournalpress.php:54
actionadd_meta_boxes_postjournalpress.php:65
actiontransition_post_statusjournalpress.php:67
actiontransition_post_statusjournalpress.php:74
Maintenance & Trust

JournalPress Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedJun 28, 2024
PHP min version
Downloads11K

Community Trust

Rating74/100
Number of ratings3
Active installs100
Developer Profile

JournalPress Developer Profile

Alis

3 plugins · 120 total installs

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

How We Detect JournalPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/journalpress/admin/js/jpadmin.js/wp-content/plugins/journalpress/admin/css/jpadmin.css
Script Paths
/wp-content/plugins/journalpress/admin/js/jpadmin.js
Version Parameters
journalpress/admin/js/jpadmin.js?ver=journalpress/admin/css/jpadmin.css?ver=

HTML / DOM Fingerprints

CSS Classes
jp-admin-containerjp-journals-tablejp-post-meta
HTML Comments
<!-- This file contains the meta box for post editor. This is where you can select which journals to mirror to, and set userpics. -->
Data Attributes
name="jmirrors[]"name="jpic[]"_jp_xpto
FAQ

Frequently Asked Questions about JournalPress