Lucene search
+L

14687 matches found

Code423n4
Code423n4
added 2021/12/19 12:00 a.m.12 views

Unchecked return value from low-level call()

Handle JMukesh Vulnerability details Impact The return value of the low-level call is not checked, so if the call fails, the Ether will be locked in the contract. If the low level is used to prevent blocking operations, consider logging failed calls. Proof of Concept Tools Used manual review...

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

With protectedCall permission funds of other users can be stolen

Handle 0x0x0x Vulnerability details When the diamond has BasketFacet, then following attack is possible: 1- Create a new ERC20 token A with a lot of quantity 2- Lock the basket 3- Send MINAMOUNT many token A to the basket 4- Remove all tokens except token A 5- Unlock the basket 6- Call joinPool a...

6.9AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/12/17 12:00 a.m.15 views

The vulnerability of the McAfee Agent antivirus software, related to deficiencies in the mechanism for calling system libraries, allows an attacker to execute a preliminary loading attack of DLLs.

The vulnerability of the McAfee Agent antivirus software is related to deficiencies in the mechanism for calling system libraries. Exploiting this vulnerability allows an attacker to execute a preloading attack involving DLLs...

7.3CVSS7.2AI score0.00348EPSS
SaveExploits0References3Affected Software1
Code423n4
Code423n4
added 2021/12/15 12:00 a.m.9 views

Failed transfer with low level call could be overlooked

Handle harleythedog Vulnerability details Impact There are several places where low level call is used within the contract. In particular, in SavingsAccount.sol, the external withdraw function has the to argument, which is eventually used in this code in transfer: bool success, = to.callvalue:...

7.1AI score
SaveExploits0
OSV
OSV
added 2021/12/14 9:47 p.m.118 views

GHSA-9C22-PWXW-P6HX OpenZeppelin Contracts initializer reentrancy may lead to double initialization

Impact Initializer functions that are invoked separate from contract creation the most prominent example being minimal proxies may be reentered if they make an untrusted non-view external call. Once an initializer has finished running it can never be re-executed. However, an exception put in plac...

5.6CVSS5.5AI score0.01217EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/12/13 8:51 a.m.9 views

samba: Subsequent DCE/RPC fragment injection vulnerability

A flaw was found in the way samba implemented DCE/RPC. If a client to a Samba server sent a very large DCE/RPC request, and chose to fragment it, an attacker could replace later fragments with their own data, bypassing the signature requirements...

7.5CVSS6.8AI score0.01953EPSS
SaveExploits0References5
VulnCheck KEV
VulnCheck KEV
added 2021/12/13 12:00 a.m.8 views

VulnCheck KEV: CVE-2017-15303

In CPUID CPU-Z before 1.43, there is an arbitrary memory write that results directly in elevation of privileges, because any program running on the local machine while CPU-Z is running can issue an ioctl 0x9C402430 call to the kernel-mode driver e.g., cpuz141x64.sys for version 1.41...

7.8CVSS7.2AI score0.01533EPSS
SaveExploits0References1
Code423n4
Code423n4
added 2021/12/13 12:00 a.m.11 views

Unlinked address can link immediately again

Handle gpersoon Vulnerability details Impact After a master calls unlinkAddress to unlink an address, the address that has just been unlinked can directly link again without permission. The address that is just unlinked can call linkAddressmasterAddress which will execute because...

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

getRemainingRewards() Malfunction for unstarted promotions

Handle WatchPug Vulnerability details For unstarted promotions, cancelPromotion will revert at block.timestamp - promotion.startTimestamp in getCurrentEpochId. Call stack: getRemainingRewards - getRemainingRewards - getCurrentEpochId. function getCurrentEpochIdPromotion memory promotion internal...

7AI score
SaveExploits0
NVD
NVD
added 2021/12/10 6:15 p.m.32 views

CVE-2021-38937

IBM PowerVM Hypervisor FW940, FW950, and FW1010 could allow an authenticated user to cause the system to crash using a specially crafted IBMi Hypervisor call. IBM X-Force ID: 210894...

6.8CVSS0.00952EPSS
SaveExploits0References2
OSV
OSV
added 2021/12/10 6:15 p.m.11 views

CVE-2021-38937

IBM PowerVM Hypervisor FW940, FW950, and FW1010 could allow an authenticated user to cause the system to crash using a specially crafted IBMi Hypervisor call. IBM X-Force ID: 210894...

6.5CVSS5.8AI score0.00952EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/12/10 5:50 p.m.32 views

CVE-2021-38937

IBM PowerVM Hypervisor FW940, FW950, and FW1010 could allow an authenticated user to cause the system to crash using a specially crafted IBMi Hypervisor call. IBM X-Force ID: 210894...

6.3CVSS6.3AI score0.00952EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2021/12/09 9:20 p.m.19 views

Security Bulletin: The PowerVM hypervisor is vulnerable to a carefully crafted IBMi hypervisor call that can lead to a system crash

Summary The PowerVM hypervisor is vulnerable to a carefully crafted IBMi hypervisor call that can lead to a system crash Vulnerability Details CVEID: CVE-2021-38937 DESCRIPTION: IBM PowerVM Hypervisor could allow an authenticated user to cause the system to crash using a specially crafted IBMi...

6.8CVSS6AI score0.00952EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2021/12/09 12:00 a.m.9 views

CVE-2021-38937

IBM PowerVM Hypervisor FW940, FW950, and FW1010 could allow an authenticated user to cause the system to crash using a specially crafted IBMi Hypervisor call. IBM X-Force ID: 210894...

6.8CVSS6.6AI score0.00952EPSS
SaveExploits0References3
OSV
OSV
added 2021/12/07 9:15 p.m.10 views

CVE-2021-42687

A Buffer Overflow vulnerability exists in Accops HyWorks Windows Client prior to v 3.2.8.200. The IOCTL Handler 0x22005B allows local attackers to execute arbitrary code in kernel mode or cause a denial of service memory corruption and OS crash via specially crafted I/O Request Packet...

8.8CVSS6.1AI score0.00462EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2021/12/06 12:00 a.m.13 views

arbitraryCall allow inherited governance to steal incentives

Handle gzeon Vulnerability details Impact arbitraryCall did not check the balances of incentives, which allow inherited governance to steal the incentives. Proof of Concept Recommended Mitigation Steps Keep track of incentive token addresses in createIncentive and check the balance of each token...

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

Locke.sol:Stream - arbitraryCall can be used to drain incentive tokens

Handle ScopeLift Vulnerability details Impact Governor can drain incentive balance via arbitraryCall Proof of Concept The Stream contract offers createIncentive and claimIncentive which is the way the contract "expects" incentives to go. Access to claiming incentives is limited to the stream...

6.8AI score
SaveExploits0
Mageia
Mageia
added 2021/12/02 4:49 p.m.59 views

Updated bluez packages fix security vulnerability

BlueZ is a Bluetooth protocol stack for Linux. In affected versions a vulnerability exists in sdpcstateallocbuf which allocates memory which will always be hung in the singly linked list of cstates and will not be freed. This will cause a memory leak over time. The data can be a very large object...

9.1CVSS1.2AI score0.0166EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/29 2:34 a.m.17 views

GSD-2021-1002232 usb: musb: tusb6010: check return value after calling platform_get_resource()

usb: musb: tusb6010: check return value after calling platformgetresource 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 v4.9.291 by commit...

7.2AI score
SaveExploits0
CNVD
CNVD
added 2021/11/25 12:00 a.m.75 views

Apache JSPWiki Cross-Site Scripting Vulnerability (CNVD-2021-92465)

Apache JSPWiki is an open source WikiWiki engine built on Java, Servlet, and JSP from the Apache Foundation.A security vulnerability exists in Apache JSPWiki, which stems from a well-designed plugin link call that could trigger an XSS vulnerability in Apache JSPWiki related to Denounce...

6.1CVSS1.4AI score0.03311EPSS
SaveExploits0References1
Rows per page
Query Builder