Lucene search
+L

443 matches found

Code423n4
Code423n4
added 2022/06/29 12:00 a.m.14 views

No authentication for SimplePriceOracle

Lines of code Vulnerability details Impact Anyone can call setUnderlyingPrice on the SimplePriceOracle to set the oracle values. These are in turn used for the interest calculations, meaning anyone can manipulate this calculation via the Oracle. Note that SimplePriceOracle in Compound is only...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:20 p.m.12 views

GSD-2022-1003511 nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION

nfc: st21nfca: fix incorrect sizing calculations in EVTTRANSACTION This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.122 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:28 p.m.12 views

GSD-2022-1002927 nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION

nfc: st21nfca: fix incorrect sizing calculations in EVTTRANSACTION This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.15 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 5:59 p.m.11 views

GSD-2022-1002582 nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION

nfc: st21nfca: fix incorrect sizing calculations in EVTTRANSACTION This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.4 by commit...

7.2AI score
SaveExploits0
Pen Test Partners Blog
Pen Test Partners Blog
added 2022/06/28 5:47 a.m.22 views

CMC Electronics EFB breakout vulnerability

We’ve been finding vulnerabilities in electronic flight bags for a few years now. Disclosure response from the vendors involved has varied from excellent to radio silence. In every case we have tried extremely hard to engage with the vendors involved, even where we were ignored. We asked friendly...

7.3AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2022/06/20 8:08 p.m.6 views

Malicious code in @munters/calculations (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware cc48e14a8340b8fe4d4f38042d8fc3c982327833cb977f4bd1f847a84a6c9b81 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2022/05/19 12:00 a.m.73 views

F5 Networks BIG-IP : Diffie-Hellman key agreement protocol weaknesses (K83120834)

The version of F5 Networks BIG-IP installed on the remote host is prior to 16.1.4 / 17.1.0. It is, therefore, affected by multiple vulnerabilities as referenced in the K83120834 advisory. The Diffie-Hellman Key Agreement Protocol allows remote attackers from the client side to send arbitrary...

7.5CVSS7.1AI score0.24639EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2022/05/08 12:00 a.m.14 views

PermissionlessBasicPoolFactory use hard coded decimals of 18

Lines of code Vulnerability details Once reward/deposit tokens decimals differ from 18 the calculations with a hard coded 1e18 will become grossly incorrect. This will lead either to receiving no rewards: say deposit is USDC with decimals of 6, being divided by 1e18 it adds 1e-12 to the rewards...

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

Code credits fee-on-transfer tokens for amount stated, not amount transferred

Lines of code Vulnerability details Some ERC20 tokens, such as Tether USDT, allow for charging a fee any time transfer or transferFrom is called. If a contract does not allow for amounts to change after transfers, asset calculations will be incorrect. While the planned tokens to be used may not...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/03/18 12:00 a.m.21 views

Strategy Migration May Leave Tokens in the Old Strategy Impacting Share Calculations

Lines of code Vulnerability details Impact If a strategy does not have sufficient funds to withdraw for the full amount then it is possible that tokens will be left in this yield contract during migrate. It is common for withdrawal from a strategy to withdraw less than a user's balance. The reaso...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/20 12:00 a.m.13 views

totalAssets() can overflow leading to the incorrect pricing of assets

Lines of code Vulnerability details The TurboSafe's totalAssets function is used by ERC4626.previewDeposit, ERC4626.previewMint, ERC4626.previewWithdraw, and ERC4626.previewRedeem. These preview functions are called directly by the non-preview versions and therefore if totalAssets has the wrong...

7AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2022/01/17 12:00 a.m.13 views

The vulnerability of the wireshark traffic analysis program, related to incorrect calculations, allows a hacker to trigger a service failure.

The vulnerability of the wireshark traffic analysis program is related to the GQUIC disassociation. Exploiting this vulnerability could allow a malicious actor to cause a service failure...

7.5CVSS7.1AI score0.02066EPSS
SaveExploits1References9Affected Software4
CNVD
CNVD
added 2021/12/21 12:00 a.m.52 views

Unspecified Vulnerability in NumPy (CNVD-2021-101680)

NumPy is a Python scientific computing package. The product supports a large number of dimensional arrays and matrix calculations, as well as providing a large library of mathematical functions for data operations. A security vulnerability exists in NumPy 1.9 that stems from incomplete string...

5.3CVSS5.4AI score0.01561EPSS
SaveExploits1References1
BDU FSTEC
BDU FSTEC
added 2021/10/27 12:00 a.m.12 views

The vulnerability of the hw/display/ati_2d.c component in the hardware/display/ati_2d emulation software by QEMU, due to incorrect calculations, allows a hacker to trigger a service failure.

The vulnerability of the hw/display/ati2d.c component in the hardware/display/ati2d emulator of QEMU is related to incorrect calculations. Exploiting this vulnerability can allow a remote attacker to cause a service failure...

6.5CVSS6.9AI score0.02528EPSS
SaveExploits0References9Affected Software4
Code423n4
Code423n4
added 2021/10/23 12:00 a.m.13 views

debts calculation is not accurate

Handle gpersoon Vulnerability details Impact The value of the global variable debts in the contract MochiVault.sol is calculated in an inconsistent way. In the function borrow the variable debts is increased with a value excluding the fee. However in repay and liquidate it is decreased with the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/06 12:00 a.m.11 views

Manipulation of secondsClaimed

Handle pauliax Vulnerability details Impact function addIncentive does not verify secondsClaimed so any arbitrary value can be set initially by the creator and it may break calculations. Recommended Mitigation Steps Consider either requiring that incentive.secondsClaimed is 0 or manually resettin...

7.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/09/30 12:00 a.m.11 views

The vulnerability of the Linux operating system’s kernel allows a hacker to execute arbitrary code within the kernel context.

The vulnerability of the Linux operating system’s kernel is related to incorrect calculations. Exploiting this vulnerability allows an attacker to execute arbitrary code within the kernel context...

7CVSS7.7AI score0.01754EPSS
SaveExploits1References17Affected Software4
Code423n4
Code423n4
added 2021/09/22 12:00 a.m.15 views

Publisher May Accidentally Publish New Index With Incorrect Token Decimals

Handle leastwood Vulnerability details Impact The defiProtocol platform expects all tokens to be 18 decimals, however, nowhere in the contracts is this behaviour enforced. As a result, if a publisher mistakenly publishes a new index with new tokens that don't conform to this standard, settleAucti...

7AI score
SaveExploits0
Pen Test Partners Blog
Pen Test Partners Blog
added 2021/09/14 5:23 a.m.25 views

EFB Tampering. Approach and Landing Performance Part 1

Approach and Landing Performance Part 1: Introduction and Landing Distance Calculations Click here for part 2 TL;DR Approach and landing performance applications perform calculations to provide critical performance data to pilots e.g. speed / flap settings on approach Modifying any one of these...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/08/23 2:15 a.m.4 views

DEBIAN-CVE-2020-36475

An issue was discovered in Mbed TLS before 2.25.0 and before 2.16.9 LTS and before 2.7.18 LTS. The calculations performed by mbedtlsmpiexpmod are not limited; thus, supplying overly large parameters could lead to denial of service when generating Diffie-Hellman key pairs...

7.5CVSS7.2AI score0.01995EPSS
SaveExploits0References1
Rows per page
Query Builder