Kanpress Security & Risk Analysis

wordpress.org/plugins/kanpress

A kanban board for managing the creation of Wordpress posts

10 active installs v1.1 PHP + WP 2.0.2+ Updated Sep 3, 2013
collaborationgroupwarekanbanproductivitytask-manager
63
C · Use Caution
CVEs total1
Unpatched1
Last CVEAug 20, 2025
Safety Verdict

Is Kanpress Safe to Use in 2026?

Use With Caution

Score 63/100

Kanpress has 1 unpatched vulnerability. Evaluate alternatives or apply available mitigations.

1 known CVE 1 unpatched Last CVE: Aug 20, 2025Updated 12yr ago
Risk Assessment

The "kanpress" v1.1 plugin exhibits a mixed security posture. On the positive side, the code analysis indicates no dangerous functions, file operations, or external HTTP requests, and all SQL queries utilize prepared statements, which are strong indicators of secure coding practices in these areas. The presence of capability checks also suggests some attempt to enforce user permissions.

However, significant concerns arise from the output escaping and taint analysis. A low percentage (26%) of outputs are properly escaped, leaving a substantial portion potentially vulnerable to Cross-Site Scripting (XSS) attacks. This is further corroborated by the taint analysis, which found flows with unsanitized paths, although thankfully none of critical or high severity. The complete lack of nonce checks and the limited capability checks on the identified entry points are also weaknesses, as they could allow for unauthorized actions if an attacker can inject malicious code or exploit other vulnerabilities.

The vulnerability history is a critical red flag. The plugin has a known, unpatched medium severity CVE related to Cross-site Scripting. The fact that this vulnerability is recent (August 2025) and still unaddressed, coupled with the output escaping issues identified in the static analysis, strongly suggests that the developers may not be actively monitoring or promptly addressing security flaws. This historical pattern, combined with the static analysis findings, points to a need for urgent attention to secure this plugin.

Key Concerns

  • Unpatched CVE
  • Low percentage of properly escaped output
  • Flows with unsanitized paths identified
  • No nonce checks
Vulnerabilities
1 published

Kanpress Security Vulnerabilities

CVEs by Year

1 CVE in 2025 · unpatched
2025
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

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

Kanpress <= 1.1 - Authenticated (Contributor+) Stored Cross-Site Scripting

Aug 20, 2025Unpatched
Version History

Kanpress Release Timeline

v1.1Current1 CVE
v1.01 CVE
v0.3.101 CVE
v0.3.91 CVE
v0.3.81 CVE
v0.3.71 CVE
v0.3.61 CVE
v0.3.51 CVE
v0.3.41 CVE
v0.3.31 CVE
v0.3.21 CVE
v0.3.11 CVE
v0.31 CVE
v0.21 CVE
v0.11 CVE
Code Analysis
Analyzed Apr 16, 2026

Kanpress Code Analysis

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

SQL Query Safety

100% prepared7 total queries

Output Escaping

26% escaped62 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

6 flows3 with unsanitized paths
post (util.php:148)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Kanpress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menukanpress.php:49
actioninitkanpress.php:57
Maintenance & Trust

Kanpress Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedSep 3, 2013
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Kanpress Developer Profile

Isra

1 plugin · 10 total installs

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

How We Detect Kanpress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/kanpress/static/kanpress.css/wp-content/plugins/kanpress/static/board.js
Version Parameters
kanpress/static/kanpress.css?ver=kanpress/static/board.js?ver=

HTML / DOM Fingerprints

JS Globals
KanpressData
FAQ

Frequently Asked Questions about Kanpress