Lucene search
+L

189 matches found

Code423n4
Code423n4
added 2022/06/18 12:0 a.m.10 views

Yield may be stolen by MEV bot by sandwiching harvest()

Lines of code Vulnerability details Impact Yield may be stolen by MEV bot by sandwiching harvest. Because of minimum output amount of swapping is set to 0. Which mean MEV bot can pump price of AURA token to the highest price before your strategy swap to let you buy AURA token at an incredibly hig...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/06/17 12:0 a.m.14 views

attacker can lock all the auraBAL rewards in contract address forever and they won't be accessible

Lines of code Vulnerability details Impact auraBAL token is in protected tokens list, so it can't be transferred to bribeProcessor by using sweepRewardToken. function harvest is supposed to call LOCKER.getReward and then swap received auraBAL rewards and deposit them in LOCKER, but it only can do...

6.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/05/24 5:8 p.m.26 views

Passwords stored in plain text by Harvest SCM Plugin

Jenkins Harvest SCM Plugin 0.5.1 and earlier stores passwords unencrypted in job config.xml files on the Jenkins master where they can be viewed by users with Extended Read permission, or access to the master file system...

6.5CVSS6.2AI score0.00852EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/05/24 5:8 p.m.49 views

GHSA-JMP9-F42Q-4G85 Passwords stored in plain text by Harvest SCM Plugin

Harvest SCM Plugin 0.5.1 and earlier stores SCM passwords unencrypted in its global configuration file hudson.plugins.harvest.HarvestSCM.xml and in job config.xml files on the Jenkins controller. These credentials can be viewed by users with Extended Read permission job config.xml only or access ...

4.3CVSS6.4AI score0.00852EPSS
SaveExploits0References4
OSV
OSV
added 2022/05/24 5:8 p.m.79 views

GHSA-QJ7P-9HGF-X8J7 Passwords stored in plain text by Harvest SCM Plugin

Jenkins Harvest SCM Plugin 0.5.1 and earlier stores passwords unencrypted in job config.xml files on the Jenkins master where they can be viewed by users with Extended Read permission, or access to the master file system...

4.3CVSS6.4AI score0.00852EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/24 5:8 p.m.29 views

Passwords stored in plain text by Harvest SCM Plugin

Harvest SCM Plugin 0.5.1 and earlier stores SCM passwords unencrypted in its global configuration file hudson.plugins.harvest.HarvestSCM.xml and in job config.xml files on the Jenkins controller. These credentials can be viewed by users with Extended Read permission job config.xml only or access ...

6.5CVSS6.1AI score0.00852EPSS
SaveExploits0References4Affected Software1
Kitploit
Kitploit
added 2022/04/27 12:30 p.m.85 views

O365-Doppelganger - A Quick Handy Script To Harvest Credentials Off Of A User During A Red Team And Get Execution Of A File From The User

O365-Doppelganger is NOT a replacement for hardcore phishing activities. There are several other tools which perform OAuth and OTA capture which is not the aim of O365-Doppelganger. O365-Doppelganger is a quick handy script to harvest credentials of a user during Red Teams. This repository is a...

7.5AI score
SaveExploits0References3
OSV
OSV
added 2022/02/04 11:15 p.m.6 views

CVE-2022-22689

CA Harvest Software Change Manager versions 13.0.3, 13.0.4, 14.0.0, and 14.0.1, contain a vulnerability in the CSV export functionality, due to insufficient input validation, that can allow a privileged user to potentially execute arbitrary code or commands...

8.8CVSS6AI score0.0128EPSS
SaveExploits0References1
Prion
Prion
added 2022/02/04 11:15 p.m.14 views

Input validation

CA Harvest Software Change Manager versions 13.0.3, 13.0.4, 14.0.0, and 14.0.1, contain a vulnerability in the CSV export functionality, due to insufficient input validation, that can allow a privileged user to potentially execute arbitrary code or commands...

6.5CVSS8.7AI score0.0128EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2022/02/04 10:29 p.m.66 views

CVE-2022-22689

CA Harvest Software Change Manager versions 13.0.3, 13.0.4, 14.0.0, and 14.0.1 contain a vulnerability in the CSV export function caused by insufficient input validation. This may allow a privileged user to potentially execute arbitrary code or commands. The CVE description lists the affected ver...

8.8CVSS8.7AI score0.0128EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/02/04 10:29 p.m.40 views

CVE-2022-22689

CA Harvest Software Change Manager versions 13.0.3, 13.0.4, 14.0.0, and 14.0.1, contain a vulnerability in the CSV export functionality, due to insufficient input validation, that can allow a privileged user to potentially execute arbitrary code or commands...

8.9AI score0.0128EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/02/04 12:0 a.m.7 views

CA Harvest Software Change Manager 安全漏洞

CA Harvest Software Change Manager is a software tool for configuration management revision control, SCM, etc. of source code and other software from CA USA. A security vulnerability exists in CA Harvest Software Change Manager versions 13.0.3, 13.0.4, 14.0.0, and 14.0.1 that stems from...

8.8CVSS8.4AI score0.0128EPSS
SaveExploits0References3
Malwarebytes
Malwarebytes
added 2021/10/28 11:6 a.m.54 views

What is fileless malware?

Unlike traditional malware, which relies on a file being written to a disk, fileless malware is intended to be memory resident only, ideally leaving no trace after its execution. The malicious payload exists in the computer’s memory, which means nothing is ever written directly to the hard drive...

0.4AI score
SaveExploits0
Code423n4
Code423n4
added 2021/09/15 12:0 a.m.15 views

Harvest can be frontrun

Handle 0xsanson Vulnerability details Impact In the NativeStrategyCurve3Crv.harvest there are two instances that a bad actor could use to frontrun the harvest. First, when we are swapping WETH to a stablecoin by calling swapTokensweth, stableCoin, remainingWeth, 1 the function isn't checking the...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/28 12:0 a.m.10 views

Vault rewards can be gamed

Handle @cmichelio Vulnerability details Vulnerability Details The deposit function increases the member's weight by weight = iUTILSUTILS.calcValueInBaseiSYNTHsynth.TOKEN, amount; which is the swap output amount when trading the deposited underlying synth amount. Notice that anyone can create synt...

6.8AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2021/04/23 2:0 p.m.90 views

SUPERNOVA malware discovered on SolarWinds Orion server

The Cybersecurity and Infrastructure Security Agency CISA has reported finding the SUPERNOVA web shell collecting credentials on a SolarWinds Orion server. These observations were made during an incident response to an Advanced Persistent Threat APT actor’s year-long compromise of an enterprise...

7.5CVSS1.4AI score0.9198EPSS
SaveExploits3
Akamai Blog
Akamai Blog
added 2021/01/05 6:0 p.m.47 views

Tree-Tracker - Auditing a Log Harvest using IOT Edge Connect and node-red

At long last, Blue Water Farm is generating revenue! Around 20 acres of our land consists of dense, mature hardwood of oak, maple, and beech, and we were able to contract to sell 65 maple and 25 oak trees to a logging company. I won't be retiring from Akamai any time soon from our logging windfal...

6.7AI score
SaveExploits0
HackRead
HackRead
added 2020/10/26 5:37 p.m.44 views

Hacker steal $24M, returnes $2.5M to DeFi protocol Harvest Finance

By Deeba Ahmed Harvest Finance is now offering $100,000 as a bug bounty program to identify the hacker. This is a post from HackRead.com Read the original post: Hacker steal $24M, returnes $2.5M to DeFi protocol Harvest Finance...

1.6AI score
SaveExploits0
Prion
Prion
added 2020/09/01 5:15 p.m.17 views

Cross site scripting

A Reflected Cross-Site Scripting XSS vulnerability in the index.php login-portal webpage of SourceCodester Tailor Management System v1.0 allows remote attackers to harvest keys pressed by an unauthenticated victim who clicks on a malicious URL and begins typing...

4.3CVSS6AI score0.02289EPSS
SaveExploits3References2Affected Software1
Cvelist
Cvelist
added 2020/09/01 4:40 p.m.21 views

CVE-2020-23835

A Reflected Cross-Site Scripting XSS vulnerability in the index.php login-portal webpage of SourceCodester Tailor Management System v1.0 allows remote attackers to harvest keys pressed by an unauthenticated victim who clicks on a malicious URL and begins typing...

6.4CVSS6.1AI score0.02289EPSS
SaveExploits3References2
Rows per page
Query Builder