Lucene search
+L

1717 matches found

NVD
NVD
added 2021/09/13 6:15 p.m.18 views

CVE-2021-24490

The Email Artillery MASS EMAIL WordPress plugin through 4.1 does not properly check the uploaded files from the Import Emails feature, allowing arbitrary files to be uploaded. Furthermore, the plugin is also lacking any CSRF check, allowing such issue to be exploited via a CSRF attack as well...

6.8CVSS0.00558EPSS
SaveExploits2References1
OSV
OSV
added 2021/09/13 6:15 p.m.9 views

CVE-2021-24490

The Email Artillery MASS EMAIL WordPress plugin through 4.1 does not properly check the uploaded files from the Import Emails feature, allowing arbitrary files to be uploaded. Furthermore, the plugin is also lacking any CSRF check, allowing such issue to be exploited via a CSRF attack as well...

6.8CVSS5.8AI score0.00558EPSS
SaveExploits2References1
Prion
Prion
added 2021/09/13 6:15 p.m.17 views

Cross site scripting

The Language Bar Flags WordPress plugin through 1.0.8 does not have any CSRF in place when saving its settings and did not sanitise or escape them when generating the flag bar in the frontend. This could allow attackers to make a logged in admin change the settings, and set Cross-Site Scripting...

4.3CVSS4.5AI score0.00483EPSS
SaveExploits2References1Affected Software1
CVE
CVE
added 2021/09/13 5:56 p.m.72 views

CVE-2021-24490

The CVE-2021-24490 entry concerns the WordPress plugin Email Artillery (MASS EMAIL) up to version 4.1, where the Import Emails feature allows arbitrary file uploads due to improper validation and also lacks CSRF protection. The root cause is failure to properly check uploaded files and the absenc...

6.8CVSS6.7AI score0.00558EPSS
SaveExploits2References1Affected Software1
Positive Technologies
Positive Technologies
added 2021/09/13 12:00 a.m.34 views

PT-2021-16136 · WordPress · Wordpress Simple Ecommerce Shopping Cart Plugin- Sell Products Through Paypal

Name of the Vulnerable Software and Affected Versions: WordPress Simple Ecommerce Shopping Cart Plugin- Sell products through Paypal plugin versions 2.2.5 and earlier Description: The issue allows any file, such as PHP, to be uploaded by an administrator due to a lack of checks for uploaded...

8.8CVSS9AI score0.00632EPSS
SaveExploits2References5
Github Security Blog
Github Security Blog
added 2021/09/07 11:08 p.m.67 views

Older releases of better_errors open to Cross-Site Request Forgery attack

Impact bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not enforce the correct "Content-Type" header for these requests, which allowed a cross-origin "simple request" to be made without CORS protection. These together left an application with...

8.8CVSS8.4AI score0.00636EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/09/07 11:08 p.m.64 views

GHSA-W3J4-76QW-WWJM Older releases of better_errors open to Cross-Site Request Forgery attack

Impact bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not enforce the correct "Content-Type" header for these requests, which allowed a cross-origin "simple request" to be made without CORS protection. These together left an application with...

6.3CVSS8.7AI score0.00636EPSS
SaveExploits0References7
OSV
OSV
added 2021/09/07 6:15 p.m.24 views

CVE-2021-39197

bettererrors is an open source replacement for the standard Rails error page with more information rich error pages. It is also usable outside of Rails in any Rack app as Rack middleware. bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not...

8.8CVSS8.6AI score
SaveExploits0References4
NVD
NVD
added 2021/09/07 6:15 p.m.22 views

CVE-2021-39197

bettererrors is an open source replacement for the standard Rails error page with more information rich error pages. It is also usable outside of Rails in any Rack app as Rack middleware. bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not...

8.8CVSS0.00636EPSS
SaveExploits0References4
Prion
Prion
added 2021/09/07 6:15 p.m.23 views

Cross site request forgery (csrf)

bettererrors is an open source replacement for the standard Rails error page with more information rich error pages. It is also usable outside of Rails in any Rack app as Rack middleware. bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not...

6.8CVSS8.5AI score0.00636EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2021/09/07 5:30 p.m.39 views

CVE-2021-39197 Cross-Site Request Forgery in better_errors

bettererrors is an open source replacement for the standard Rails error page with more information rich error pages. It is also usable outside of Rails in any Rack app as Rack middleware. bettererrors prior to 2.8.0 did not implement CSRF protection for its internal requests. It also did not...

6.3CVSS8.8AI score0.00636EPSS
SaveExploits0References4
CVE
CVE
added 2021/09/07 5:30 p.m.78 views

CVE-2021-39197

CVE-2021-39197 affects the Ruby gem better_errors. It describes that versions prior to 2.8.0 did not implement CSRF protection for internal requests and did not enforce the correct Content-Type header, allowing cross-origin (CORS) attacks in applications with better_errors enabled. The issue is l...

8.8CVSS7.3AI score0.00636EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2021/09/06 12:00 a.m.10 views

WordPress 插件跨站脚本漏洞

WordPress is the WordPress Wordpress Foundation's suite of blogging platforms developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL. WordPress' Keyword Meta plugin version 3.0 and earlier is vulnerable to a cross-site scripting...

5.4CVSS5.5AI score0.00319EPSS
SaveExploits2References1
Huntr
Huntr
added 2021/09/04 9:26 a.m.12 views

Cross-Site Request Forgery (CSRF) in imran300/inventory

✍️ Description You didn't set any CSRF protection for deleting a user. 🕵️‍♂️ Proof of Concept // PoC.html history.pushState'', '', '/' document.forms0.submit; After that admin open the PoC.html file the user with id 7 will be deleted. 💥 Impact This vulnerability is capable of delete any user with...

1.6AI score
SaveExploits0
Huntr
Huntr
added 2021/09/04 9:26 a.m.10 views

Cross-Site Request Forgery (CSRF) in imran300/inventory

✍️ Description You didn't set any CSRF protection for deactivating a user. 🕵️‍♂️ Proof of Concept // PoC.html history.pushState'', '', '/' document.forms0.submit; After that admin open the PoC.html file the user with id 7 will be deactivated. 💥 Impact This vulnerability is capable of deactivate any...

2.1AI score
SaveExploits0
Huntr
Huntr
added 2021/09/04 9:25 a.m.12 views

Cross-Site Request Forgery (CSRF) in imran300/inventory

✍️ Description You didn't set any CSRF protection for activating a user. 🕵️‍♂️ Proof of Concept // PoC.html history.pushState'', '', '/' document.forms0.submit; After that admin open the PoC.html file the user with id 7 will be activated. 💥 Impact This vulnerability is capable of activate any user...

2.2AI score
SaveExploits0
Prion
Prion
added 2021/08/31 2:15 p.m.26 views

Cross site request forgery (csrf)

Jenkins SAML Plugin 2.0.7 and earlier allows attackers to craft URLs that would bypass the CSRF protection of any target URL in Jenkins...

6.8CVSS8.7AI score0.0081EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/31 1:50 p.m.40 views

CVE-2021-21678

Jenkins SAML Plugin 2.0.7 and earlier allows attackers to craft URLs that would bypass the CSRF protection of any target URL in Jenkins...

8.9AI score0.0081EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/08/31 12:00 a.m.13 views

Jenkins 安全漏洞

Jenkins is a Jenkins open source application . An open source automation server Jenkins provides hundreds of plugins to support building, deploying and automating any project. Jenkins Azure AD Plugin has a security vulnerability through which an attacker can bypass CSRF protection...

8.8CVSS7.9AI score0.0081EPSS
SaveExploits0References3
zdt
zdt
added 2021/08/30 12:00 a.m.122 views

Projectsend r1295 - (name) Stored XSS Vulnerability

Exploit Title: Projectsend r1295 - 'name' Stored XSS Exploit Author: Abdullah Kala Vendor Homepage: https://www.projectsend.org/ Software Link: https://www.projectsend.org/download/387/ Version: r1295 Tested on: Ubuntu 18.04 Description: Firstly add client group. After uploading the file from the...

SaveExploits0
Rows per page
Query Builder