Lucene search
+L

66 matches found

vulnersOsv
vulnersOsv
added 2024/08/26 12:00 p.m.8 views

anchor-token (>=0.0.1, <=0.3.0), astro4nit (0.0.1) +60 more potentially affected by unknown CVE via cw0 (>=0.2.3, <=0.10.3)

cw0 CARGO version =0.2.3, =0.0.1, =0.3.1, =2.5.2, =0.1.0, =0.3.0, =0.4.0, =0.4.0, =0.2.0, =0.2.0, =0.6.0-beta1, =0.6.0-beta1, =0.2.0, =0.2.1, =0.10.3 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2024-0385...

5.4AI score
SaveExploits0
Veracode
Veracode
added 2024/08/23 3:48 a.m.12 views

Stack-based Buffer Overflow

github.com/cosmwasm/wasmd is vulnerable to Stack-based Buffer Overflow. The vulnerability is due to improper memory handling, which can lead to stack overflow conditions.This can potentially crash the program or allow attackers to execute arbitrary code...

8.2AI score
SaveExploits0
OSV
OSV
added 2024/08/13 11:22 p.m.10 views

GO-2024-3059 CosmWasm wasmd has large address count in ValidateBasic in github.com/CosmWasm/wasmd

CosmWasm wasmd has large address count in ValidateBasic in github.com/CosmWasm/wasmd...

7.1AI score
SaveExploits0References3
Veracode
Veracode
added 2024/08/12 6:34 a.m.11 views

Uncontrolled Resource Consumption

github.com/CosmWasm/wasmd is vulnerable to Uncontrolled Resource Consumption. The vulnerability is due to the ability to add a large number of addresses in multiple message types, which may lead to unexpected resource consumption in ValidateBasic...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/08/08 4:36 p.m.13 views

CosmWasm wasmd has large address count in ValidateBasic

Component: wasmd Criticality: Low ACMv1: I:Moderate; L:Unlikely Patched versions: wasmd 0.52.0 In multiple wasmd message types it was possible to add a large number of addresses which might lead to unexpected resource consumption in ValidateBasic. See CWA-2024-003 for more details...

6AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/08/08 4:36 p.m.10 views

GHSA-M3RH-CVR5-X6Q4 CosmWasm wasmd has large address count in ValidateBasic

Component: wasmd Criticality: Low ACMv1: I:Moderate; L:Unlikely Patched versions: wasmd 0.52.0 In multiple wasmd message types it was possible to add a large number of addresses which might lead to unexpected resource consumption in ValidateBasic. See CWA-2024-003 for more details...

6.3CVSS6AI score
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2024/08/08 4:30 p.m.8 views

cosmwasm-check (>=1.1.0-rc.1, <=1.3.4), cw-check-contract (1.0.1) +4 more potentially affected by unknown CVE via cosmwasm-vm (>=1.2.8, <=1.3.4)

cosmwasm-vm CARGO version =1.2.8, =1.1.0-rc.1, =0.5.3-2, =0.6.0-beta1, =0.17.1 Source cves: unknown CVE Source advisory: OSV:GHSA-RG2Q-2JH9-447Q...

5.4AI score
SaveExploits0
RustSec
RustSec
added 2024/08/08 12:00 p.m.10 views

CWA-2024-004: Gas mispricing in cosmwasm-vm

Some Wasm operations take significantly more gas than our benchmarks indicated. This can lead to missing the gas target we defined by a factor of 10x. This means a malicious contract could take 10 times as much time to execute as expected, which can be used to temporarily DoS a chain. For more...

7.3AI score
SaveExploits0Affected Software1
vulnersOsv
vulnersOsv
added 2024/08/08 12:00 p.m.7 views

cosmwasm-check (>=1.1.0-rc.1, <=1.3.4), cw-check-contract (1.0.1) +4 more potentially affected by unknown CVE via cosmwasm-vm (>=1.2.8, <=1.3.4)

cosmwasm-vm CARGO version =1.2.8, =1.1.0-rc.1, =0.5.3-2, =0.6.0-beta1, =0.17.1 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2024-0361...

5.4AI score
SaveExploits0
OSV
OSV
added 2024/08/08 12:00 p.m.50 views

RUSTSEC-2024-0361 CWA-2024-004: Gas mispricing in cosmwasm-vm

Some Wasm operations take significantly more gas than our benchmarks indicated. This can lead to missing the gas target we defined by a factor of 10x. This means a malicious contract could take 10 times as much time to execute as expected, which can be used to temporarily DoS a chain. For more...

7.3AI score
SaveExploits0References3
GitLab Advisory Database
GitLab Advisory Database
added 2024/08/08 12:00 a.m.17 views

CosmWasm wasmd has large address count in ValidateBasic

Component: wasmd Criticality: Low ACMv1: I:Moderate; L:Unlikely Patched versions: wasmd 0.52.0 In multiple wasmd message types it was possible to add a large number of addresses which might lead to unexpected resource consumption in ValidateBasic. See CWA-2024-003 for more details...

7.1AI score
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/08/08 12:00 a.m.13 views

Gas mispricing in cosmwasm-vm

Component: wasmvm Criticality: Medium ACMv1: I:Moderate; L:Likely Patched versions: wasmvm 1.5.3, 2.0.2, 2.1.1...

7.2AI score
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/08/08 12:00 a.m.18 views

Gas mispricing in cosmwasm-vm

Component: wasmvm Criticality: Medium ACMv1: I:Moderate; L:Likely Patched versions: wasmvm 1.5.3, 2.0.2, 2.1.1...

7.2AI score
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2024/04/24 5:37 p.m.33 views

CosmWasm affected by arithmetic overflows

Some mathematical operations in cosmwasm-std use wrapping math instead of panicking on overflow for very big numbers. This can lead to wrong calculations in contracts that use these operations. Affected functions: - Uint256,512::pow / Int256,512::pow - Int256,512::neg Affected if overflow-checks ...

5.3CVSS6.4AI score0.00418EPSS
SaveExploits1References7Affected Software1
vulnersOsv
vulnersOsv
added 2024/04/24 5:37 p.m.5 views

abstract-account-factory (>=0.13.0, <=0.16.1), abstract-adapter-utils (>=0.16.0, <=0.19.2) +416 more potentially affected by CVE-2024-58263 via cosmwasm-std (1.3.4)

cosmwasm-std CARGO version 1.3.4 is affected by a known vulnerability. The following packages have a transitive dependency on cosmwasm-std and may be impacted: - abstract-account-factory =0.13.0, =0.16.0, =0.1.0-rc.2, =0.0.1, =0.1.0-rc.2, =0.2.0-beta.4, =0.2.0-beta.4, =0.13.0, =0.16.5,...

5.3CVSS5.3AI score0.00418EPSS
SaveExploits1
OSV
OSV
added 2024/04/24 5:37 p.m.55 views

GHSA-8724-5XMM-W5XQ CosmWasm affected by arithmetic overflows

Some mathematical operations in cosmwasm-std use wrapping math instead of panicking on overflow for very big numbers. This can lead to wrong calculations in contracts that use these operations. Affected functions: - Uint256,512::pow / Int256,512::pow - Int256,512::neg Affected if overflow-checks ...

3.7CVSS6.4AI score0.00418EPSS
SaveExploits1References7
vulnersOsv
vulnersOsv
added 2024/04/24 12:00 p.m.4 views

abstract-account-factory (>=0.13.0, <=0.16.1), abstract-adapter-utils (>=0.16.0, <=0.19.2) +416 more potentially affected by CVE-2024-58263 via cosmwasm-std (1.3.4)

cosmwasm-std CARGO version 1.3.4 is affected by a known vulnerability. The following packages have a transitive dependency on cosmwasm-std and may be impacted: - abstract-account-factory =0.13.0, =0.16.0, =0.1.0-rc.2, =0.0.1, =0.1.0-rc.2, =0.2.0-beta.4, =0.2.0-beta.4, =0.13.0, =0.16.5,...

5.3CVSS5.3AI score0.00418EPSS
SaveExploits1
OSV
OSV
added 2024/04/24 12:00 p.m.18 views

RUSTSEC-2024-0338 Arithmetic overflows in cosmwasm-std

Some mathematical operations in cosmwasm-std use wrapping math instead of panicking on overflow for very big numbers. This can lead to wrong calculations in contracts that use these operations. Affected functions: - Uint256,512::pow / Int256,512::pow - Int256,512::neg Affected if overflow-checks ...

5.3CVSS7.3AI score0.00418EPSS
SaveExploits1References3
RustSec
RustSec
added 2024/04/24 12:00 p.m.11 views

Arithmetic overflows in cosmwasm-std

Some mathematical operations in cosmwasm-std use wrapping math instead of panicking on overflow for very big numbers. This can lead to wrong calculations in contracts that use these operations. Affected functions: - Uint256,512::pow / Int256,512::pow - Int256,512::neg Affected if overflow-checks ...

5.3CVSS7.3AI score0.00418EPSS
SaveExploits1Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/24 12:00 a.m.8 views

PT-2025-31019 · Unknown · Cosmwasm-Std

Name of the Vulnerable Software and Affected Versions: cosmwasm-std crate versions prior to 2.0.2 Description: The cosmwasm-std crate contains an integer overflow issue that can lead to incorrect contract calculations. Recommendations: Update to version 2.0.2 or later...

5.3CVSS6.6AI score0.00418EPSS
SaveExploits1References13
Rows per page
Query Builder