Lucene search
+L

7384 matches found

Veracode
Veracode
added 2021/10/11 4:53 a.m.41 views

Denial Of Service (DoS)

golang is vulnerable to denial of service. The vulnerability exists due to a data overwrite when invoking functions from WASM modules, built using GOARCH=wasm GOOS=js, passing very large arguments...

9.8CVSS3AI score0.10874EPSS
SaveExploits0References11Affected Software6
CNNVD
CNNVD
added 2021/10/11 12:00 a.m.10 views

DzzOffice 跨站脚本漏洞

DzzOffice is a platform from IBM DzzOffice in the United States that provides online collaborative office suite functionality. The platform can be used to provide features such as online documents, forms, webstores, presentations, and more. A cross-site scripting vulnerability exists in IBM...

5.4CVSS5.5AI score0.00503EPSS
SaveExploits1References2
CNVD
CNVD
added 2021/10/08 12:00 a.m.42 views

ECOA BAS controller unauthorized access vulnerability

ECOA BAS controller is an intelligent lighting control solution. an unauthorized access vulnerability exists in ECOA BAS controller, which can be exploited by remote attackers to bypass authorization to access hidden resources in the system and perform privileged functions...

6.5CVSS4.8AI score0.0087EPSS
SaveExploits1
Fedora
Fedora
added 2021/10/07 5:18 p.m.49 views

[SECURITY] Fedora 34 Update: python-mpmath-1.2.1-2.fc34

Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It provides an extensive set of transcendental functions, unlimited exponent sizes, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more. Almost an...

7.5CVSS1AI score0.04179EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/10/06 5:48 p.m.44 views

missing clamps for decimal args in external functions

Impact The following code does not properly validate that its input is in bounds. python @external def foox: decimal - decimal: return x Patches 0.3.0 / 2447 Workarounds Don't use decimal args...

4.3CVSS2.7AI score0.00803EPSS
SaveExploits1References5Affected Software1
Code423n4
Code423n4
added 2021/10/06 12:00 a.m.14 views

Missing event & timelock for critical onlyAdmin functions

Handle 0xRajeev Vulnerability details Impact onlyAdmin functions that change critical contract parameters/addresses/state should emit events and consider adding timelocks so that users and other privileged roles can detect upcoming changes by offchain monitoring of events and have the time to rea...

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

Missing events/timelocks for owner/admin only functions that change critical parameters

Handle defsec Vulnerability details Impact Owner/admin only functions that change critical parameters should emit events and have timelocks. Events allow capturing the changed parameters so that off-chain tools/interfaces can register such changes with timelocks that allow users to evaluate them...

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

onlyAdmin Role May Unintentionally Cause Issues in the Underlying Protocol

Handle leastwood Vulnerability details Impact The onlyAdmin role points to an EOA account managed by the Swivel team. Withdrawals from the Swivel protocol have to be scheduled by the onlyAdmin role, ensuring that users have sufficient time to withdraw, if required. The setFee function in Swivel.s...

7.3AI score
SaveExploits0
PyPA
PyPA
added 2021/10/05 11:15 p.m.14 views

PYSEC-2021-366

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions external functions did not properly validate the bounds of decimal arguments. The can lead to logic errors. This issue has been resolved in version 0.3.0...

4.3CVSS6.8AI score0.00803EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2021/10/05 12:00 a.m.9 views

Omikron MultiCash 授权问题漏洞

Omikron MultiCash is a one-stop solution for infrastructure, software and services from Omikron Germany. A security vulnerability exists in Omikron MultiCash Desktop 4.00.008.SP5, which allows an attacker to attach a debugger to a process or create a patch to manipulate the behavior of login...

7.8CVSS7.3AI score0.00234EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/05 12:00 a.m.15 views

Huawei HarmonyOS 代码注入漏洞

Huawei HarmonyOS is an operating system from Huawei China. It provides a full-scenario distributed operating system based on a microkernel. A security vulnerability exists in a component of Huawei HarmonyOS. An attacker can exploit the vulnerability to affect some of the system's protection...

10CVSS8.4AI score0.01054EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2021/10/04 4:00 a.m.38 views

CVE-2021-21704

Removed by vendor...

5.9CVSS6.5AI score0.01796EPSS
SaveExploits1
Huntr
Huntr
added 2021/10/01 5:05 p.m.13 views

Use of a Broken or Risky Cryptographic Algorithm in livehelperchat/livehelperchat

Description livehelperchat uses cryptographically insecure functions microtime, mtrand and even rand to generate sensitive information. Proof of Concept None provided, see the PHP documentation that specifies the cryptographic insecurity of the above functions. Impact This vulnerability is capabl...

1.6AI score
SaveExploits0
CNNVD
CNNVD
added 2021/09/30 12:00 a.m.14 views

Ecoa Bas controller 安全漏洞

ECOA BAS controller is an intelligent lighting control solution. an unauthorized access vulnerability exists in ECOA BAS controller, which can be exploited by remote attackers to bypass authorization to access hidden resources in the system and perform privileged functions...

8.8CVSS8AI score0.0087EPSS
SaveExploits1References2
OSV
OSV
added 2021/09/29 5:09 p.m.76 views

GHSA-7322-JRQ4-X5HF File reference keys leads to incorrect hashes on HMAC algorithms

Impact Users of HMAC-based algorithms HS256, HS384, and HS512 combined with Lcobucci\JWT\Signer\Key\LocalFileReference as key are having their tokens issued/validated using the file path as hashing key - instead of the contents. The HMAC hashing functions take any string as input and, since users...

4.4CVSS4.4AI score0.00205EPSS
SaveExploits0References6
Code423n4
Code423n4
added 2021/09/29 12:00 a.m.18 views

HybridPool's reserve is converted to "amount" twice

Handle cmichel Vulnerability details The HybridPool's reserves are stored as Bento "amounts" not Bento shares in updateReserves because balance converts the current share balance to amount balances. However, when retrieving the reserve0/1 storage fields in getReserves, they are converted to amoun...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/09/29 12:00 a.m.13 views

HybridPool._updateReserves Wrong implementation

Handle WatchPug Vulnerability details HybridPool.updateReserves is supposed to update the reserves to the latest bento share amounts. Instead, it uses underlying token amounts. In the getReserves function, reserves are treated as bento share amounts and get converted to underlying token amounts...

6.7AI score
SaveExploits0
ThreatPost
ThreatPost
added 2021/09/24 3:48 p.m.32 views

TangleBot Malware Reaches Deep into Android Device Functions

An Android malware called TangleBot has weaved its way onto the cyber-scene: One that researchers said can perform a bouquet of malicious actions, including stealing personal info and controlling apps and device functions. According to Cloudmark researchers, the newly discovered mobile malware is...

7.1AI score
SaveExploits0References6
Imperva Blog
Imperva Blog
added 2021/09/22 3:28 p.m.25 views

Imperva An Eight-Time Magic Quadrant Leader for Web Application and API Protection

2021 has seen a lot of change. Billionaires now go where only governments and Red Bull gimmicks could go before. The 2020 Olympics didn’t take place in 2020. Tom Brady won his 7th Super Bowl for a completely new franchise those of you in the US get this reference. Similar change in application...

0.4AI score
SaveExploits0
CNVD
CNVD
added 2021/09/18 12:00 a.m.57 views

Xiaomi community licensing issue vulnerability

Xiaomi Community, an official user community application of Xiaomi, China, is vulnerable to an authorization issue in versions prior to 3.0.210809, which stems from the exposure of some js interfaces. An attacker could use this vulnerability to maliciously invoke sensitive functions...

5.3CVSS5.1AI score0.00708EPSS
SaveExploits0References1
Rows per page
Query Builder