Lucene search
+L

1120 matches found

Code423n4
Code423n4
โ€ขadded 2023/01/29 12:0 a.m.โ€ข16 views

Mitigation of H-02: See comments

Lines of code Vulnerability details The PR applies the recommended mitigation from the finding, but doesn't take into account the rounding issue identified in M-09 Impact If the price the NFT is bought for is not an exact multiple of the filledQuantities, there will be a loss of precision, and...

6.8AI score
SaveExploits0
NVD
NVD
โ€ขadded 2023/01/26 9:15 p.m.โ€ข27 views

CVE-2021-28510

For certain systems running EOS, a Precision Time Protocol PTP packet of a management/signaling message with an invalid Type-Length-Value TLV causes the PTP agent to restart. Repeated restarts of the service will make the service unavailable...

7.5CVSS6AI score0.01003EPSS
SaveExploits1References1
OSV
OSV
โ€ขadded 2023/01/26 9:15 p.m.โ€ข13 views

CVE-2021-28510

For certain systems running EOS, a Precision Time Protocol PTP packet of a management/signaling message with an invalid Type-Length-Value TLV causes the PTP agent to restart. Repeated restarts of the service will make the service unavailable...

7.5CVSS5.8AI score0.01003EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
โ€ขadded 2023/01/24 12:0 a.m.โ€ข11 views

CVE-2021-28510 For certain systems running EOS, a Precision Time Protocol (PTP) packet of a management/signaling message with an invalid Type-Length-Value (TLV) causes the PTP agent to restart. Repeated restarts of the service will make the service unavailable.

For certain systems running EOS, a Precision Time Protocol PTP packet of a management/signaling message with an invalid Type-Length-Value TLV causes the PTP agent to restart. Repeated restarts of the service will make the service unavailable...

5.3CVSS7.1AI score0.01003EPSS
SaveExploits1References1
CVE
CVE
โ€ขadded 2023/01/24 12:0 a.m.โ€ข59 views

CVE-2021-28510

CVE-2021-28510 affects Arista EOS: a PTP management/signaling TLV with an invalid Type-Length-Value can cause the PTP agent to restart, leading to service unavailability. Affected EOS releases include 4.27.x (4.27.1 and earlier), 4.26.x (4.26.4 and earlier), 4.25.x (4.25.6 and earlier), and 4.24....

7.5CVSS6.2AI score0.01003EPSS
SaveExploits1References1Affected Software1
Code423n4
Code423n4
โ€ขadded 2023/01/19 12:0 a.m.โ€ข38 views

First ERC4626 deposit can break share calculation

Lines of code Vulnerability details Impact The first depositor of an ERC4626 vault can maliciously manipulate the share price by depositing the lowest possible amount 1 wei of liquidity and then artificially inflating ERC4626.totalAssets. This can inflate the base share price as high as 1:1e18...

6.7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/01/19 12:0 a.m.โ€ข25 views

First ERC4626 deposit can break share calculation

Lines of code Vulnerability details Impact ERC4626 vault share price can be maliciously inflated on the initial deposit, leading to the next depositor losing assets due to precision issues. Proof of Concept The first depositor of an ERC4626 vault can maliciously manipulate the share price by...

6.8AI score
SaveExploits0
Schneier on Security
Schneier on Security
โ€ขadded 2023/01/18 12:19 p.m.โ€ข22 views

AI and Political Lobbying

Launched just weeks ago, ChatGPT is already threatening to upend how we draft everyday communications like emails, college essays and myriad other forms of writing. Created by the company OpenAI, ChatGPT is a chatbot that can automatically respond to written prompts in a manner that is sometimes...

7.2AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/01/17 12:0 a.m.โ€ข18 views

JumpRateModelV2 may return wrong values

Lines of code Vulnerability details JumpRateModelV2 may return wrong values Impact Solidity integer division might truncate. As a result, performing multiplication before division can sometimes avoid loss of precision. Vulnerability Details In general, this is a problem due to precision mostly if...

6.8AI score
SaveExploits0
Brave Browser
Brave Browser
โ€ขadded 2023/01/13 6:11 a.m.โ€ข14 views

Brave Android 1.47.172 Security Fixes

Improved browser privacy by reducing high resolution timer precision as reported on HackerOne by joe12387. - Improved URL bar by always displaying eTLD+1 URLs. Upgraded Chromium to 109.0.5414.87 โ€” refer to Google Chrome advisories for inherited CVEs...

5.8AI score
SaveExploits0References3Affected Software1
Code423n4
Code423n4
โ€ขadded 2023/01/03 12:0 a.m.โ€ข20 views

[NAZ-M2] First ERC4626Upgradeable Deposit Exploit Can Break Share Calculation

Lines of code Vulnerability details Impact ERC4626Upgradeable is an upgradeable version of Solmate's ERC4626 Token. Solmate's convertToShares function follow the formula: assetDepositAmount totalShareSupply / assetBalanceBeforeDeposit. The share price always return 1:1 with asset token. If...

6.7AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/01/03 12:0 a.m.โ€ข15 views

TokenggAVAX.sol : First depositor can break minting of shares

Lines of code Vulnerability details Impact A well known attack vector for almost all shares based liquidity pool contracts, where an early user can manipulate the price per share and profit from late users' deposits because of the precision loss caused by the rather large value of price per share...

6.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
โ€ขadded 2022/12/24 12:0 a.m.โ€ข11 views

The vulnerability of the sec_store component in the Android operating system of Samsung devices with Qualcomm chipsets allows a hacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the secstore component in the Android operating system on Samsung devices with Qualcomm chipsets SDM660, MSM8998, SDM845, SM8150 arises from the loss of precision for a large number of operations. Exploiting this vulnerability allows an attacker to compromise the...

10CVSS7.8AI score0.00443EPSS
SaveExploits0References5Affected Software1
Code423n4
Code423n4
โ€ขadded 2022/12/16 12:0 a.m.โ€ข9 views

Truncate of values can be avoided

Lines of code Vulnerability details Truncate of values can be avoided Summary Solidity integer division might truncate. As a result, performing multiplication before division can sometimes avoid loss of precision. Details In general, this is a problem due to precision. In this case, it also affec...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2022/11/28 12:0 a.m.โ€ข11 views

First depositer can break Vault share distributions

Lines of code Vulnerability details The calculation of exchange rate for shares in PirexERC4626 Vault is done by dividing the total supply of shares by the totalAssets of the vault. The first depositor can mint a very small number of shares, then donate to the vault to manipulate the share price...

6.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
โ€ขadded 2022/11/15 11:55 a.m.โ€ข6 views

kernel: ptp: Fix possible memory leak in ptp_clock_register()

In the Linux kernel, the following vulnerability has been resolved: ptp: Fix possible memory leak in ptpclockregister I got memory leak as follows when doing fault injection test: unreferenced object 0xffff88800906c618 size 8: comm "i2c-idt82p33931", pid 4421, jiffies 4294948083 age 13.188s hex...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
โ€ขadded 2022/11/01 1:15 p.m.โ€ข116 views

CVE-2022-42324

Oxenstored 32-31 bit integer truncation issues Integers in Ocaml are 63 or 31 bits of signed precision. The Ocaml Xenbus library takes a C uint32t out of the ring and casts it directly to an Ocaml integer. In 64-bit Ocaml builds this is fine, but in 32-bit builds, it truncates off the most...

1.3AI score0.00282EPSS
SaveExploits0
OSV
OSV
โ€ขadded 2022/11/01 1:15 p.m.โ€ข38 views

CVE-2022-42324

Oxenstored 32-31 bit integer truncation issues Integers in Ocaml are 63 or 31 bits of signed precision. The Ocaml Xenbus library takes a C uint32t out of the ring and casts it directly to an Ocaml integer. In 64-bit Ocaml builds this is fine, but in 32-bit builds, it truncates off the most...

5.5CVSS1.3AI score
SaveExploits0References8
Code423n4
Code423n4
โ€ขadded 2022/10/30 12:0 a.m.โ€ข12 views

Divide before multiply

Lines of code Vulnerability details division before multiply Impact Solidity integer division might truncate. As a result, performing multiplication before division can sometimes avoid loss of precision. Proof of Concept In general, this is a problem due to precision. In this case, it also affect...

6.7AI score
SaveExploits0
Rockylinux
Rockylinux
โ€ขadded 2022/10/25 7:30 a.m.โ€ข20 views

linuxptp bug fix update

An update is available for linuxptp. 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 linuxptp packages provide Precision Time Protocol PTP implementation for...

1.3AI score
SaveExploits0
Rows per page
Query Builder