Lucene search
+L

1120 matches found

OSV
OSV
added 2021/11/15 4:15 a.m.5 views

ALPINE-CVE-2021-43618

GNU Multiple Precision Arithmetic Library GMP through 6.2.1 has an mpz/inpraw.c integer overflow and resultant buffer overflow via crafted input, leading to a segmentation fault on 32-bit platforms...

7.5CVSS7.5AI score0.03425EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2021/11/15 4:15 a.m.8 views

CVE-2021-43618

GNU Multiple Precision Arithmetic Library GMP through 6.2.1 has an mpz/inpraw.c integer overflow and resultant buffer overflow via crafted input, leading to a segmentation fault on 32-bit platforms...

7.5CVSS7.4AI score0.03425EPSS
SaveExploits1References9
CVE
CVE
added 2021/11/15 12:0 a.m.663 views

CVE-2021-43618

CVE-2021-43618 affects GMP up to version 6.2.1. The issue is an integer overflow in mpz/inp_raw.c that can cause a buffer overflow, leading to a segmentation fault on 32‑bit platforms. Public advisories in multiple distributions confirm a patched release is available (e.g., GMP 6.2.1-2 and newer;...

7.5CVSS7.7AI score0.03425EPSS
SaveExploits1References8Affected Software1
Code423n4
Code423n4
added 2021/11/15 12:0 a.m.12 views

TWAPOracle.getRate does not scale the ratio

Handle cmichel Vulnerability details The TWAPOracle.getRate function simply performs an integer division to compute the rate. function getRate public view returns uint256 result uint256 tUSDInUSDV = consultUSDV; uint256 tUSDInVader = consultVADER; // @audit shouldn't this scale by 1e18 first?...

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

Get virtual price is not monotonically increasing

Handle jonah1005 Vulnerability details Impact There's a feature of virtualPrice that is monotonically increasing regardless of the market. This function is heavily used in multiple protocols. e.g.curve metapool, mim, ... This is not held in the current implementation of customSwap since...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/10 12:0 a.m.8 views

SwapUtils.sol Wrong implementation

Handle WatchPug Vulnerability details Based on the context, the tokenPrecisionMultipliers used in price calculation should be calculated in realtime based on initialTargetPrice, futureTargetPrice, futureTargetPriceTime and current time, just like getA and getA2. However, in the current...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2021/11/09 5:52 p.m.17 views

linuxptp: wrong length of one-step follow-up in transparent clock

A flaw was found in the ptp4l program of the linuxptp package. When ptp4l is operating on a little-endian architecture as a PTP transparent clock, a remote attacker could send a crafted one-step sync message to cause an information leak or crash. The highest threat from this vulnerability is to...

7.1CVSS5.8AI score0.01895EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/11/09 5:52 p.m.37 views

Moderate: Red Hat Security Advisory: linuxptp security, bug fix, and enhancement update

An update for linuxptp is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

7.1CVSS7.1AI score0.01895EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/09 9:0 a.m.25 views

RLSA-2021:4321 Moderate: linuxptp security, bug fix, and enhancement update

The linuxptp packages provide Precision Time Protocol PTP implementation for Linux according to IEEE standard 1588 for Linux. The dual design goals are to provide a robust implementation of the standard and to use the most relevant and modern Application Programming Interfaces API offered by the...

7.1CVSS7AI score0.01895EPSS
SaveExploits0References3
Openbugbounty
Openbugbounty
added 2021/11/03 4:8 a.m.16 views

precisiontoyota.co.zw Improper Access Control vulnerability OBB-2227953

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.6AI score
SaveExploits0
NCSC
NCSC
added 2021/11/02 12:0 a.m.9 views

Vulnerabilities fixed in Dell BIOS

Dell has fixed vulnerabilities in the BIOS of, among others. Optiplex, Precision and Wyse systems. The vulnerabilities allow a local, authenticated malicious person to execute arbitrary code into the System Management RAM SMRAM. Normally only a system's firmware can execute code in SMRAM. A...

7.5CVSS7.4AI score0.00319EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/10/20 12:0 a.m.14 views

Rebalance will fail due to low precision of percentages

Handle cmichel Vulnerability details The AssetManager.rebalance function has a check at the end to ensure that all tokens are deposited again: requiretoken.balanceOfaddressthis == 0, "AssetManager: there are remaining funds in the fund pool"; The idea is that the last market deposits all...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/09/29 12:0 a.m.8 views

Rounding errors will occur for tokens without decimals

Handle tensors Vulnerability details Some rare tokens have 0 decimals: For these tokens, small losses of precision will be amplified by the lack of decimals. Consider a constant product pool with 1000 of token0 with no decimals, and 1000 of token1 also with no decimals. Suppose I swap n= 1,2,3,4 ...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/09/10 12:0 a.m.7 views

The vulnerability of the ptp4l software service, which is used to implement the PTP protocol for LinuxPTP, allows a malicious actor to cause an unexpected termination of the application.

The vulnerability of the ptp4l software service for implementing the LinuxPTP timing protocol is due to an operation going beyond the buffer boundaries in memory. Exploiting this vulnerability can allow a malicious actor to cause an application to terminate abnormally by creating a one-step...

7.5CVSS7.4AI score0.01895EPSS
SaveExploits0References9Affected Software4
Code423n4
Code423n4
added 2021/08/13 12:0 a.m.22 views

CompositeMultiOracle returns wrong decimals for prices?

Handle cmichel Vulnerability details The CompositeMultiOracle.peek/get functions seem to return wrong prices. It's unclear what decimals source.decimals refers to in this case. Does it refer to source.source token decimals? It chains the price arguments through peek function calls and a single...

6.8AI score
SaveExploits0
Debian
Debian
added 2021/07/31 12:6 a.m.105 views

[SECURITY] [DLA 2723-1] linuxptp security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-2723-1 [email protected] https://www.debian.org/lts/security/ Thorsten Alteholz July 31, 2021 https://wiki.debian.org/LTS -...

8.8CVSS9.1AI score0.02955EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/07/28 12:0 a.m.12 views

TokenToLock default value

Handle cmichel Vulnerability details The PoolBase.TokenToLockXRate function returns the "Current exchange rate from token to lockToken". It does not specify the precision and according to the documentation, it sounds like one just has to multiply this value by any token amount to get the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/21 12:0 a.m.14 views

Dao.calcReward(address) has potential division before multiplication arithmetic errors

Handle heiho1 Vulnerability details Impact Dao.calcRewardaddress on lines 203 and 204 are potentially problematic in that division may potentially truncate values resulting in loss of precision. Proof of Concept Tools Used Slither Recommended Mitigation Steps Potentially this issue is lessened wi...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2021/07/18 12:0 a.m.17 views

Fedora: Security Advisory for linuxptp (FEDORA-2021-a5b584004c)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH 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-or-later This program is free software; you can...

7.9AI score
SaveExploits0References2
Fedora
Fedora
added 2021/07/16 1:6 a.m.44 views

[SECURITY] Fedora 33 Update: linuxptp-3.1.1-1.fc33

This software is an implementation of the Precision Time Protocol PTP according to IEEE standard 1588 for Linux. The dual design goals are to provi de a robust implementation of the standard and to use the most relevant and mode rn Application Programming Interfaces API offered by the Linux kerne...

8.8CVSS7.9AI score0.02955EPSS
SaveExploits0
Rows per page
Query Builder