Job Tracker Security & Risk Analysis

wordpress.org/plugins/job-tracker

Track jobs and create invoices for completed or shipped jobs.

10 active installs v0.1.9 PHP + WP 2.8+ Updated May 30, 2010
job-trackerweb-invoice
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Job Tracker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The 'job-tracker' plugin v0.1.9 exhibits significant security concerns despite its clean vulnerability history. The static analysis reveals a high number of potentially dangerous function calls, specifically `unserialize`, which is often a vector for remote code execution if used with untrusted input. Furthermore, a very low percentage of SQL queries use prepared statements, increasing the risk of SQL injection vulnerabilities. The extremely low rate of properly escaped output is another major red flag, suggesting that data displayed to users might be vulnerable to cross-site scripting (XSS) attacks. The absence of nonce checks on AJAX handlers and a single capability check for all entry points are alarming, indicating a lack of robust access control. The taint analysis confirms these concerns, with all analyzed flows having unsanitized paths and a notable number of high-severity flows, suggesting potential data leakage or manipulation risks.

While the plugin has no recorded CVEs, this should not be interpreted as a sign of strong security. It might simply mean that vulnerabilities have not been discovered or publicly disclosed yet. The static analysis findings, particularly the use of `unserialize`, the prevalence of raw SQL queries, and inadequate output escaping, point to a fundamentally insecure coding practice. The presence of high-severity unsanitized flows is particularly concerning. The plugin's overall security posture is weak due to these fundamental coding flaws, outweighing the positive aspect of its zero known CVEs. Developers should prioritize addressing these static analysis findings to mitigate potential risks.

Key Concerns

  • Dangerous function 'unserialize' used
  • Low percentage of prepared SQL statements
  • Very low percentage of properly escaped output
  • High severity unsanitized taint flows
  • No nonce checks on AJAX
  • Minimal capability checks
Vulnerabilities
None known

Job Tracker Security Vulnerabilities

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

Job Tracker Release Timeline

v0.1.8
Code Analysis
Analyzed Mar 17, 2026

Job Tracker Code Analysis

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

Dangerous Functions Found

unserialize$lines_array = unserialize(urldecode(job_tracker_meta($job_id, 'itemized_list')));job-tracker.php:347
unserialize$lines_array = unserialize(urldecode(job_tracker_meta($job_id, 'itemized_list')));job-tracker.php:501
unserialize$lines_array = unserialize(urldecode(job_tracker_meta($job_id, 'itemized_list')));job-tracker.php:618
unserialize$lines_array = unserialize(urldecode(job_tracker_meta($job_id, 'itemized_list')));job-tracker.php:977
unserialize$lines_array = unserialize(urldecode(job_tracker_meta($job_id, 'itemized_list')));job-tracker.php:1028

SQL Query Safety

4% prepared56 total queries

Output Escaping

1% escaped70 total outputs
Data Flows · Security
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
settings_page (job-tracker.php:210)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Job Tracker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actioninitjob-tracker.php:58
actionadmin_headjob-tracker.php:59
actionadmin_menujob-tracker.php:60
filterwp_redirectjob-tracker.php:62
filterthe_contentjob-tracker.php:63
actionwp_headjob-tracker.php:64
Maintenance & Trust

Job Tracker Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.0
Last updatedMay 30, 2010
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Alternatives

Job Tracker Alternatives

No alternatives data available yet.

Developer Profile

Job Tracker Developer Profile

mohanjith

4 plugins · 80 total installs

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

How We Detect Job Tracker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/job-tracker/js/jquery.tablesorter.min.js/wp-content/plugins/job-tracker/js/jquery.autogrow-textarea.js/wp-content/plugins/job-tracker/js/job-tracker.js/wp-content/plugins/job-tracker/css/wp_admin.css
Script Paths
/wp-content/plugins/job-tracker/js/jquery.tablesorter.min.js/wp-content/plugins/job-tracker/js/jquery.autogrow-textarea.js/wp-content/plugins/job-tracker/js/job-tracker.js
Version Parameters
job-tracker/js/jquery.tablesorter.min.js?ver=job-tracker/js/jquery.autogrow-textarea.js?ver=job-tracker/js/job-tracker.js?ver=job-tracker/css/wp_admin.css?v=

HTML / DOM Fingerprints

JS Globals
job_tracker_frontend_cssjob_tracker
FAQ

Frequently Asked Questions about Job Tracker