Lucene search
+L

313 matches found

Patchstack
Patchstack
added 2023/11/23 12:0 a.m.12 views

WordPress Frontier Post Plugin <= 6.1 is vulnerable to Cross Site Request Forgery (CSRF)

Software Frontier Post Type Plugin Vulnerable versions = 6.1 Fixed in N/A OWASP Top 10 A5: Broken Access Control Classification Cross Site Request Forgery CSRF CVE CVE-2023-6137 Patch priority Low CVSS severity Low 5.4 Developer Claim ownership PSID 4932c24e3570 Credits Nguyen Xuan Chien Required...

8.8CVSS7AI score0.00254EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2023/10/13 1:15 p.m.15 views

CVE-2023-45130

Frontier is Substrate's Ethereum compatibility layer. Prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, at the end of a contract execution, when opcode SUICIDE marks a contract to be deleted, the software uses storage::removeprefix now renamed to storage::clearprefix to remove all storage...

7.5CVSS7.5AI score0.00893EPSS
SaveExploits0References3
Prion
Prion
added 2023/10/13 1:15 p.m.17 views

Design/Logic Flaw

Frontier is Substrate's Ethereum compatibility layer. Prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, at the end of a contract execution, when opcode SUICIDE marks a contract to be deleted, the software uses storage::removeprefix now renamed to storage::clearprefix to remove all storage...

5CVSS7.5AI score0.00893EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2023/10/13 12:14 p.m.22 views

CVE-2023-45130 Frontier opcode SUICIDE touches too many storage values on large contracts

Frontier is Substrate's Ethereum compatibility layer. Prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, at the end of a contract execution, when opcode SUICIDE marks a contract to be deleted, the software uses storage::removeprefix now renamed to storage::clearprefix to remove all storage...

7.5CVSS7.7AI score0.00893EPSS
SaveExploits0References3
OSV
OSV
added 2023/10/13 12:14 p.m.18 views

CVE-2023-45130 Frontier opcode SUICIDE touches too many storage values on large contracts

Frontier is Substrate's Ethereum compatibility layer. Prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, at the end of a contract execution, when opcode SUICIDE marks a contract to be deleted, the software uses storage::removeprefix now renamed to storage::clearprefix to remove all storage...

7.5CVSS7.4AI score0.00893EPSS
SaveExploits0References5
CVE
CVE
added 2023/10/13 12:14 p.m.67 views

CVE-2023-45130

Frontier (Substrate’s Ethereum compatibility layer) has a CVE-2023-45130 issue where, prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, invoking opcode SUICIDE on a contract that has large storage can trigger a single IO call across the WebAssembly boundary to remove all storages, potenti...

7.5CVSS7.5AI score0.00893EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2023/10/13 12:14 p.m.15 views

CVE-2023-45130 Frontier opcode SUICIDE touches too many storage values on large contracts

Frontier is Substrate's Ethereum compatibility layer. Prior to commit aea528198b3b226e0d20cce878551fd4c0e3d5d0, at the end of a contract execution, when opcode SUICIDE marks a contract to be deleted, the software uses storage::removeprefix now renamed to storage::clearprefix to remove all storage...

7.5CVSS7.5AI score0.00893EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/10/13 12:0 a.m.6 views

Frontier Security Vulnerabilities

Frontier is an EtherCompatible layer for Substrate. It is used to run unmodified Ether Dapps. A security vulnerability exists in previous versions of Frontier aea52819, which stems from a vulnerability that allows an attacker to create contracts with a large number of stored values on a parallel...

7.5CVSS6.6AI score0.00893EPSS
SaveExploits0References4
Malwarebytes
Malwarebytes
added 2023/10/02 3:0 a.m.15 views

Food delivery robots give captured video footage to police

In what sounds like a new step towards Skynet, footage from a food delivery robot has been used as part of a criminal investigation. As 404 Media reports, the food delivery robots that are deployed for Uber Eats in Los Angeles are operated by Serve Robotics, which ultimately wants to deploy up to...

7AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2023/07/03 8:0 a.m.23 views

Of sharks, surveillance, and spied-on emails: This is Section 702, with Matthew Guariglia

In the United States, when the police want to conduct a search on a suspected criminal, they must first obtain a search warrant. It is one of the foundational rights given to US persons under the Constitution, and a concept that has helped create the very idea of a right to privacy at home and...

6.7AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2023/04/10 8:15 a.m.37 views

How the cops buy a "God view" of your location data, with Bennett Cyphers: Lock and Code S04E09

The list of people and organizations that are hungry for your location data--collected so routinely and packaged so conveniently that it can easily reveal where you live, where you work, where you shop, pray, eat, and relax--includes many of the usual suspects. Advertisers, obviously, want to sen...

6.5AI score
SaveExploits0
NVD
NVD
added 2023/03/22 9:15 p.m.41 views

CVE-2023-28431

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

7.5CVSS7.3AI score0.00873EPSS
SaveExploits0References4
Prion
Prion
added 2023/03/22 9:15 p.m.20 views

Design/Logic Flaw

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

5CVSS7.3AI score0.00873EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/03/22 8:11 p.m.6 views

CVE-2023-28431 Frontier's modexp precompile is slow for even modulus

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

7.5CVSS7.3AI score0.00873EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2023/03/22 8:11 p.m.46 views

CVE-2023-28431 Frontier's modexp precompile is slow for even modulus

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

7.5CVSS7.5AI score0.00873EPSS
SaveExploits0References4
CVE
CVE
added 2023/03/22 8:11 p.m.71 views

CVE-2023-28431

CVE-2023-28431 describes a vulnerability in Frontier’s modexp precompile used by Substrate. The implementation treats even and odd moduli differently: odd moduli use Montgomery multiplication, while even moduli fall back to a slower plain power algorithm. This mismatch caused a gas-cost discrepan...

7.5CVSS7.3AI score0.00873EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/03/22 8:11 p.m.31 views

CVE-2023-28431 Frontier's modexp precompile is slow for even modulus

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

7.5CVSS7.2AI score0.00873EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2023/03/22 12:0 a.m.7 views

Frontier 安全漏洞

Frontier is an EtherCompatible layer for Substrate. It is used to run unmodified Ethernet Dapps. A security vulnerability exists in Frontier. An attacker could exploit this vulnerability to perform a denial-of-service attack...

7.5CVSS7.3AI score0.00873EPSS
SaveExploits0References5
OSV
OSV
added 2023/03/21 10:31 p.m.75 views

GHSA-FCMM-54JP-7VF6 Frontier's modexp precompile is slow for even modulus

Impact Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery multiplication, and even modulus uses the slow plain power algorithm. This gas cost...

7.5CVSS7.4AI score0.00873EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/03/21 10:31 p.m.35 views

Frontier's modexp precompile is slow for even modulus

Impact Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery multiplication, and even modulus uses the slow plain power algorithm. This gas cost...

7.5CVSS7.1AI score0.00873EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder