Lucene search
+L

580 matches found

WPVulnDB
WPVulnDB
added 2023/02/28 12:00 a.m.16 views

HT Event < 1.4.6 - Arbitrary Plugin Activation via CSRF

The plugin does not have CSRF check when activating plugins, which could allow attackers to make logged in admins activate arbitrary plugins present on the blog via a CSRF attack PoC activate woocommerce plugin exploit: fetch'http://localhost/wp-admin/admin-ajax.php', method: 'POST', headers: new...

4.3CVSS5.4AI score0.00262EPSS
SaveExploits2Affected Software1
wpexploit
wpexploit
added 2023/02/27 12:00 a.m.453 views

Slimstat Analytics < 4.9.3.3 - Subscriber+ SQL Injection

The plugin does not prevent subscribers from rendering shortcodes that concatenates attributes directly into an SQL query. While logged in as a subscriber, send the following request: await fetch'/wp-admin/admin-ajax.php',method:'POST', headers: 'Content-Type':...

8.8CVSS9AI score0.05141EPSS
SaveExploits3
wpexploit
wpexploit
added 2023/02/09 12:00 a.m.210 views

WPCode < 2.0.7 - Contributor+ WPCode Library Auth Key Update/Deletion

The plugin does not have adequate privilege checks in place for several AJAX actions, only checking the nonce. This may lead to allowing any authenticated user who can edit posts to call the endpoints related to WPCode Library authentication such as update and delete the auth key. As a contributo...

4.3CVSS5.8AI score0.00801EPSS
SaveExploits2
wpexploit
wpexploit
added 2023/01/23 12:00 a.m.762 views

WP TripAdvisor Review Slider < 10.8 - Subscriber+ 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 users with a role as low as subscriber. Run the following code in the browser console on any WP Admin page. fetch'/wp-admin/admin-ajax.php', method: 'POST',...

8.8CVSS9.2AI score0.04356EPSS
SaveExploits2
OSV
OSV
added 2023/01/13 8:15 p.m.9 views

CVE-2022-46953

Dynamic Transaction Queuing System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/ajax.php?action=savewindow...

7.2CVSS5.8AI score0.00821EPSS
SaveExploits1References1
NVD
NVD
added 2023/01/13 8:15 p.m.32 views

CVE-2022-46953

Dynamic Transaction Queuing System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/ajax.php?action=savewindow...

7.2CVSS7.2AI score0.00821EPSS
SaveExploits1References1
OSV
OSV
added 2023/01/13 8:15 p.m.9 views

CVE-2022-46950

Dynamic Transaction Queuing System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/ajax.php?action=deletewindow...

7.2CVSS5.8AI score0.00821EPSS
SaveExploits1References1
Prion
Prion
added 2023/01/13 8:15 p.m.21 views

Sql injection

Dynamic Transaction Queuing System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/ajax.php?action=savewindow...

5.8CVSS7.2AI score0.00821EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2023/01/13 8:15 p.m.19 views

Sql injection

Dynamic Transaction Queuing System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/ajax.php?action=deleteuser...

5.8CVSS7.2AI score0.00821EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/01/13 12:00 a.m.12 views

CVE-2022-46954

Dynamic Transaction Queuing System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at /admin/ajax.php?action=deletetransaction...

8.3AI score0.00602EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/01/13 12:00 a.m.12 views

Dynamic Transaction Queuing System SQL注入漏洞

Dynamic Transaction Queuing System is a dynamic transaction queuing system using PHP/MySQL by Carlo Montero, a personal developer. A security vulnerability exists in Dynamic Transaction Queuing System v1.0, which stems from the id parameter of its /admin/ajax.php?action=deletetransaction componen...

9.8CVSS8.6AI score0.00602EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/01/13 12:00 a.m.9 views

Dynamic Transaction Queuing System SQL注入漏洞

Dynamic Transaction Queuing System is a dynamic transaction queuing system using PHP/MySQL by Carlo Montero, an individual developer. A security vulnerability exists in Dynamic Transaction Queuing System v1.0, which stems from the id parameter of its /admin/ajax.php?action=savewindow component th...

7.2CVSS7.2AI score0.00821EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2023/01/13 12:00 a.m.16 views

PT-2023-15116 · Unknown · Dynamic Transaction Queuing System

Name of the Vulnerable Software and Affected Versions: Dynamic Transaction Queuing System version 1.0 Description: The issue is related to a SQL injection vulnerability. This vulnerability can be exploited via the id parameter at the "/admin/ajax.php?action=save queue" API endpoint...

9.8CVSS9.4AI score0.00602EPSS
SaveExploits0References4
wpexploit
wpexploit
added 2022/12/05 12:00 a.m.101 views

Contest Gallery < 19.1.5 - Author+ SQL Injection

The plugins do not escape the optionid POST parameter before concatenating it to an SQL query in order-custom-fields-with-and-without-search.php. This may allow malicious users with at least author privilege to leak sensitive information from the site's database. POST...

6.5CVSS0.6AI score0.00854EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2022/11/28 12:00 a.m.175 views

Directorist < 7.4.4 - Subscriber+ Sensitive Information Disclosure

The plugin does not prevent users with low privileges like subscribers from accessing sensitive system information. fetch'http://wpscan.local/wp-admin/admin-ajax.php', method: 'POST', headers: new Headers 'Content-Type': 'application/x-www-form-urlencoded', , body: 'action=sendsysteminfo',...

6.5CVSS1.5AI score0.00699EPSS
SaveExploits2
wpexploit
wpexploit
added 2022/11/10 12:00 a.m.183 views

WP OAuth Server < 3.4.2 - Client Secret Regeneration via CSRF

The plugin does not have CSRF check when regenerating secrets, which could allow attackers to make logged in admins regenerate the secret of an arbitrary client given they know the client ID Make a logged in admin open a page containing the HTML code below. This will regenerate the secret for the...

6.5CVSS1.5AI score0.00326EPSS
SaveExploits2
zdt
zdt
added 2022/10/17 12:00 a.m.281 views

Wordpress ImageMagick-Engine 1.7.4 Plugin - Remote Code Execution (Authenticated) Exploit

Exploit Title: Wordpress Plugin ImageMagick-Engine 1.7.4 - Remote Code Execution RCE Authenticated Google Dork: inurl:"/wp-content/plugins/imagemagick-engine/" Date: Thursday, September 1, 2022 Exploit Author: ABDO10 Vendor Homepage: https://wordpress.org/plugins/imagemagick-engine/ Software Link...

0.2AI score
SaveExploits0
wpexploit
wpexploit
added 2022/10/10 12:00 a.m.613 views

Ocean Extra < 2.0.5 - Admin+ PHP Objection Injection

The plugin unserialises the content of an imported file, which could lead to PHP object injections issues when a high privilege user import intentionally or not a malicious Customizer Styling file and a suitable gadget chain is present on the blog. To simulate a gadget chain, put the following co...

7.2CVSS0.4AI score0.01138EPSS
SaveExploits2
CNNVD
CNNVD
added 2022/09/26 12:00 a.m.10 views

WordPress plugin Scripts Organizer 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. An arbitrary file upload...

8.8CVSS8.5AI score0.0049EPSS
SaveExploits2References3
wpexploit
wpexploit
added 2022/08/01 12:00 a.m.132 views

WP Edit Menu < 1.5.0 - Unauthenticated Arbitrary Post Deletion

The plugin does not have authorisation and CSRF in an AJAX action, which could allow unauthenticated attackers to delete arbitrary posts/pages from the blog https://example.com/wp-admin/admin-ajax.php?action=filtermenu&val=post-id...

4.3CVSS4.4AI score0.00404EPSS
SaveExploits2References1
Rows per page
Query Builder