0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
WordPress No External Links 3.5.17 Cross Site Scripting Vulnerability
Advisory Title: WordPress No External Links Plugin Security Vulnerability Advisory URL: http://www.defensecode.com/advisories.php Software: WordPress No External Links Plugin Language: PHP Version: 3.5.17 and below Vendor Status: Vendor contacted, update released Release Date: 2017/05/29 Risk: Medium 1. General Overview =================== During the security audit of No External Links plugin for WordPress CMS, security vulnerability was discovered using DefenseCode ThunderScan application source code security analysis platform. More information about ThunderScan is available at URL: http://www.defensecode.com 2. Software Overview ==================== According to the plugin developers, this plugin has many cool features a outgoing clicks stats, fulllink masking, custom redirects, masking links to digital short code and base64 encoding and so on. It is designed for specialists who sell different kind of advertisment on their web site (for example, with sape system) and care about the number of outgoing links that can be found by search engines. It has more than 20,000 downloads on wordpress.org. Homepage: https://wordpress.org/plugins/wp-noexternallinks/ http://jehy.ru/articles/2008/10/05/wordpress-plugin-no-external-links/ 3. Vulnerability Description ================================== During the security analysis, ThunderScan discovered Cross-Site Scripting vulnerability in No External Links WordPress plugin. The Cross-Site Scripting vulnerability can enable the attacker to construct the URL that contains malicious JavaScript code. If the administrator of the site makes a request to such an URL, the attacker's code will be executed, with unrestricted access to the WordPress site in question. The attacker can entice the administrator to visit the URL in various ways, including sending the URL by email, posting it as a part of the comment on the vulnerable site or another forum. 3.1. Cross-Site Scripting Function: echo Variable: $_REQUEST['date1'], $_REQUEST['date2'] Sample URL: http://vulnerablesite.com/wp-admin/options-general.php?page=wp-noexternallinks%2Fwp-noexternallinks-options.php&action=stats&date1="><script>alert(1)</script> Sample URL: http://vulnerablesite.com/wp-admin/options-general.php?page=wp-noexternallinks%2Fwp-noexternallinks-options.php&action=stats&date2="><script>alert(1)</script> File: wp-noexternallinks\wp-noexternallinks-options.php --------- 125 $date1 = $_REQUEST['date1']; ... 129 $date2 = $_REQUEST['date2']; ... 134 <input type="text" name="date1" value="<?php echo $date1; ?>"> <?php _e('to', 'wp-noexternallinks'); ?> 135 <input type="text" name="date2" value="<?php echo $date2; ?>"><input type="submit" --------- 4. Solution =========== Vendor resolved the security issues after we reported the vulnerability. All users are strongly advised to update WordPress No External Links plugin to the latest available version. 5. Credits ========== Discovered with DefenseCode ThunderScan source code security analyzer by Neven Biruski. # 0day.today [2024-11-15] #