Lucene search
+L

2546 matches found

Code423n4
Code423n4
added 2021/12/06 12:00 a.m.18 views

Broken logic if rewardToken == depositToken

Handle gzeon Vulnerability details Impact There doesn't seems to be anything to prevent one the deploy a Stream with rewardToken == depositToken. If rewardToken == depositToken, some logic might be broken. Proof of Concept For example, 1. recoverTokens logic would be broken because it does not...

6.9AI score
SaveExploits0
CNNVD
CNNVD
added 2021/12/06 12:00 a.m.9 views

Google Android 安全漏洞

Google Android is a Linux-based open source operating system from Google. A memory misreference vulnerability exists in the Kernel in Google Android. The vulnerability stems from a mis-locked configfsopenfile in file.c that is reused after release. An attacker with system execution privileges cou...

6.7CVSS5.8AI score0.0012EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2021/12/01 12:00 a.m.18 views

MovingAverage.setSampleMemory() may broke MovingAverage, making the value of exchangeRate in StabilizerNode.stabilize() being extremely wrong

Handle WatchPug Vulnerability details function setSampleMemoryuint256 sampleMemory external onlyRoleADMINROLE, "Must have admin privs" requiresampleMemory 0, "Cannot have sample memroy of 0"; if sampleMemory sampleMemory for uint i = sampleMemory; i sampleMemory; i++ samples.push; counter = count...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/11/30 12:00 p.m.11 views

RUSTSEC-2021-0155 Use After Free in lucet-runtime

There is a bug in the main branch of Lucet's lucet-runtime that allows a use-after-free in an Instance object that could result in memory corruption, data race, or other related issues. This bug was introduced early in the development of Lucet and is present in all releases. As a result of this...

8.5CVSS6.7AI score0.01566EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2021/11/22 12:00 a.m.11 views

_transferMint does not increase _totalSupply, which can malfunction burn()

Handle WatchPug Vulnerability details function transferMint address sender, address recipient, uint256 amount, uint256 minted internal uint256 senderBalance = balancessender; requiresenderBalance = amount, "ERC20: transfer amount exceeds balance"; unchecked balancessender = senderBalance - amount...

7AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2021/11/18 12:00 a.m.5 views

A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the handle_special function

...

7.2CVSS8.3AI score0.02542EPSS
SaveExploits0
OSV
OSV
added 2021/11/15 9:15 p.m.4 views

ALPINE-CVE-2021-42384

A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the handlespecial function...

7.2CVSS7.5AI score0.02542EPSS
SaveExploits0References1
OSV
OSV
added 2021/11/15 9:15 p.m.8 views

UBUNTU-CVE-2021-42384

A use-after-free in Busybox's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the handlespecial function...

7.2CVSS7.3AI score0.02542EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2021/11/09 12:00 a.m.33 views

CVE-2021-3738

In DCE/RPC it is possible to share the handles cookies for resource state between multiple connections via a mechanism called 'association groups'. These handles can reference connections to our sam.ldb database. However while the database was correctly shared, the user credentials state was only...

8.8CVSS6.9AI score0.01918EPSS
SaveExploits0References4
Circl
Circl
added 2021/10/27 2:15 a.m.9 views

CVE-2021-23877

creationtimestamp| type| source ---|---|--- 2021-10-27 02:15:19+00:00| seen| https://t.me/cibsecurity/31257...

7.8CVSS7.5AI score0.0037EPSS
SaveExploits0References1
OSV
OSV
added 2021/10/19 4:22 p.m.22 views

UVI-2021-1001534 sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb

sctp: break out if skbheaderpointer returns NULL in sctprcvootb 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.14.249 by commit...

7.2AI score
SaveExploits0
Circl
Circl
added 2021/10/18 4:31 p.m.11 views

CVE-2021-22961

creationtimestamp| type| source ---|---|--- 2021-10-18 16:31:54+00:00| seen| https://t.me/cibsecurity/30678...

9.8CVSS8.7AI score0.01726EPSS
SaveExploits0References1
OPENSUSE Linux
OPENSUSE Linux
added 2021/10/18 12:00 a.m.65 views

Security update for glibc (moderate)

openSUSE Security Update: Security update for glibc Announcement ID: openSUSE-SU-2021:1374-1 Rating: moderate References: 1186489 1187911 Cross-References: CVE-2021-33574 CVE-2021-35942 CVSS scores: CVE-2021-33574 NVD : 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVE-2021-33574 SUSE: 5.9...

5.9CVSS6.9AI score0.02874EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2021/10/13 12:00 a.m.7 views

Summarize your findings for the bug or vulnerability

Handle AC0611 Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Recommended Mitigation Steps --- The...

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

Basket becomes unusable if everybody burns their shares

Handle kenzo Vulnerability details While handling the fees, the contract calculates the new ibRatio by dividing by totalSupply. This can be 0 leading to a division by 0. Impact If everybody burns their shares, in the next mint, totalSupply will be 0, handleFees will revert, and so nobody will be...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2021/10/05 5:19 a.m.8 views

samba: Missing handle permissions check in SMB1/2/3 ChangeNotify

A flaw was found in the way Samba handled file and directory permissions. This flaw allows an authenticated user to gain access to certain file and directory information, which otherwise would be unavailable. The highest threat from this vulnerability is to confidentiality...

4.3CVSS6.8AI score0.01521EPSS
SaveExploits0References5
Code423n4
Code423n4
added 2021/09/29 12:00 a.m.5 views

IndexPool.mint() Unchecked arithmetic can overflow that allows stealing of almost all the funds in the pool

Handle WatchPug Vulnerability details /// @dev Mints LP tokens - should be called via the router after transferring bento tokens. /// The router must ensure that sufficient LP tokens are minted by using the return value. function mintbytes calldata data public override lock returns uint256...

7AI score
SaveExploits0
OSV
OSV
added 2021/09/20 10:15 a.m.8 views

CVE-2021-24638

The OMGF WordPress plugin before 4.5.4 does not escape or validate the handle parameter of the REST API, which allows unauthenticated users to perform path traversal and overwrite arbitrary CSS file with Google Fonts CSS, or download fonts uploaded on Google Fonts website...

9.1CVSS5.9AI score0.01821EPSS
SaveExploits2References1
Code423n4
Code423n4
added 2021/09/09 12:00 a.m.12 views

Cannot actually submit evidence

Handle jmak Vulnerability details Impact Detailed description of the impact of this finding. The SubmitBadSignatureEvidence is not actually registered in the handler and hence no one can actually submit this message, rendering the message useless. This harms the security model of Gravity since...

7.1AI score
SaveExploits0
Circl
Circl
added 2021/09/08 8:45 p.m.13 views

CVE-2021-33981

creationtimestamp| type| source ---|---|--- 2021-09-08 20:45:34+00:00| seen| https://t.me/cibsecurity/28506...

4.3CVSS4.7AI score0.00811EPSS
SaveExploits0References1
Rows per page
Query Builder