Lucene search
+L

12092 matches found

Prion
Prion
added 2021/11/05 3:15 a.m.24 views

Design/Logic Flaw

A vulnerability of storing sensitive information insecurely in Property Settings prior to SMR Nov-2021 Release 1 allows attackers to read ESN value without priviledge...

2.1CVSS5.2AI score0.00068EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2021/11/04 11:15 p.m.8 views

UBUNTU-CVE-2021-43400

An issue was discovered in gatt-database.c in BlueZ 5.61. A use-after-free can occur when a client disconnects during D-Bus processing of a WriteValue call...

9.1CVSS6.7AI score0.0166EPSS
SaveExploits0References3
CVE
CVE
added 2021/11/02 6:15 p.m.55 views

CVE-2021-36174

CVE-2021-36174 affects Fortinet FortiPortal prior to 6.0.6. The issue is an uncontrolled memory allocation in the license verification function, enabling denial of service via specially crafted license blobs. Documented impact includes availability degradation (partial to high in CVSS assessments...

7.5CVSS7.3AI score0.00781EPSS
SaveExploits0References1Affected Software1
CNVD
CNVD
added 2021/11/02 12:00 a.m.35 views

WordPress Wp Cookie Choice Cross-site Request Forgery Vulnerability

WordPress is the Wordpress Foundation's set of blogging platforms developed using the PHP language, a WordPress open source application plugin that supports setting up personal blogging sites on servers with PHP and MySQL. WordPress Wp Cookie Choice 1.1.0 and earlier versions are vulnerable to...

6.5CVSS2.3AI score0.00526EPSS
SaveExploits1References1
Hacker One
Hacker One
added 2021/11/01 5:11 a.m.44 views

Lark Technologies: Able to steal private files by manipulating response using Auto Reply function of Lark

A IDOR Insecure Direct Object Reference vulnerability was found within the "AutoReply" functions of Lark. This vulnerability could have allowed malicious users to fetch the files of other users if they knew the specific file ID which was an alphanumeric value. We thank @imrannisar for reporting...

1.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2021/10/30 12:00 a.m.28 views

Fedora: Security Advisory for redis (FEDORA-2021-aa94492a09)

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...

9CVSS6.8AI score0.16904EPSS
SaveExploits0References2
Fedora
Fedora
added 2021/10/29 11:18 p.m.180 views

[SECURITY] Fedora 35 Update: redis-6.2.6-1.fc35

Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing se...

9CVSS0.7AI score0.16904EPSS
SaveExploits0
Code423n4
Code423n4
added 2021/10/29 12:00 a.m.20 views

Lack Of Return Value Check On the Oracle

Handle defsec Vulnerability details Impact During the code review, It has been seen that oracle return value has not been checked on the function. If oracle is returned price as a 0, balance of shares will be zero. Proof of Concept 1. Navigate to "" 2. The return value pricePerShare function has...

7.1AI score
SaveExploits0
OSV
OSV
added 2021/10/28 1:54 p.m.15 views

GSD-2021-1001893 netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value

netfilter: xtIDLETIMER: fix panic that occurs when timertype has garbage value 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.14.15 by commi...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/10/28 1:15 p.m.9 views

CVE-2021-37001

There is a Register tampering vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may allow the register value to be modified...

7.5CVSS5.8AI score0.00581EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/10/28 1:15 p.m.8 views

CVE-2021-37001

There is a Register tampering vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may allow the register value to be modified...

7.5CVSS7AI score0.00581EPSS
SaveExploits0References2Affected Software2
Kitploit
Kitploit
added 2021/10/28 11:30 a.m.49 views

DonPAPI - Dumping DPAPI Credz Remotely

Dumping revelant information on compromised targets without AV detection DPAPI dumping Lots of credentials are protected by DPAPI. We aim at locating those "secured" credentials, and retreive them using : User password Domaine DPAPI BackupKey Local machine DPAPI Key protecting TaskScheduled blob...

7.1AI score
SaveExploits0References7
OSV
OSV
added 2021/10/28 12:00 a.m.6 views

OSV-2021-1495 Use-of-uninitialized-value in key_fuzz_target

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40381 Crash type: Use-of-uninitialized-value Crash state: keyfuzztarget std::1::function::funcvoid function.h...

7.2AI score
SaveExploits0References1
Code423n4
Code423n4
added 2021/10/27 12:00 a.m.10 views

[DutchAuctionLiquidator.sol] The return value of an external transfer call is not checked

Handle nikitastupin Vulnerability details Impact Some tokens do not revert in case of failure and return false instead. If one of these tokens is used in Mochi, settleLiquidation will not revert if the transfer fails, and an attacker can call settleLiquidation for free. Proof of Concept Tools Use...

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

Historic data being requested as a part of MochiVault.withdraw and borrow functions can be outdated, so a user can avoid historic data update with sending old piece of _data

Handle hyh Vulnerability details Impact Asking to provide historic data proof doesn't imply that pricing is current, a malicious user can wait for market volatility and do deposit/borrow sequence with outdated price, borrowing more than current market value of supplied assets for example, suppose...

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

Unhandled return values of transfer

Handle WatchPug Vulnerability details ERC20 implementations are not always consistent. Some implementations of transfer could return ‘false’ on failure instead of reverting. It is safer to wrap such calls into require statements to these failures. Unsafe transfer calls were found in the following...

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

ERC20 return values not checked

Handle cmichel Vulnerability details The ERC20.transfer and ERC20.transferFrom functions return a boolean value indicating success. This parameter should checked for success. See VestedRewardPool.claim which performs ERC20 transfers without checking for the return value. Impact As the trusted moc...

6.9AI score
SaveExploits0
OpenVAS
OpenVAS
added 2021/10/27 12:00 a.m.16 views

FreeSWITCH < 1.10.6 Information Disclosure Vulnerability

FreeSWITCH is prone to an information disclosure vulnerability. 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 softwar...

7.5CVSS7.3AI score0.01868EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2021/10/27 12:00 a.m.15 views

Uniswap / Sushiswap prices can be manipulated through flashloans

Handle cmichel Vulnerability details The UniswapV2CSSR.getExchangeRatio uses the current reserve to derive the exchange ratio. The fact that it mixes in historic data does not matter because it still uses the current reserves which can be manipulated through flashloans in currentPriceCumulative...

6.8AI score
SaveExploits0
OSV
OSV
added 2021/10/26 12:00 a.m.8 views

OSV-2021-1488 Use-of-uninitialized-value in ExtractDestination

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40298 Crash type: Use-of-uninitialized-value Crash state: ExtractDestination ScriptPubKeyToUniv TxToUniv...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder