Lucene search
+L

9553 matches found

ATTACKERKB
ATTACKERKB
added 2022/12/15 7:15 p.m.7 views

CVE-2022-3427

The Corner Ad plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.0.56. This is due to missing or incorrect nonce validation on its corneradsettingspage function. This makes it possible for unauthenticated attackers to trigger the deletion of ads v...

8.8CVSS6.5AI score0.00646EPSS
SaveExploits1References4
Prion
Prion
added 2022/12/15 7:15 p.m.25 views

Cross site request forgery (csrf)

The Corner Ad plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.0.56. This is due to missing or incorrect nonce validation on its corneradsettingspage function. This makes it possible for unauthenticated attackers to trigger the deletion of ads v...

4.3CVSS6.2AI score0.00646EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2022/12/15 4:02 a.m.13 views

CVE-2022-3427 Corner Ad <= 1.0.56 - Cross-Site Request Forgery

The Corner Ad plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.0.56. This is due to missing or incorrect nonce validation on its corneradsettingspage function. This makes it possible for unauthenticated attackers to trigger the deletion of ads v...

8.8CVSS6.5AI score0.00646EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/12/15 4:02 a.m.31 views

CVE-2022-3427 Corner Ad <= 1.0.56 - Cross-Site Request Forgery

The Corner Ad plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.0.56. This is due to missing or incorrect nonce validation on its corneradsettingspage function. This makes it possible for unauthenticated attackers to trigger the deletion of ads v...

8.8CVSS8.6AI score0.00646EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2022/12/15 12:00 a.m.12 views

PT-2022-22088 · WordPress · Corner Ad

Name of the Vulnerable Software and Affected Versions: Corner Ad plugin for WordPress versions up to, and including, 1.0.56 Description: The issue is related to Cross-Site Request Forgery due to missing or incorrect nonce validation on its corner ad settings page function. This allows...

8.8CVSS6.3AI score0.00646EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2022/12/15 12:00 a.m.14 views

WordPress plugin Corner Ad 跨站请求伪造漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A cross-site request forgery vulnerability...

8.8CVSS6.4AI score0.00646EPSS
SaveExploits1References4
wpexploit
wpexploit
added 2022/12/13 12:00 a.m.399 views

WPQA < 5.9.3 - Missing validation lead to functionality abuse

The plugin which is a companion plugin used with Discy and Himer themes incorrectly tries to validate that a user already follows another in the wpqafollowingyouajax action, allowing a user to inflate their score on the site by having another user send repeated follow actions to them...

3.5CVSS3.9AI score0.00488EPSS
SaveExploits2
OSV
OSV
added 2022/12/12 6:15 p.m.9 views

CVE-2022-4004

The Donation Button WordPress plugin through 4.0.0 does not properly check for privileges and nonce tokens in its "donationbuttontwiliosendtestsms" AJAX action, which may allow any users with an account on the affected site, like subscribers, to use the plugin's Twilio integration to send SMSes t...

4.3CVSS5.9AI score0.00486EPSS
SaveExploits2References1
CVE
CVE
added 2022/12/12 5:54 p.m.70 views

CVE-2022-4004

Affected software: Donation Button WordPress plugin, versions through 4.0.0. Vulnerability: the AJAX action donation_button_twilio_send_test_sms does not properly enforce privileges or nonce checks. Impact: any logged-in user on the site (e.g., subscribers) could use the plugin’s Twilio integrati...

4.3CVSS4.7AI score0.00486EPSS
SaveExploits2References1Affected Software1
wpexploit
wpexploit
added 2022/12/12 12:00 a.m.658 views

WP AutoComplete Search <= 1.0.4 - Unauthenticated SQLi

The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX available to unauthenticated users, leading to an unauthenticated SQL injection Extract the nonce from the index page search for "wpautosearchconfig", look for the "nonce" field Invoke the following...

9.8CVSS1.9AI score0.03595EPSS
SaveExploits5
Positive Technologies
Positive Technologies
added 2022/12/12 12:00 a.m.21 views

PT-2022-25172 · Twilio · Twilio

Name of the Vulnerable Software and Affected Versions: Donation Button WordPress plugin versions through 4.0.0 Description: The issue concerns a lack of proper privilege and nonce token checks in the donation button twilio send test sms AJAX action. This may allow users with an account on the...

4.3CVSS4.7AI score0.00486EPSS
SaveExploits2References4
Code423n4
Code423n4
added 2022/12/05 12:00 a.m.6 views

Incorrect behavior in CrossChainExecutorPolygon contract

Lines of code Vulnerability details Description: We have discovered an issue with the CrossChainExecutorPolygon contract. When a message with a nonce that has already been executed is received, the contract does not prevent the message from being processed or display an error message. This issue...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/05 12:00 a.m.12 views

ExecutorAware doesn't adequately validate sender for nonce

Lines of code Vulnerability details Impact Contracts on the execution chain are asked to inherit from ExecutorAware.sol. This gives them the ability to check msgSender and nonce pulled from the calldata in the format encoded by the executor. While the msgSender function adequately checks that the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/05 12:00 a.m.8 views

Nonce not properly checked in CrossChainExecutorArbitrum contract

Lines of code Vulnerability details Summary The CrossChainExecutorArbitrum contract does not properly check the nonce before executing calls. This allows a potential attacker to replay a batch of calls that have already been executed. Impact If a batch of calls is replayed, it could result in...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/03 12:00 a.m.8 views

DoS on relayCalls when the nonce variable reach type(uint256).max

Lines of code Vulnerability details Impact Denial of service on relayCalls functions when the nonce variable reach typeuint256.max Proof of Concept When the smart contracts start to be used, the variable in storage nonce will start to increment by 1, and since the nonce variable cannot be...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/12/02 9:15 p.m.11 views

CVE-2022-4220

The Chained Quiz plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.3.2.4. This is due to missing nonce validation on the listquestions function. This makes it possible for unauthenticated attackers to delete questions from quizzes via a forged...

4.3CVSS5.6AI score0.00397EPSS
SaveExploits1References4
NVD
NVD
added 2022/12/02 9:15 p.m.23 views

CVE-2022-4219

The Chained Quiz plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.3.2.4. This is due to missing nonce validation on the manage function. This makes it possible for unauthenticated attackers to delete submitted quiz responses via a forged request...

5.4CVSS0.00397EPSS
SaveExploits1References4
OSV
OSV
added 2022/12/02 9:15 p.m.11 views

CVE-2022-4219

The Chained Quiz plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.3.2.4. This is due to missing nonce validation on the manage function. This makes it possible for unauthenticated attackers to delete submitted quiz responses via a forged request...

4.3CVSS5.6AI score0.00397EPSS
SaveExploits1References3
OSV
OSV
added 2022/12/02 9:15 p.m.9 views

CVE-2022-4218

The Chained Quiz plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.3.2.4. This is due to missing nonce validation on the listquizzes function. This makes it possible for unauthenticated attackers to delete quizzes and copy quizzes via a forged...

4.3CVSS5.6AI score0.00422EPSS
SaveExploits1References3
NVD
NVD
added 2022/12/02 9:15 p.m.23 views

CVE-2022-4218

The Chained Quiz plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.3.2.4. This is due to missing nonce validation on the listquizzes function. This makes it possible for unauthenticated attackers to delete quizzes and copy quizzes via a forged...

5.4CVSS0.00422EPSS
SaveExploits1References4
Rows per page
Query Builder