Информер ветки git Security & Risk Analysis

wordpress.org/plugins/iksweb-git

Плагин добавляет кнопку-информер в админ. панель в публичной части, с помощью которой можно узнать текущую ветку git, а так же изменить ее.

10 active installs v2.3 PHP 7.4+ WP 5.5.0+ Updated Jul 27, 2023
branchgitgit-branchikswebrepository
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Информер ветки git Safe to Use in 2026?

Generally Safe

Score 85/100

Информер ветки git has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "iksweb-git" plugin v2.3 exhibits a mixed security posture. On one hand, its attack surface appears to be extremely small, with no exposed AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are properly prepared, and there are no external HTTP requests or file operations, which are positive signs. The lack of any recorded vulnerabilities in its history is also encouraging.

However, the static analysis reveals significant concerns. The presence of seven "exec" function calls is a critical red flag, as these functions can be highly dangerous if they are used in conjunction with user-supplied input without proper sanitization. The taint analysis indicates three flows with "unsanitized paths," suggesting that data might be flowing into these potentially dangerous functions without adequate cleaning. Compounding this, 100% of output is not properly escaped, which opens the door to cross-site scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks, while the attack surface is zero, means that any potential future expansion of the plugin's entry points could be immediately vulnerable without these essential security mechanisms.

In conclusion, while the plugin's current attack surface is negligible and it has a clean vulnerability history, the static analysis points to a high potential for severe vulnerabilities if the "exec" functions are indeed exposed to user input and the unescaped output allows for XSS. The lack of basic security checks like nonces and capability checks, even with a zero attack surface, represents a significant weakness in its security design that could be exploited if the plugin evolves.

Key Concerns

  • Dangerous functions (exec) found
  • Flows with unsanitized paths found
  • Output not properly escaped
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Информер ветки git Security Vulnerabilities

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

Информер ветки git Code Analysis

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

Dangerous Functions Found

execexec("git branch", $branches);iksweb-git.php:101
execexec('git checkout '.$branch);iksweb-git.php:105
execexec("git branch | grep \* | cut -d ' ' -f2", $branch);iksweb-git.php:111
execexec("git log", $log);iksweb-git.php:112
execexec("git status", $status);iksweb-git.php:113
execexec("git branch", $branches);iksweb-git.php:114
execexec("git config --list", $config);iksweb-git.php:115

Output Escaping

0% escaped10 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
ShowPagePro (iksweb-git.php:437)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Информер ветки git Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menuiksweb-git.php:59
actionadmin_initiksweb-git.php:60
actionadmin_enqueue_scriptsiksweb-git.php:62
actionwp_enqueue_scriptsiksweb-git.php:63
actionadmin_bar_menuiksweb-git.php:76
Maintenance & Trust

Информер ветки git Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.0
Last updatedJul 27, 2023
PHP min version7.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Информер ветки git Developer Profile

Сергей

2 plugins · 310 total installs

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

How We Detect Информер ветки git

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/iksweb-git/assets/css/iksweb.css/wp-content/plugins/iksweb-git/assets/js/bootstrap.tooltip.min.js/wp-content/plugins/iksweb-git/assets/js/iksweb.js/wp-content/plugins/iksweb-git/assets/css/style.css/wp-content/plugins/iksweb-git/assets/js/script.js
Script Paths
/wp-content/plugins/iksweb-git/assets/js/bootstrap.tooltip.min.js/wp-content/plugins/iksweb-git/assets/js/iksweb.js/wp-content/plugins/iksweb-git/assets/js/script.js
Version Parameters
iksweb-git/assets/css/iksweb.css?ver=iksweb-git/assets/js/bootstrap.tooltip.min.js?ver=iksweb-git/assets/js/iksweb.js?ver=iksweb-git/assets/css/style.css?ver=iksweb-git/assets/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
git-icon
Data Attributes
data-toggle="factory-tooltip"data-placement="right"
JS Globals
APPLICATION
FAQ

Frequently Asked Questions about Информер ветки git