Lucene search
+L

6489 matches found

ATTACKERKB
ATTACKERKB
added 2022/02/28 10:15 p.m.4 views

CVE-2021-27014

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/02/28 10:15 p.m.5 views

CVE-2021-27011

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/02/28 10:15 p.m.5 views

CVE-2021-27016

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
CVE
CVE
added 2022/02/28 9:58 p.m.62 views

CVE-2021-27015

CVE-2021-27015 entry is rejected/not used and does not represent an active vulnerability.

7.3AI score
SaveExploits0
CVE
CVE
added 2022/02/28 9:58 p.m.68 views

CVE-2021-27013

This CVE entry is rejected and does not represent an active vulnerability.

7.3AI score
SaveExploits0
CVE
CVE
added 2022/02/28 9:58 p.m.53 views

CVE-2021-27011

This CVE-2021-27011 entry is rejected and not used per the Initial Description.

7.3AI score
SaveExploits0
OSV
OSV
added 2022/02/28 6:13 p.m.12 views

CLSA-2022-1646071990 Fix of CVE: CVE-2021-3667, CVE-2021-3631

CVE-2021-3631: security: fix SELinux label generation logic - CVE-2021-3667: storagedriver: Unlock object on ACL fail in storagePoolLookupByTargetPath...

6.5CVSS6.7AI score0.01366EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2022/02/23 12:0 a.m.11 views

After debt seizure from InsuranceFund, user can dilute all past participants.

Lines of code Vulnerability details Impact A user can get a much larger portion of the pool as it recovers from a debt seizure. The intent of the insurance pool seems to be that it could recover from a bad debt event. Proof of Concept 1. Alice is the first LP to the insurance pool, and deposits...

6.6AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/17 12:0 a.m.12 views

ThecosomataETH.addLiquidity can be subject to sandwich attack

Lines of code Vulnerability details Impact Liquidity addition can happen at a manipulated pool state and result in receiving fewer LP shares than actual market state dictates Proof of Concept addLiquidity measures slippage based on the pool returned amount via calctokenamount: Pool returned amoun...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/02/10 12:21 a.m.3 views

GHSA-87V6-CRGM-2GFJ Division by zero in Tensorflow

Impact The implementation of FractionalMaxPool can be made to crash a TensorFlow process via a division by 0: python import tensorflow as tf import numpy as np tf.rawops.FractionalMaxPool value=tf.constantvalue=1, 4, 2, 3, dtype=tf.int64, poolingratio=1.0, 1.44, 1.73, 1.0, pseudorandom=False,...

7.1CVSS5.8AI score0.00783EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/10 12:20 a.m.10 views

GHSA-C582-C96P-R5CQ Memory exhaustion in Tensorflow

Impact The implementation of ThreadPoolHandle can be used to trigger a denial of service attack by allocating too much memory: python import tensorflow as tf y = tf.rawops.ThreadPoolHandlenumthreads=0x60000000,displayname='tf' This is because the numthreads argument is only checked to not be...

5.3CVSS5.8AI score0.00765EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/09 11:46 p.m.7 views

GHSA-3MW4-6RJ6-74G5 Null pointer dereference in TensorFlow

Impact The implementation of QuantizedMaxPool has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer. python import tensorflow as tf tf.rawops.QuantizedMaxPool input = tf.constant4, dtype=tf.quint8, mininput = , maxinput = 1, ksize = 1, 1, 1, 1,...

7.1CVSS5.8AI score0.00783EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/09 6:29 p.m.6 views

GHSA-VJG4-V33C-GGC4 Out of bounds read in Tensorflow

Impact The implementation of FractionalAvgPoolGrad does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap: python import tensorflow as tf @tf.function def test: y = tf.rawops.FractionalAvgPoolGrad originputtensorshape=2,2,2,2,...

8.1CVSS5.8AI score0.00815EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
added 2022/02/09 12:0 a.m.45 views

AlmaLinux 8 : curl (ALSA-2021:3582)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2021:3582 advisory. - When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The...

6.5CVSS6.2AI score0.0627EPSS
SaveExploits3References4
Code423n4
Code423n4
added 2022/02/09 12:0 a.m.9 views

Imbalance and LP gain is forever stuck in USDMPegRecovery

Lines of code Vulnerability details Impact After depositing into Curve, underlying USDM and pool3 of each LP share will change due to 1. Swap fee 2. Pool imbalance However, userLiquidity does not update according to current underlying LP balance. When guardian remove liquidity from Curve, at leas...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/09 12:0 a.m.19 views

Wrong reward token calculation in MasterChef contract

Lines of code Vulnerability details Impact When adding new token pool for staking in MasterChef contract function addaddress token, uint allocationPoints, uint16 depositFee, uint startBlock All other, already added, pools should be updated but currently they are not. Instead, only totalPoints is...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/09 12:0 a.m.21 views

Same reward token in pools can break accounting

Lines of code Vulnerability details The ConvexStakingWrapper contract uses several reward pool tokens rewardspidindex.token and it can be that the same token is used for different pids. Indeed, the CVX/CRV tokens are always at index 0 and 1. The rewards will be distributed to the first pool id pi...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/09 12:0 a.m.15 views

MasterChef.add must update pools first

Lines of code Vulnerability details The MasterChef.add function changes the total pool allocation but does not update other pools first. When other pools are finally updated at some point, then accConcurPerShare will be wrongly computed with their smaller allocPoint / newTotalAllocPoint share eve...

6.9AI score
SaveExploits0
GithubExploit
GithubExploit
added 2022/02/07 11:18 p.m.603 views

Exploit for Out-of-bounds Read in Microsoft

POC CVE-2022-21877 This repository contains a POC for the CVE...

5.5CVSS7.2AI score0.02894EPSS
SaveExploits1
Openbugbounty
Openbugbounty
added 2022/02/06 12:54 p.m.16 views

werribeeoutdoorpool.wynactive.com.au Cross Site Scripting vulnerability OBB-2359109

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.2AI score
SaveExploits0
Rows per page
Query Builder