Lucene search
+L

5693 matches found

Code423n4
Code423n4
added 2022/12/09 12:0 a.m.8 views

Ownership of EscherERC721.sol contracts can be changed, thus creator roles become useless

Lines of code Vulnerability details Impact creator = has a CREATORROLE in Escher.sol non-creator = doesn't have a CREATORROLE in Escher.sol Currently creating an ERC721 edition via the Escher721Factory.sol contract requires a user to have the CREATORROLE in the main Escher.sol contract. This...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/09 12:0 a.m.9 views

Denial of Service at the LPDA.sol contract due to not be capable of minting an id already minted.

Lines of code Vulnerability details Impact The ether earned by the creator and the fees for the platform can get frozen. Proof of Concept The only way the creator can get out the ether earned by the sale and also the platform to get the feest is by the next code snippet from the buy funtion at th...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/12/05 12:0 a.m.10 views

Missing msg.value when executing the cross-chain request

Lines of code Vulnerability details Impact the cross-chain request will not support smart contract that requires ETH payment in destination chain on execution side. Proof of Concept When a user relayers call and performs a cross-chain request, the executor needs to execute the request in the...

7.2AI score
SaveExploits0
Wired Threat Level
Wired Threat Level
added 2022/11/24 12:0 p.m.48 views

How to Avoid Black Friday Scams Online

'Tis the season for swindlers and hackers. Use these tips to spot frauds and keep your payment info secure...

1.5AI score
SaveExploits0
OSV
OSV
added 2022/11/21 11:15 a.m.6 views

CVE-2022-0421

The Five Star Restaurant Reservations WordPress plugin before 2.4.12 does not have authorisation when changing whether a payment was successful or failed, allowing unauthenticated users to change the payment status of arbitrary bookings. Furthermore, due to the lack of sanitisation and escaping,...

6.1CVSS5.9AI score0.00528EPSS
SaveExploits1References1
NVD
NVD
added 2022/11/21 11:15 a.m.23 views

CVE-2022-0421

The Five Star Restaurant Reservations WordPress plugin before 2.4.12 does not have authorisation when changing whether a payment was successful or failed, allowing unauthenticated users to change the payment status of arbitrary bookings. Furthermore, due to the lack of sanitisation and escaping,...

6.1CVSS0.00528EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2022/11/21 12:0 a.m.5 views

CVE-2022-0421 Five Star Restaurant Reservations < 2.4.12 - Unauthenticated Arbitrary Payment Status Update to Stored XSS

The Five Star Restaurant Reservations WordPress plugin before 2.4.12 does not have authorisation when changing whether a payment was successful or failed, allowing unauthenticated users to change the payment status of arbitrary bookings. Furthermore, due to the lack of sanitisation and escaping,...

6.6AI score0.00528EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2022/11/21 12:0 a.m.8 views

PT-2022-13170 · WordPress · Five Star Restaurant Reservations

Name of the Vulnerable Software and Affected Versions: Five Star Restaurant Reservations WordPress plugin versions prior to 2.4.12 Description: The issue allows unauthenticated users to change the payment status of arbitrary bookings due to a lack of authorization. Additionally, it enables...

6.1CVSS6.1AI score0.00528EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2022/11/21 12:0 a.m.9 views

WordPress plugin Five Star Restaurant Reservations 安全漏洞

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. A vulnerability exists in t...

6.1CVSS6.1AI score0.00528EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2022/11/21 12:0 a.m.27 views

CVE-2022-0421 Five Star Restaurant Reservations < 2.4.12 - Unauthenticated Arbitrary Payment Status Update to Stored XSS

The Five Star Restaurant Reservations WordPress plugin before 2.4.12 does not have authorisation when changing whether a payment was successful or failed, allowing unauthenticated users to change the payment status of arbitrary bookings. Furthermore, due to the lack of sanitisation and escaping,...

6.3AI score0.00528EPSS
SaveExploits1References1
CVE
CVE
added 2022/11/21 12:0 a.m.81 views

CVE-2022-0421

The Five Star Restaurant Reservations WordPress plugin prior to version 2.4.12 has an authorization flaw that allows unauthenticated users to change the payment status of arbitrary bookings. The issue is exacerbated by insufficient sanitization/escaping, enabling stored XSS against administrators...

6.1CVSS6.1AI score0.00528EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2022/11/17 10:15 p.m.19 views

Design/Logic Flaw

Lightning Network Daemon lnd is an implementation of a lightning bitcoin overlay network node. All lnd nodes before version v0.15.4 are vulnerable to a block parsing bug that can cause a node to enter a degraded state once encountered. In this degraded state, nodes can continue to make payments a...

6.4CVSS6.3AI score0.00999EPSS
SaveExploits1References4Affected Software2
Code423n4
Code423n4
added 2022/11/13 12:0 a.m.11 views

calling execute() may lead to stealing funds if some ETH is stuck on the contract

Lines of code Vulnerability details Impact if some Ether is sent erroneously or not to the contract, anyone that calls correctly LooksRareAggregator.execute will be able to steal those coins. to execute the function using ethers as payment, these conditions must be true: there is at least a trade...

6.9AI score
SaveExploits0
NVD
NVD
added 2022/11/07 10:15 a.m.15 views

CVE-2022-2387

The Easy Digital Downloads WordPress plugin before 3.0 does not have CSRF check in place when deleting payment history, and does not ensure that the post to be deleted is actually a payment history. As a result, attackers could make a logged in admin delete arbitrary post via a CSRF attack...

4.3CVSS0.00286EPSS
SaveExploits2References1
OSV
OSV
added 2022/11/07 10:15 a.m.2 views

CVE-2022-2387

The Easy Digital Downloads WordPress plugin before 3.0 does not have CSRF check in place when deleting payment history, and does not ensure that the post to be deleted is actually a payment history. As a result, attackers could make a logged in admin delete arbitrary post via a CSRF attack...

4.3CVSS5.8AI score0.00286EPSS
SaveExploits2References1
Prion
Prion
added 2022/11/07 10:15 a.m.23 views

Cross site request forgery (csrf)

The Easy Digital Downloads WordPress plugin before 3.0 does not have CSRF check in place when deleting payment history, and does not ensure that the post to be deleted is actually a payment history. As a result, attackers could make a logged in admin delete arbitrary post via a CSRF attack...

4.3CVSS4.6AI score0.00286EPSS
SaveExploits2References1Affected Software1
CNNVD
CNNVD
added 2022/11/07 12:0 a.m.11 views

WordPress plugin Easy Digital Downloads 跨站请求伪造漏洞

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

4.3CVSS5.2AI score0.00286EPSS
SaveExploits2References2
Positive Technologies
Positive Technologies
added 2022/11/07 12:0 a.m.7 views

PT-2022-16302 · WordPress · Easy Digital Downloads

Name of the Vulnerable Software and Affected Versions: Easy Digital Downloads WordPress plugin versions prior to 3.0 Description: The issue arises from the lack of a CSRF check when deleting payment history, and the failure to verify that the post to be deleted is actually a payment history. This...

4.3CVSS4.6AI score0.00286EPSS
SaveExploits2References6
Malwarebytes
Malwarebytes
added 2022/11/01 11:0 a.m.20 views

Police warn of fake law enforcement arrest warrant calls

Brownsville Police Department is warning about scammers impersonating law enforcement in order to extract money from potential victims. The scam involves pressure from an immediate threat, several ways to extract yourself from this non-existent claim of wrongdoing, and multiple levels of...

0.5AI score
SaveExploits0
Patchstack
Patchstack
added 2022/10/31 12:0 a.m.23 views

WordPress Five Star Restaurant Reservations plugin <= 2.4.11 - Unauth. Arbitrary Payment Status Update leading to Stored Cross-Site Scripting (XSS) vulnerability

Unauth. Arbitrary Payment Status Update leading to Stored Cross-Site Scripting XSS vulnerability discovered by Krzysztof Zając in WordPress Five Star Restaurant Reservations plugin versions = 2.4.11. Solution Update the WordPress Five Star Restaurant Reservations plugin to the latest available...

6.1CVSS2.8AI score0.00528EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder