Lucene search
+L

3819 matches found

Code423n4
Code423n4
added 2022/11/28 12:0 a.m.16 views

Unbounded loop can block claim

Lines of code Vulnerability details Unbounded loop can block claim Impact There are no bounds on the number of rewardTokens in the loop, this can run out of gas due to cost of the operations. Proof Of Concept function claimERC20 producerToken, address user external ... uint256 rLen =...

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

Potential DoS in unbounded for loop

Lines of code Vulnerability details Proof of Concept The function facets in Getters.sol iterates over the DiamondStorage facets array. In Diamond.sol we can see that by calling diamondCut in a way that saveFacetIfNew gets called, the diamond owner can add an indefinite amount of entries. If this ...

6.8AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/11/01 1:15 p.m.4 views

CVE-2022-42322

Xenstore: Cooperating guests can create arbitrary numbers of nodes This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. Since the fix of XSA-322 any Xenstore node owned by a removed domain will be modified to be owned by...

5.5CVSS5.8AI score0.00277EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2022/10/27 12:0 a.m.45 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : golang-github-prometheus-node_exporter (SUSE-SU-2022:3745-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has a package installed that is affected by a vulnerability as referenced in the SUSE-SU-2022:3745-1 advisory. bsc1196338, jscSLE-24238, jscSLE-24239, jscSUMA-114, CVE-2022-21698 Tenable has extracted the preceding...

7.5CVSS6.8AI score0.05994EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/10/23 12:0 a.m.9 views

# Potential unbounded loops in JBTiered721DelegateStore

Lines of code Vulnerability details Impact Multiple loops in JBTiered721DelegateStore are iterating over maxTierIdOf for a nft address. This value is incremented when calling recordAddTiers. The contract doesn't seem to have a functionality for decreasing this value. Proof of Concept Over time...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2022/10/20 12:0 a.m.27 views

SUSE: Security Advisory (SUSE-SU-2022:3669-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS8AI score0.01599EPSS
SaveExploits1References2
OSV
OSV
added 2022/10/19 7:35 p.m.6 views

SUSE-SU-2022:3669-1 Security update for go1.19

This update for go1.19 fixes the following issues: Updated to version 1.19.2 bsc1200441: - CVE-2022-41715: Fixed memory exhaustion in regexp/syntax bsc1204023. - CVE-2022-2879: Fixed unbounded memory consumption when reading headers in archive/tar bsc1204024. - CVE-2022-2880: Fixed ReverseProxy...

7.5CVSS7.7AI score0.01599EPSS
SaveExploits1References8
OSV
OSV
added 2022/10/14 3:15 p.m.9 views

AZL-41787 CVE-2022-2879 affecting package skopeo for versions less than 1.14.4-1

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB...

7.5CVSS6.7AI score0.01599EPSS
SaveExploits0References1
CVE
CVE
added 2022/10/14 12:0 a.m.492 views

CVE-2022-2879

CVE-2022-2879 affects Go-based archive/header reading (unbounded header memory in Reader.Read; fixed to cap header blocks at 1 MiB). Connected advisories show impact on container tooling: buildah versions older than 1.41.4-2 and podman versions older than 5.6.1-2 are affected. Upgrading to builda...

7.5CVSS7.8AI score0.01599EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2022/10/11 1:15 p.m.19 views

CVE-2022-33747

Arm: unbounded memory consumption for 2nd-level page tables Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a...

3.8CVSS0.00271EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2022/10/11 1:15 p.m.28 views

CVE-2022-33747

Arm: unbounded memory consumption for 2nd-level page tables Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a...

3.8CVSS5.8AI score0.00271EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2022/10/11 12:0 a.m.37 views

CVE-2022-33747

Arm: unbounded memory consumption for 2nd-level page tables Certain actions require e.g. removing pages from a guest's P2M Physical-to-Machine mapping. When large pages are in use to map guest pages in the 2nd-stage page tables, such a removal operation may incur a memory allocation to replace a...

6.3AI score0.00271EPSS
SaveExploits0References8
Code423n4
Code423n4
added 2022/10/10 12:0 a.m.9 views

The buyer will lose their funds by "gas limit DoS via unbounded operations"

Lines of code Vulnerability details Impact If the buyer invoke execute he will lose their funds by gas limit DoS via unbounded operations Proof of Concept execute == executeFundsTransfer == transferFees In case, execute is called by the buyer ,and the seller set fees.length == 2^256-1 As we see...

6.7AI score
SaveExploits0
CNNVD
CNNVD
added 2022/10/04 12:0 a.m.4 views

Google Golang 安全漏洞

Google Golang is a statically strongly typed, compiled language from Google, Inc. Go's syntax is close to that of C, but differs for variable declarations. go supports garbage collection features. go's parallel model is based on Tony Hall's Communication Sequential Process CSP. other languages th...

7.5CVSS6.6AI score0.01599EPSS
SaveExploits0References27
FreeBSD
FreeBSD
added 2022/10/04 12:0 a.m.31 views

go -- multiple vulnerabilities

The Go project reports: archive/tar: unbounded memory consumption when reading headers Reader.Read did not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics...

7.7AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/10/04 12:0 a.m.8 views

PT-2022-19238 · Ireader +9 · Reader +9

Name of the Vulnerable Software and Affected Versions: Reader affected versions not specified Description: The issue is related to the Reader.Read function not setting a limit on the maximum size of file headers. A maliciously crafted archive could cause Reader.Read to allocate unbounded amounts ...

9.8CVSS7.1AI score0.93305EPSS
SaveExploits16References324
PyPA
PyPA
added 2022/09/29 9:15 p.m.6 views

PYSEC-2022-298

Allocation of Resources Without Limits or Throttling in GitHub repository ikus060/rdiffweb prior to 2.5.0a3...

7.5CVSS6.8AI score0.01026EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/09/26 4:15 p.m.5 views

CVE-2022-40784

Unlimited strcpy on user input when setting a locale file leads to stack buffer overflow in mIPC camera firmware 5.3.1.2003161406...

8.8CVSS6AI score0.00972EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2022/09/26 12:0 a.m.5 views

PT-2022-21604 · Rdiffweb · Rdiffweb

Name of the Vulnerable Software and Affected Versions: rdiffweb versions prior to 2.4.8 Description: The issue concerns the allocation of resources without limits or throttling, which can lead to a denial-of-service DOS attack or memory corruption. Specifically, there is no limit on the length of...

8.7CVSS5.4AI score0.00978EPSS
SaveExploits1References8
Code423n4
Code423n4
added 2022/09/23 12:0 a.m.14 views

UNBOUNDED LOOPS MAY CAUSE createClaimsBatch() TO FAIL

Lines of code Vulnerability details Impact There are no limits on the number of claims, which may cause the feature to fail due to a certain number of claims entered. Proof of Concept There are no upper bounds on this loop: FIle: contracts/VTVLVesting.sol for uint256 i = 0; i Recommended Mitigati...

6.7AI score
SaveExploits0
Rows per page
Query Builder