Lucene search
+L

4501 matches found

OSV
OSV
•added 2022/01/11 5:15 p.m.•12 views

CVE-2022-0129

Uncontrolled search path element vulnerability in McAfee TechCheck prior to 4.0.0.2 allows a local administrator to load their own Dynamic Link Library DLL gaining elevation of privileges to system user. This was achieved through placing the malicious DLL in the same directory that the process wa...

6.7CVSS6.7AI score0.0028EPSS
SaveExploits0References1
Microsoft KB
Microsoft KB
•added 2022/01/11 8:00 a.m.•138 views

Description of the security update for Office 2013: January 11, 2022 (KB5002124)

Description of the security update for Office 2013: January 11, 2022 KB5002124 Summary This security update resolves a Microsoft Office remote code execution vulnerability. To learn more about the vulnerability, see Microsoft Common Vulnerabilities and Exposures CVE-2022-21840. Note: To apply thi...

8.8CVSS9.7AI score0.03101EPSS
SaveExploits0
Code423n4
Code423n4
•added 2022/01/11 12:00 a.m.•13 views

No slippage control on _swapUnderlyingToUst of NonUSTStrategy.sol

Handle cccz Vulnerability details Impact There is no slippage control on swapUnderlyingToUst of NonUSTStrategy.sol, which expose strategy to sandwich attack. Due to the access control of doHardWork, the attacker can front run to do a sandwich attack. function doHardWork external...

6.9AI score
SaveExploits0
Openbugbounty
Openbugbounty
•added 2022/01/02 11:10 a.m.•16 views

run-down.com Cross Site Scripting vulnerability OBB-2319854

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
OSV
OSV
•added 2021/12/27 7:15 p.m.•13 views

CVE-2021-35232

Hard coded credentials discovered in SolarWinds Web Help Desk product. Through these credentials, the attacker with local access to the Web Help Desk host machine allows to execute arbitrary HQL queries against the database and leverage the vulnerability to steal the password hashes of the users ...

6.1CVSS6.6AI score0.003EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2021/12/22 12:00 a.m.•18 views

PT-2021-14828 · Garrett Metal Detectors · Garrett Metal Detectors Ic Module Cma

Name of the Vulnerable Software and Affected Versions: Garrett Metal Detectors iC Module CMA version 5.0 Description: An authentication bypass issue exists in the CMA run server 6877 functionality. A properly-timed network connection can lead to authentication bypass via session hijacking. An...

9.3CVSS7.6AI score0.01723EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
•added 2021/12/16 8:00 a.m.•11 views

avahi-daemon-check-dns.sh in the Debian avahi package through 0.8-4 is executed as root via /etc/network/if-up.d/avahi-daemon and allows a local attacker to cause a denial of service or create arbitrary empty files via a symlink attack on files under /run/avahi-daemon. NOTE: this only affects the packaging for Debian GNU/Linux (used indirectly by SUSE) not the upstream Avahi product.

...

7.8CVSS8.6AI score0.00395EPSS
SaveExploits0
Code423n4
Code423n4
•added 2021/12/08 12:00 a.m.•17 views

UniV3Vault.sol#collectEarnings() can be front run

Handle WatchPug Vulnerability details For UniV3Vault, it seems that lp fees are collected through collectEarnings callable by the strategy and reinvested rebalanced. However, in the current implementation, unharvested yields are not included in tvl, making it vulnerable to front-run attacks that...

6.9AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
•added 2021/12/07 12:00 a.m.•13 views

The vulnerability of the implementation of the runAgentRestarter method in the mobile device management system Avalanche allows a hacker to execute arbitrary commands.

The vulnerability of the runAgentRestarter method in the mobile device management system Avalanche is related to insufficient cleaning of input data. Exploiting this vulnerability allows a malicious actor to execute arbitrary commands by sending specially crafted data...

10CVSS5.9AI score0.70132EPSS
SaveExploits0References7Affected Software1
Code423n4
Code423n4
•added 2021/12/01 12:00 a.m.•12 views

purchaseArbitrageTokens() can be front run

Handle WatchPug Vulnerability details The current implementation of purchaseArbitrageTokens provides no parameter for slippage control, making it vulnerable to front-run attacks. function purchaseArbitrageTokensuint256 amount external notSameBlock ... uint256 purchased =...

6.9AI score
SaveExploits0
CNNVD
CNNVD
•added 2021/12/01 12:00 a.m.•14 views

Sunnet eHRD 安全漏洞

Sunnet eHRD is a talent management system from SunChat Technology, Taiwan, China. The system supports talent management and performance management, etc. Sunnet eHRD has an access control error vulnerability, which can be exploited by an attacker to access the account management page after...

9CVSS6AI score0.02473EPSS
SaveExploits0References3
Code423n4
Code423n4
•added 2021/12/01 12:00 a.m.•23 views

splitReinvest() can be front run

Handle WatchPug Vulnerability details function splitReinvestuint256 rewardLiquidity external retrieveRewardrewardLiquidity; uint256 rewardBalance = rewardToken.balanceOfaddressthis; rewardToken.safeTransferaddressdexHandler, rewardBalance.div2; dexHandler.buyMalt; bondAccountmsg.sender; emit...

7AI score
SaveExploits0
VulnCheck KEV
VulnCheck KEV
•added 2021/11/30 12:00 a.m.•13 views

VulnCheck KEV: CVE-2017-6079

The HTTP web-management application on Edgewater Networks Edgemarc appliances has a hidden page that allows for user-defined commands such as specific iptables routes, etc., to be set. You can use this page as a web shell essentially to execute commands, though you get no feedback client-side fro...

10CVSS8.4AI score0.46846EPSS
SaveIn wildExploits1References2
Code423n4
Code423n4
•added 2021/11/16 12:00 a.m.•11 views

IbbtcVaultZap.sol#deposit() can be front run

Handle WatchPug Vulnerability details function deposituint2564 calldata amounts public whenNotPaused // ... Given that IbbtcVaultZap.soldeposit will add liquidity to the curve pool, and the amount out differs when the price of tokens in the pool changes. However, the current implementation provid...

6.9AI score
SaveExploits0
Code423n4
Code423n4
•added 2021/11/16 12:00 a.m.•19 views

setReserve() can be front-run

Handle palina Vulnerability details Impact The reserve address variable in NestedFactory.sol remains equal to 0 before the setReserve function is called by an owner. This may lead to incorrect transfers of tokens or invalid comparison with e.g., the asset reserve nestedRecords.getAssetReservenftI...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
•added 2021/11/11 12:00 a.m.•21 views

PT-2021-8180 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a use-after-free error in the Linux kernel's sched/fair component. This error occurs when the unregister fair sched group function unlinks all cfs rqs from a...

8.4CVSS6.9AI score0.08722EPSS
SaveExploits2References1343
RedHat Linux
RedHat Linux
•added 2021/11/09 5:42 p.m.•12 views

python-pillow: Buffer over-read in SGI RLE image reader

A flaw was found in python-pillow. SGIRleDecode has a 4-byte buffer over-read when decoding crafted SGI RLE image files because offsets and length tables are mishandled...

5.8CVSS7.4AI score0.01643EPSS
SaveExploits0References5
OSV
OSV
•added 2021/11/09 5:15 p.m.•24 views

CVE-2021-43173

In NLnet Labs Routinator prior to 0.10.2, a validation run can be delayed significantly by an RRDP repository by not answering but slowly drip-feeding bytes to keep the connection alive. This can be used to effectively stall validation. While Routinator has a configurable time-out value for RRDP...

7.5CVSS7.4AI score
SaveExploits0References3
OSV
OSV
•added 2021/11/09 5:15 p.m.•20 views

CVE-2021-43172

NLnet Labs Routinator prior to 0.10.2 happily processes a chain of RRDP repositories of infinite length causing it to never finish a validation run. In RPKI, a CA can choose the RRDP repository it wishes to publish its data in. By continuously generating a new child CA that only consists of anoth...

7.5CVSS7.4AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2021/11/09 5:15 p.m.•20 views

CVE-2021-43172

NLnet Labs Routinator prior to 0.10.2 happily processes a chain of RRDP repositories of infinite length causing it to never finish a validation run. In RPKI, a CA can choose the RRDP repository it wishes to publish its data in. By continuously generating a new child CA that only consists of anoth...

7.5CVSS7.1AI score0.01261EPSS
SaveExploits0References3
Rows per page
Query Builder