Lucene search
+L

112 matches found

UbuntuCve
UbuntuCve
added 2022/02/02 6:15 a.m.22 views

CVE-2022-24301

In Minetest before 5.4.0, players can add or subtract items from a different player's inventory...

6.5CVSS6.6AI score0.00994EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/01/01 12:00 a.m.27 views

PT-2025-8568

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A subtraction overflow bug has been resolved in the Linux kernel. The issue occurs when hole end is small enough to cause a subtraction overflow, or when addr + 2 min alignment overflows...

7.8CVSS6.7AI score0.00276EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/12/01 12:00 a.m.28 views

MiningService _withdrawMultiple will fail most of the times

Handle hyh Vulnerability details Impact Impact depends on subtraction overflow handling and this way on the compiler version used for production deployment. If compiler version above 0.8: The compiler will check subtraction and fail, so: a user will have all withdrawals failed most of the times,...

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

ConcentratedLiquidityPoolManager: incorrect calculation of secondsUnclaimed

Handle hickuphh3 Vulnerability details Impact The subtraction of secondsClaimed should be performed after the left shifting of bits in uint256 secondsUnclaimed = maxTime - incentive.startTime 128 - incentive.secondsClaimed; Recommended Mitigation Steps uint256 secondsUnclaimed = maxTime -...

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

Wrong subtraction from reserve in burn

Handle pauliax Vulnerability details Impact function burn should subtract amount0 and amount1, not only fees from reserve0 and reserve1 here as whole amounts are withdrawn: reserve0 -= uint128amount0fees; reserve1 -= uint128amount1fees; Recommended Mitigation Steps reserve0 -= uint128amount0;...

7AI score
SaveExploits0
NVD
NVD
added 2021/07/20 7:15 a.m.20 views

CVE-2020-36430

libass 0.15.x before 0.15.1 has a heap-based buffer overflow in decodechars called from decodefont and processtext because the wrong integer data type is used for subtraction...

7.8CVSS0.01075EPSS
SaveExploits0References5
OSV
OSV
added 2021/07/20 7:15 a.m.25 views

CVE-2020-36430

libass 0.15.x before 0.15.1 has a heap-based buffer overflow in decodechars called from decodefont and processtext because the wrong integer data type is used for subtraction...

7.8CVSS7.2AI score
SaveExploits0References5
Prion
Prion
added 2021/07/20 7:15 a.m.25 views

Heap overflow

libass 0.15.x before 0.15.1 has a heap-based buffer overflow in decodechars called from decodefont and processtext because the wrong integer data type is used for subtraction...

6.8CVSS7.8AI score0.01075EPSS
SaveExploits0References5Affected Software2
UbuntuCve
UbuntuCve
added 2021/07/20 7:15 a.m.52 views

CVE-2020-36430

libass 0.15.x before 0.15.1 has a heap-based buffer overflow in decodechars called from decodefont and processtext because the wrong integer data type is used for subtraction...

7.8CVSS7.3AI score0.01075EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2021/07/20 6:47 a.m.83 views

CVE-2020-36430

libass 0.15.x before 0.15.1 has a heap-based buffer overflow in decodechars called from decodefont and processtext because the wrong integer data type is used for subtraction...

7.8CVSS7.8AI score0.01075EPSS
SaveExploits0
CNNVD
CNNVD
added 2021/07/20 12:00 a.m.14 views

libass 缓冲区错误漏洞

libass is a subtitle renderer based on the ASS/SSA format by an individual developer. A security vulnerability exists in libass that stems from a heap-based buffer overflow because the wrong integer data type is used for subtraction...

7.8CVSS7.5AI score0.01075EPSS
SaveExploits0References8
Code423n4
Code423n4
added 2021/07/07 12:00 a.m.17 views

Exposure.sortVaultsByDelta can underflow

Handle cmichel Vulnerability details Vulnerability Details The sortVaultsByDelta function performs an unsafe subtraction on two uint256 before casting them to int256. The subtraction can underflow and the cast to int256 can either fail and revert the transaction if greater than typeint256.max, or...

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

Buoy3Pool.safetyCheck can underflow

Handle cmichel Vulnerability details Vulnerability Details The safetyCheck function performs an unsafe subtraction on two uint256 before casting them to int256. The subtraction can underflow and the cast to int256 can either fail and revert the transaction if greater than typeint256.max, or, fit...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/30 12:00 a.m.13 views

Logic error in fee subtraction

Handle 0xsanson Vulnerability details Impact In LibBalances.applyTrade we need to collect a fee from the trade. The current code however subtracts a fee from the short position and adds it to the long. The correct implementation is to subtract a fee to both see TracerPerpetualSwaps.solL272. This...

7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2020/01/23 12:00 a.m.26 views

Huawei EulerOS: Security Advisory for mercurial (EulerOS-SA-2019-2214)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 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...

9.8CVSS8.7AI score0.02665EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2019/12/31 12:00 a.m.33 views

NewStart CGSL CORE 5.05 / MAIN 5.05 : mercurial Multiple Vulnerabilities (NS-SA-2019-0234)

The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has mercurial packages installed that are affected by multiple vulnerabilities: - Mercurial version 4.5 and earlier contains a Incorrect Access Control CWE-285 vulnerability in Protocol server that can result in Unauthorized da...

9.8CVSS7.3AI score0.02665EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2019/12/02 12:00 a.m.36 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : mercurial Multiple Vulnerabilities (NS-SA-2019-0216)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has mercurial packages installed that are affected by multiple vulnerabilities: - Mercurial version 4.5 and earlier contains a Incorrect Access Control CWE-285 vulnerability in Protocol server that can result in Unauthorized da...

9.8CVSS7.3AI score0.02665EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2019/06/30 10:20 p.m.35 views

CVE-2019-13109

An integer overflow in Exiv2 through 0.27.1 allows an attacker to cause a denial of service SIGSEGV via a crafted PNG image file, because PngImage::readMetadata mishandles a chunkLength - iccOffset subtraction...

6.4AI score0.01579EPSS
SaveExploits1References3
zdt
zdt
added 2018/10/09 12:00 a.m.123 views

Linux Kernel - Pointer Leak via BPF Exploit

Exploit for linux platform in category dos / poc / Commit 82abbf8d2fc46d79611ab58daa7c608df14bb3ee "bpf: do not allow root to mangle valid pointers", first in v4.15 included the following snippet: ========= @@ -2319,43 +2307,29 @@ static int adjustregminmaxvalsstruct bpfverifierenv env, if...

0.2AI score
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
added 2018/07/28 4:04 p.m.44 views

Security update for mercurial (moderate)

This update for mercurial fixes the following issues: Security issues fixed: - CVE-2018-13346: Fix mpatchapply function in mpatch.c that incorrectly proceeds in cases where the fragment start is past the end of the original data bsc1100354. - CVE-2018-13347: Fix mpatch.c that mishandles integer...

1.3AI score0.02665EPSS
SaveExploits0References3
Rows per page
Query Builder