Lucene search
+L
WpexploitMost viewed

4361 matches found

wpexploit
wpexploit
added 2023/05/02 12:00 a.m.158 views

WP Fatest Cache < 1.1.5 - Blind SSRF via CSRF

The plugin does not have CSRF check in an AJAX action, and does not validate user input before using it in the wpremoteget function, leading to a Blind SSRF issue Note: CSRF was fixed in 1.1.4, the SSRF in 1.1.5 Make a logged in admin open...

8.8CVSS9.1AI score0.08466EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/03/16 12:00 a.m.158 views

WP Tiles <= 1.1.2 - Subscriber+ Draft/Private Post Title Disclosure

The plugin does not ensure that posts to be displayed are not draft/private, allowing any authenticated users, such as subscriber to retrieve the titles of draft and privates posts for example. AN attacker could also retrieve the title of any other type of post. Run the below command in the...

6.5CVSS6.4AI score0.00795EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/12/24 12:00 a.m.158 views

Easy Bootstrap Shortcode <= 4.5.4 - Contributor+ Stored XSS

The plugin does not validate and escape some of its shortcode attributes before outputting them back in the page, which could allow users with a role as low as contributor to perform Stored Cross-Site Scripting attacks which could be used against high privilege users such as admins. 1. Insert thi...

5.4CVSS1AI score0.00471EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/11/22 12:00 a.m.158 views

Flowplayer Video Player < 1.0.5 - Contributor+ Stored XSS

The plugin does not validate and escape some of its shortcode attributes before outputting them back in the page, which could allow users with a role as low as contributor to perform Stored Cross-Site Scripting attacks As a contributor, put, the following shortcode in a page/post flowplayer src='...

5.4CVSS0.9AI score0.00471EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/11/22 12:00 a.m.158 views

WP Stripe Checkout < 1.2.2.21 - Contributor+ Stored XSS

The plugin does not validate and escape some of its shortcode attributes before outputting them back in the page, which could allow users with a role as low as contributor to perform Stored Cross-Site Scripting attacks As a contributor, put the following shortcode in a page/post wpstripecheckout...

5.4CVSS1.1AI score0.00471EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/06/22 12:00 a.m.158 views

Download Manager < 3.2.48 - Contributor+ Stored Cross-Site Scripting

The plugin does not sanitise and escape the 'Insert URL' field, which could allow users with a role as low as contributor to perform Stored Cross-Site Scripting attacks. Note: The attempted fix made in 3.2.46 and 3.2.47 were found to be insufficient As a contributor, create/edit a download and pu...

6.4CVSS5.5AI score0.01037EPSS
SaveExploits3References1
wpexploit
wpexploit
added 2022/06/20 12:00 a.m.158 views

WP Maintenance Mode & Coming Soon < 2.4.5 - Subscribed Users Deletion via CSRF

The plugin is lacking CSRF when emptying the subscribed users list, which could allow attackers to make a logged in admin perform such action via a CSRF attack document.getElementById"test".submit;...

6.5CVSS1.7AI score0.00513EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/06/06 12:00 a.m.158 views

miniOrange Google Authenticator < 1.0.5 - CSRF to Stored Cross-Site Scripting

The plugin does not have CSRF check when saving its settings, and does not sanitise as well as escape them, allowing attackers to make a logged in admin change them and perform Cross-Site Scripting attacks v ' / v...

4.3CVSS0.5AI score0.00421EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/03/31 12:00 a.m.158 views

ThirstyAffiliates Affiliate Link Manager < 3.10.5 - Subscriber+ Arbitrary Affiliate Links Creation

The plugin does not have authorisation and CSRF checks when creating affiliate links, which could allow any authenticated user, such as subscriber to create arbitrary affiliate links, which could then be used to redirect users to an arbitrary website fetch"/wp-admin/admin-ajax.php", "headers":...

5.4CVSS1.7AI score0.00308EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/02/02 12:00 a.m.158 views

Wordpress Download Manager < 3.2.25 - Sensitive Information Disclosure

The plugin does not have any authorisation checks in some of the REST API endpoints, allowing unauthenticated attackers to call them, which could lead to sensitive information disclosure, such as posts passwords fixed in 3.2.24 and files Master Keys fixed in 3.2.25. Expose plaintext passwords fix...

7.5CVSS7.5AI score0.01516EPSS
SaveExploits2
wpexploit
wpexploit
added 2021/11/15 12:00 a.m.158 views

Contact Form Advanced Database <= 1.0.8 - Unauthorised AJAX Calls

The plugin does not have any authorisation as well as CSRF checks in its deletecf7data and exportcf7data AJAX actions, available to any authenticated users, which could allow users with a role as low as subscriber to call them. The deletecf7data would lead to arbitrary metadata deletion, as well ...

4.3CVSS5.6AI score0.0037EPSS
SaveExploits2
wpexploit
wpexploit
added 2021/07/23 12:00 a.m.158 views

Cashtomer <= 1.0.0 - Authenticated SQL Injection

An editid GET parameter of the plugin is not properly sanitised, escaped or validated before inserting to a SQL statement, leading to SQL injection. GET /wp-admin/admin.php?page=add-social-point&id=facebookshare&editid=-9677%20UNION%20ALL%20SELECT%20NULL,NULL,user,NULL,NULL-- HTTP/1.1...

6.5CVSS1.1AI score0.01568EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2021/07/18 12:00 a.m.158 views

Photo Gallery < 1.5.75 - File Upload Path Traversal

The plugin did not ensure that uploaded files are kept inside its uploads folder, allowing high privilege users to put images/SVG anywhere in the filesystem via a path traversal vector The below requests will put the xss.svg file into the /wp-content/uploads/ folder rather than...

4CVSS0.8AI score0.01893EPSS
SaveExploits2
wpexploit
wpexploit
added 2021/07/14 12:00 a.m.158 views

Current Book <= 1.0.1 - Authenticated Stored Cross-Site Scripting (XSS)

The plugin does not sanitize user input when an authenticated user adds Author or Book Title, then does not escape these values when outputting to the browser leading to an Authenticated Stored XSS Cross-Site Scripting issue. 1. Install WordPress 5.7.2 2. Install and activate Custom Book 3...

3.5CVSS5.2AI score0.0062EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2021/06/11 12:00 a.m.158 views

Welcart e-Commerce < 2.2.4 - Cross-Site Scripting (XSS)

The plugin did not sanitise or validate the orderid parameter before outputting in the page of the admin dashboard, leading to a reflected Cross-Site Scripting issue http://wp.lab/wordpress/wp-admin/admin.php?page=uscesorderlist&orderaction=edit&orderid=1"alert/XSS/...

6.1CVSS0.4AI score0.01044EPSS
SaveExploits1References1
wpexploit
wpexploit
added 2021/06/07 12:00 a.m.158 views

WordPress Popular Posts < 5.3.3 - Authenticated Stored Cross-Site Scripting (XSS)

The plugin did not properly sanitise or escape its Default Thumbnail setting before outputting back in the page, leading to a stored Cross-Site Scripting issue POST /wp-admin/options-general.php?page=wordpress-popular-posts&tab=tools HTTP/1.1 Accept:...

5.4CVSS0.6AI score0.01442EPSS
SaveExploits1References2
wpexploit
wpexploit
added 2021/02/08 12:00 a.m.158 views

Digital Publications by Supsystic < 1.6.12 - Authenticated Path Traversal

The "Folder" tab under "Publications" is vulnerable to path traversal and exposes limited information, for example, the user can gain information regarding images stored in outside of the WordPress blog, ie, home directories. Enter the following payload into the "Folder" input field of a...

0.6AI score
SaveExploits0References1
wpexploit
wpexploit
added 2024/05/24 12:00 a.m.157 views

WordPress Jitsi Shortcode <= 0.1 - Contributor+ Stored XSS via Shortcode

Description The plugin does not validate and escape some of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks As a contributor, add a shortcod...

5.8AI score0.00357EPSS
SaveExploits2
wpexploit
wpexploit
added 2024/05/01 12:00 a.m.158 views

IDonate <= 1.9.0 - Admin+ Stored XSS

Description The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup 1. Navigate to...

5.7AI score0.00518EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2024/04/05 12:00 a.m.157 views

ENL Newsletter <= 1.0.1 - Admin+ SQL Injection

Description The plugin does not sanitize and escape a parameter before using it in a SQL statement, allowing admin+ to perform SQL injection attacks As an admin open a link like:...

7.5AI score0.00512EPSS
SaveExploits2
wpexploit
wpexploit
added 2024/02/13 12:00 a.m.157 views

Starbox < 3.5.0 - Contributor+ Stored XSS

Description The plugin does not sanitise and escape some parameters, which could allow users with a role as low as Contributor to perform Cross-Site Scripting attacks http://132" onmouseover='alert1'...

6.1AI score0.00442EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2024/01/03 12:00 a.m.157 views

TJ Shortcodes <= 0.1.3 - Contributor+ Stored XSS via Shortcodes

Description The plugin does not validate and escape some of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks. junkie-button...

5.4CVSS8.3AI score0.00406EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2023/12/06 12:00 a.m.157 views

Royal Elementor Addons and Templates < 1.3.81 - Unauthenticated Arbitrary Post Read

Description The plugin does not ensure that users accessing posts via an AJAX action and REST endpoint, currently disabled in the plugin have the right to do so, allowing unauthenticated users to access arbitrary draft, private and password protected posts/pages content WooCommerce needs to be...

7.5CVSS7.1AI score0.0071EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/11/29 12:00 a.m.157 views

BestWebSoft's Like & Share < 2.74 - Unauthenticated Password Protected Post Read

Description The plugin discloses the content of password protected posts to unauthenticated users via a meta tag In the web browser, view the source of any password protected post and check the og:description meta tag...

7.5CVSS7AI score0.00456EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/10/27 12:00 a.m.157 views

Magic Embeds < 3.1.2 - Contributor+ Stored XSS via shortcode

Description The plugin does not validate and escape some of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks v 3.1.1 - fbplugin video...

5.4CVSS5.6AI score0.00426EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/08/23 12:00 a.m.157 views

Leyka < 3.30.4 - Admin+ Stored XSS

Description The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup Note: The issue was reported to the...

4.8CVSS4.8AI score0.00442EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/08/02 12:00 a.m.157 views

Front Editor <= 4.3.5 - Admin+ Stored XSS

Description The plugin does not sanitize and escape some of its form settings, which could allow high-privilege users to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup 1. Add a new form. 2. For the "Post Title", add...

4.8CVSS4.8AI score0.00442EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/07/17 12:00 a.m.157 views

WP Food Manager < 1.0.4 - Admin+ Stored XSS

Description The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup 1. Go to "Food manager Add Food" and a...

5.4CVSS5.3AI score0.00503EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/06/23 12:00 a.m.157 views

Supsystic Popup < 1.10.19 - Prototype Pollution

The plugin has a prototype pollution vulnerability that could allow an attacker to inject arbitrary properties into Object.prototype. 1 Create a pop-up that is set to load on any page 2 Go to http://example.com/?protopoc=polluted 3 Open browser console 4 Type poc and see polluted as the result...

9.8CVSS6.5AI score0.01454EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/06/19 12:00 a.m.157 views

EventON < 2.1.2 - Unauthenticated Event Access

The plugin lacks authentication and authorization in its eventonicsdownload ajax action, allowing unauthenticated visitors to access private and password protected Events by guessing their numeric id. https://example.com/wp-admin/admin-ajax.php?action=eventonicsdownload&eventid=value...

5.3CVSS9.6AI score0.42674EPSS
SaveExploits5
wpexploit
wpexploit
added 2023/06/02 12:00 a.m.157 views

Online Booking & Scheduling Calendar for WordPress by vcita <= 4.3.3 - Denial of Service via CSRF

The plugin does not protect its vcitalogout ajax action against CSRF attacks, allowing an unauthenticated attacker to log the site out from it's vcita account by tricking a logged in user to send a crafted request, causing a denial of service for the appointment scheduling functionality...

6.5CVSS6.8AI score0.00394EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2023/05/22 12:00 a.m.157 views

WooCommerce Warranty Requests < 2.1.7 - Reflected XSS

The plugin does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin Make a logged in admin open the URL below v = 2.1.6...

5.8AI score0.00382EPSS
SaveExploits1References1
wpexploit
wpexploit
added 2023/05/10 12:00 a.m.157 views

AP Pricing Tables Lite <= 1.1.6 - Admin+ SQLi

The plugin does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high-privilege users such as admins. POST /wp-admin/admin-ajax.php HTTP/1.1 Host: localhost Content-Length: 115 Accept: / Content-Type:...

7.2CVSS9.8AI score0.03229EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/05/08 12:00 a.m.157 views

HollerBox < 2.1.4 - Admin+ SQL Injection

The plugin concatenates user input into an SQL query without escaping it first in the plugin's report API endpoint, which could allow administrators in multi-site configuration to leak sensitive information from the site's database. 1. Login as admin 2. Make sure HollerBox is installed and...

4.9CVSS9.2AI score0.00752EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/04/10 12:00 a.m.157 views

Advanced Custom Fields < 5.12.5 - Contributor+ PHP Object Injection

The plugin unserializes user controllable data, which could allow users with a role of Contributor and above to perform PHP Object Injection when a suitable gadget is present. Setup As admin - To simulate a gadget chain, put the following code in a plugin: class Evil public function wakeup : void...

8.8CVSS9.6AI score0.0108EPSS
SaveExploits3
wpexploit
wpexploit
added 2023/02/20 12:00 a.m.157 views

Namaste! LMS < 2.6 - Admin+ Stored XSS

The plugin does not sanitize and escape some of its settings, which could allow high-privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup. One XSS issue was fixed in version 2.5.9.9. The...

4.8CVSS5.2AI score0.00442EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/01/10 12:00 a.m.157 views

Post Category Image With Grid and Slider < 1.4.8 - Contributor+ Stored XSS via Shortcode

The plugin does not validate and escape some of its shortcode attributes before outputting them back in the page, which could allow users with a role as low as contributor to perform Stored Cross-Site Scripting attacks which could be used against high privilege users such as admins. Exploit...

5.4CVSS1.5AI score0.00685EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/11/21 12:00 a.m.157 views

Jetpack CRM < 5.4.3 - Admin+ Cross-Site Scripting

The plugin does not sanitise and escape its settings, allowing high privilege users such as admin to perform cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed. 1. In the settings of the plugin, in the three input boxes are named "Second Address Label", "Login Logo...

4.8CVSS0.1AI score0.0047EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/06/28 12:00 a.m.157 views

SP Project & Document Manager < 4.58 - Sensitive File Disclosure

The plugin uses an easily guessable path to store user files, bad actors could use that to access other users' sensitive files. 1. Upload a file using the plugin. 2. On another browser, access the newly uploaded file via:...

6.5CVSS6.5AI score0.00944EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/06/21 12:00 a.m.157 views

Best Contact Management Software <= 3.7.3 - Admin+ Stored Cross-Site Scripting

The plugin does not sanitise and escape its settings, allowing high privilege users such as admin to perform Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed. Put the following payload in the "No Access Message" settings...

4.8CVSS4.8AI score0.00565EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/05/23 12:00 a.m.157 views

LaTeX for WordPress <= 3.4.10 - Arbitrary Settings Update via CSRF to Stored XSS

The plugin does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack which could also lead to Stored Cross-Site Scripting due to the lack of sanitisation and escaping " document.getElementById"test".submit;...

5.4CVSS1AI score0.00304EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/02/28 12:00 a.m.157 views

3D FlipBook < 1.12.1 - Subscriber+ Stored Cross-Site Scripting

The plugin does not have authorisation and CSRF checks when updating its settings, and does not have any sanitisation/escaping, allowing any authenticated users, such as subscriber to put Cross-Site Scripting payloads in all pages with a 3d flipbook. As a subscriber:...

5.4CVSS1AI score0.006EPSS
SaveExploits2
wpexploit
wpexploit
added 2021/09/16 12:00 a.m.157 views

BulletProof Security < 5.2 - Sensitive Information Disclosure

The plugin is vulnerable to sensitive information disclosure due to a file path disclosure in the publicly accessible /dbbackuplog.txt file which grants attackers the full path of the site, in addition to the path of database backup files...

5.3CVSS1.5AI score0.71688EPSS
SaveExploits7References2
wpexploit
wpexploit
added 2021/08/16 12:00 a.m.157 views

SEOPress 5.0.0 – 5.0.3 - Authenticated Stored Cross-Site Scripting

The plugin is vulnerable to Stored Cross-Site-Scripting via the processPut function found in the /src/Actions/Api/TitleDescriptionMeta.php file which allows authenticated attackers to inject arbitrary web scripts. $wpuser, 'pwd' = $wppass, 'rememberme' = 'forever', 'wp-submit' = 'Log+In', ; $outp...

6.4CVSS0.9AI score0.00648EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2021/07/23 12:00 a.m.157 views

Comment Highlighter <= 0.13 - Authenticated SQL Injection

A c GET parameter of the plugin is not properly sanitised, escaped or validated before inserting to a SQL statement, leading to SQL injection. GET...

6.5CVSS0.8AI score0.01547EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2024/06/12 12:00 a.m.156 views

Himer - Social Questions and Answers < 2.1.1 - Multiple CSRF on the Group Section

Description The theme does not have CSRF checks in some places, which could allow attackers to make logged in users perform unwanted actions via CSRF attacks. These include declining and accepting group invitations or leaving a group The PoC will be displayed on June 26, 2024, to give users the...

6.8AI score0.00193EPSS
SaveExploits2
wpexploit
wpexploit
added 2024/06/05 12:00 a.m.156 views

Video Widget <= 1.2.3 - Admin+ Stored XSS via Widget

Description The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup 1. Add a "Video Widget" to a widget ar...

5.7AI score0.00399EPSS
SaveExploits2
wpexploit
wpexploit
added 2024/05/14 12:00 a.m.156 views

FS Product Inquiry <= 1.1.1 - Reflected XSS

Description The plugin does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin or unauthenticated users Have any user admin or unauthenticated open an HTML page with...

8.8AI score0.00478EPSS
SaveExploits2
wpexploit
wpexploit
added 2024/05/06 12:00 a.m.156 views

Business Card <= 1.0.0 - Arbitrary Card Deletion via CSRF

Description The plugin does not have CSRF checks in some places, which could allow attackers to make logged in users perform unwanted actions such as deleting cards via CSRF attacks Make a logged in admin open an HTML document containing where is a valid ID: "...

6.7AI score0.00276EPSS
SaveExploits2
wpexploit
wpexploit
added 2024/04/15 12:00 a.m.156 views

Crelly Slider <= 1.4.5 - Admin+ Stored XSS

Description The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed for example in multisite setup 1. Go to "Crelly Slider" 2. Add a slid...

5.7AI score0.00425EPSS
SaveExploits2
Total number of security vulnerabilities4361