Lucene search
+L

7131 matches found

Code423n4
Code423n4
added 2022/11/13 12:0 a.m.13 views

Public to all funds escape

Lines of code Vulnerability details Description The LooksRareAggregator smart contract implements a bunch of functions to escape funds by the contract owner see rescueETH, rescueERC20, rescueERC721, and rescueERC1155. In this way, any funds that were accidentally sent to the contract or were lock...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/13 12:0 a.m.13 views

internalCall modifier can be circumvented with execute / bulkExecute

Lines of code Vulnerability details Impact The internalCall modifier ensures that public functions can only be called from another public function and not directly. It is implemented like that: modifier internalCall requireisInternal, "This function should not be called directly"; ; The modifier...

7.2AI score
SaveExploits0
Veracode
Veracode
added 2022/11/12 11:21 a.m.26 views

Buffer Over Read

wolfSSL is vulnerable to buffer overreads. The vulnerability exists if callback functions are enabled via the WOLFSSLCALLBACKS flag which allows an attacker to trigger a buffer over-read on the heap of 5 bytes...

9.1CVSS8.9AI score0.01959EPSS
SaveExploits2References7Affected Software1
Positive Technologies
Positive Technologies
added 2022/11/11 12:0 a.m.16 views

PT-2025-49616

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained an issue where the pci device is present function did not correctly identify Virtual Functions VFs. This occurred because the function read Vendor and Device...

7.8CVSS6.7AI score0.00853EPSS
SaveExploits2References910
Code423n4
Code423n4
added 2022/11/11 12:0 a.m.51 views

Unsafe usage of ERC20 transfer and transferFrom

Lines of code Vulnerability details Impact Some ERC20 tokens functions don’t return a boolean, for example, USDT, BNB, OMG. So the LowLevelERC20Transfer contract simply won’t work with tokens like that as the token. Proof of Concept USDT’s transfer and transferFrom functions don't return a bool,...

6.9AI score
SaveExploits0
Fedora
Fedora
added 2022/11/10 10:57 p.m.20 views

[SECURITY] Fedora 37 Update: php-wikimedia-cdb-2.0.0-8.fc37

CDB, short for "constant database", refers to a very fast and highly reliable database system which uses a simple file with key value pairs. This library wraps the CDB functionality exposed in PHP via the dba functions. In cases where dba functions are not present or are not compiled with CDB...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/10 12:0 a.m.6 views

Functions addCredit(...) and increaseCredit(...) can lock lender’s ETH forever

Lines of code Vulnerability details Impact In LineOfCredit contract, both functions addCredit... and increaseCredit... require mutual consent between lender and borrower. If lender is tricked by borrower, or by mistake, lender ETH will be locked in the contract forever. function addCredit uint128...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/11/08 9:34 a.m.5 views

golang: go/parser: stack exhaustion in all Parse* functions

A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability...

5.5CVSS6.6AI score0.00874EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.12 views

kernel: sfc: fix kernel panic when creating VF

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efxef10tryupdatenicstatsvf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has t...

5.5CVSS6.3AI score0.00282EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.10 views

kernel: ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Add locking to prevent panic when setting sriovnumvfs to zero It is possible to disable VFs while the PF driver is processing requests from the VF driver. This can result in a panic. BUG: unable to handle kernel paging...

5.5CVSS6.3AI score0.00199EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/11/08 12:0 a.m.8 views

Citrix Gateway和Citrix ADC 授权问题漏洞

Citrix Systems Citrix Gateway Citrix Systems NetScaler Gateway and Citrix ADC are both products of Citrix Systems, Inc.Citrix Gateway is a secure remote access solution. The product provides administrators with application-level and data-level controls to enable users to remotely access...

9.8CVSS8.8AI score0.01231EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2022/11/07 12:0 a.m.28 views

CVE-2022-42905

In wolfSSL before 5.5.2, if callback functions are enabled via the WOLFSSLCALLBACKS flag, then a malicious TLS 1.3 client or network attacker can trigger a buffer over-read on the heap of 5 bytes. WOLFSSLCALLBACKS is only intended for debugging...

9.1CVSS7.4AI score0.01959EPSS
SaveExploits2References3
OSV
OSV
added 2022/11/06 12:0 a.m.24 views

CVE-2022-42905

In wolfSSL before 5.5.2, if callback functions are enabled via the WOLFSSLCALLBACKS flag, then a malicious TLS 1.3 client or network attacker can trigger a buffer over-read on the heap of 5 bytes. WOLFSSLCALLBACKS is only intended for debugging...

9.1CVSS9.4AI score
SaveExploits0References8
Kitploit
Kitploit
added 2022/11/05 11:30 a.m.26 views

Prefetch-Hash-Cracker - A Small Util To Brute-Force Prefetch Hashes

Motivation During the forensic analysis of a Windows machine, you may find the name of a deleted prefetch file. While its content may not be recoverable, the filename itself is often enough to find the full path of the executable for which the prefetch file was created. Using the tool The followi...

7AI score
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2022/11/04 12:0 a.m.5 views

CVE-2022-39384 OpenZeppelin Contracts initializer reentrancy may lead to double initialization

OpenZeppelin Contracts is a library for secure smart contract development. Before version 4.4.1 but after 3.2.0, 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 cal...

5.6CVSS5.5AI score0.00494EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2022/11/02 12:0 a.m.43 views

EulerOS 2.0 SP10 : golang (EulerOS-SA-2022-2683)

According to the versions of the golang packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request...

7.5CVSS7.3AI score0.02593EPSS
SaveExploits7References14
IBM Security Bulletins
IBM Security Bulletins
added 2022/11/01 10:43 a.m.48 views

Security Bulletin: Vulnerability in PostgreSQL may affect IBM Elastic Storage System

Summary PostgreSQL could allow a remote attacker to gain unauthorized access to the system which may affect IBM Elastic Storage System. Vulnerability Details CVEID:CVE-2022-1552 DESCRIPTION: PostgreSQL remote authenticated attacker to bypass security restrictions, caused by an issue with not...

8.8CVSS9.2AI score0.12403EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2022/10/31 12:0 a.m.4 views

PT-2022-36732 · Libraw · Libraw

Name of the Vulnerable Software and Affected Versions: LibRaw affected versions not specified Description: The issue is related to a heap-buffer-overflow read error. Technical details about the crash include the LibRaw::phase one correct, LibRaw::raw2image ex, and LibRaw::dcraw process functions...

6.7AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2022/10/31 12:0 a.m.12 views

PT-2022-25403 · Unknown · Processwire

Name of the Vulnerable Software and Affected Versions: ProcessWire version 3.0.200 Description: The issue allows attackers to execute arbitrary web scripts or HTML via injection of a crafted payload, leveraging multiple cross-site scripting XSS vulnerabilities. These vulnerabilities are...

6.1CVSS6.4AI score0.00395EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2022/10/31 12:0 a.m.5 views

PT-2022-36728 · Spvtools · Spvtools

Name of the Vulnerable Software and Affected Versions: spvtools affected versions not specified Description: The issue is related to a crash caused by a container-overflow read. Technical details about the crash include the CanMergeWithSuccessor function and the BlockMergePass::Process function...

6.8AI score
SaveExploits0References2
Rows per page
Query Builder