Lucene search
+L

9522 matches found

Code423n4
Code423n4
added 2022/07/01 12:00 a.m.10 views

getSupplyRate is returning baseRatePerYear instead of baseRatePerBlock

Lines of code Vulnerability details Impact getSupplyRate must return rate per block as defined in compound interest rate model but currently return rate per year. Defined here: Proof of Concept This is definition / @notice Calculates the current supply interest rate per block @param cash The tota...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/07/01 12:00 a.m.126 views

Oracle Linux 8 : libgcrypt (ELSA-2022-5311)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2022-5311 advisory. 1.8.5-7 - Fix CVE-2021-33560 2018525 Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that Nessus ha...

7.5CVSS6.7AI score0.02342EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/06/30 11:21 p.m.9 views

Mozilla: Potential integer overflow in ReplaceElementsAt

The Mozilla Foundation Security Advisory describes this flaw as: In the nsTArrayImpl::ReplaceElementsAt function, where an integer overflow could occur when the number of elements to replace was too large for the container...

8.8CVSS7.4AI score0.00783EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2022/06/30 10:01 p.m.10 views

Mozilla: Potential integer overflow in ReplaceElementsAt

The Mozilla Foundation Security Advisory describes this flaw as: In the nsTArrayImpl::ReplaceElementsAt function, where an integer overflow could occur when the number of elements to replace was too large for the container...

8.8CVSS7.4AI score0.00783EPSS
SaveExploits0References6
Fedora
Fedora
added 2022/06/30 1:21 a.m.39 views

[SECURITY] Fedora 36 Update: golang-github-lucas-clemente-quic-0.27.2-1.fc36

A QUIC implementation in pure go...

7.5CVSS9.3AI score0.0995EPSS
SaveExploits1
Code423n4
Code423n4
added 2022/06/30 12:00 a.m.9 views

lack of validating transfer of tokens entered by the user

Lines of code Vulnerability details Impact As we have not defined the implementation of note, it should be validated that note.transferrecipient, amount returns true. This is important, since the transaction could not be carried out and the function executed as correct. In the comments of the cod...

7AI score
SaveExploits0
Rockylinux
Rockylinux
added 2022/06/28 10:51 a.m.30 views

libgcrypt security update

An update is available for libgcrypt. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The libgcrypt library provides general-purpose implementations of various...

5.9CVSS2AI score0.01423EPSS
SaveExploits1
NVD
NVD
added 2022/06/28 12:15 a.m.60 views

CVE-2022-31104

Wasmtime is a standalone runtime for WebAssembly. In affected versions wasmtime's implementation of the SIMD proposal for WebAssembly on x8664 contained two distinct bugs in the instruction lowerings implemented in Cranelift. The aarch64 implementation of the simd proposal is not affected. The bu...

6.8CVSS0.01734EPSS
SaveExploits0References6
Prion
Prion
added 2022/06/28 12:15 a.m.19 views

Input validation

Wasmtime is a standalone runtime for WebAssembly. In affected versions wasmtime's implementation of the SIMD proposal for WebAssembly on x8664 contained two distinct bugs in the instruction lowerings implemented in Cranelift. The aarch64 implementation of the simd proposal is not affected. The bu...

6.8CVSS5.8AI score0.01734EPSS
SaveExploits0References6Affected Software2
Rockylinux
Rockylinux
added 2022/06/28 12:00 a.m.17 views

scap-security-guide bug fix and enhancement update

An update for scap-security-guide is now available for Rocky Linux 8. The scap-security-guide project provides a guide for configuration of the system from the final system's security point of view. The guidance is specified in the Security Content Automation Protocol SCAP format and constitutes ...

1.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2022/06/27 11:20 p.m.84 views

CVE-2022-31104

Wasmtime is a standalone runtime for WebAssembly. In affected versions wasmtime's implementation of the SIMD proposal for WebAssembly on x8664 contained two distinct bugs in the instruction lowerings implemented in Cranelift. The aarch64 implementation of the simd proposal is not affected. The bu...

6.8CVSS5.8AI score0.01734EPSS
SaveExploits0
CVE
CVE
added 2022/06/27 11:20 p.m.103 views

CVE-2022-31104

CVE-2022-31104 concerns Wasmtime’s x86_64 SIMD implementation. Two Cranelift lowering bugs affected i8x16.swizzle and select for v128 inputs: swizzle overwrote the mask input register, potentially corrupting a constant; and select incorrectly handled 128‑bit vectors when the condition was 0, movi...

6.8CVSS5.6AI score0.01734EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2022/06/27 11:20 p.m.36 views

CVE-2022-31104 Miscompilation of `i8x16.swizzle` and `select` with v128 inputs in Wasmtime

Wasmtime is a standalone runtime for WebAssembly. In affected versions wasmtime's implementation of the SIMD proposal for WebAssembly on x8664 contained two distinct bugs in the instruction lowerings implemented in Cranelift. The aarch64 implementation of the simd proposal is not affected. The bu...

4.8CVSS5.9AI score
SaveExploits0References8
Code423n4
Code423n4
added 2022/06/24 12:00 a.m.11 views

ProxyVault implementation can be changed retroactively bricking old NibblVaults

Lines of code Vulnerability details Impact The ProxyVault.sol contract refers back to the NibbleVaultFactory.vaultImplementation This value can change over time, potentially breaking storage of the old implementations. Notice that querying the implementation from NibbleVaultFactory also incurs a...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/24 12:00 a.m.15 views

NibblVault buyout duration longer than update timelock

Lines of code Vulnerability details Impact User can buy out NFT by initiating the process through initiateBuyout, then he has to wait BUYOUTDURATION which is 5 days and if the buyout will not get rejected he can claim the NFT. During that period bidder cannot cancel the process. The issue is that...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/24 12:00 a.m.20 views

Ineffective TWAV Implementation

Lines of code Vulnerability details Background The current TWAV implementation consists of an array of 4 observations/valuations called twavObservations. Whenever, the new valuation is updated, the new cumulative valuation will be appended to the twavObservations array and the oldest...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/24 12:00 a.m.12 views

Discrepancies between document and code implementation

Lines of code Vulnerability details Impact This will tarnish the credibility of the system. Proof of Concept Document says buyout time as 3 days. But the code is implemented with 5 days as buyout time. Tools Used Manual verification Recommended Mitigation Steps Implement the code as per what...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/24 12:00 a.m.21 views

Basket NFT have no name and symbol

Lines of code Vulnerability details Impact The Basket contract is intended to be used behind a proxy. But the ERC721 implementation used is not upgradeable, and its constructor is called at deployment time on the implementation. So all proxies will have a void name and symbol, breaking all...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/06/24 12:00 a.m.57 views

SUSE SLES12 Security Update : containerd (SUSE-SU-2022:2165-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:2165-1 advisory. - runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior...

7.8CVSS7.1AI score0.00393EPSS
SaveExploits0References10
Code423n4
Code423n4
added 2022/06/23 12:00 a.m.10 views

Upgraded Q -> H from 94 [1655957384739]

Judge has assessed an item in Issue 94 as High risk. The relevant finding follows: 2. Return values of transfer/transferFrom not checked Not all IERC20 implementations revert when there's a failure in transfer/transferFrom. The function signature has a boolean return value and they indicate error...

6.9AI score
SaveExploits0
Rows per page
Query Builder