Lucene search
+L

585 matches found

ATTACKERKB
ATTACKERKB
added 2022/07/29 2:15 p.m.3 views

CVE-2022-2576

In Eclipse Californium version 2.0.0 to 2.7.2 and 3.0.0-3.5.0 a DTLS resumption handshake falls back to a DTLS full handshake on a parameter mismatch without using a HelloVerifyRequest. Especially, if used with certificate based cipher suites, that results in message amplification DDoS other peer...

7.5CVSS7.1AI score0.00562EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2022/07/15 2:15 p.m.7 views

DEBIAN-CVE-2022-35409

An issue was discovered in Mbed TLS before 2.28.1 and 3.x before 3.2.0. In some configurations, an unauthenticated attacker can send an invalid ClientHello message to a DTLS server that causes a heap-based buffer over-read of up to 255 bytes. This can cause a server crash or possibly information...

9.1CVSS8.5AI score0.02169EPSS
SaveExploits1References1
OSV
OSV
added 2022/07/15 2:15 p.m.6 views

ALPINE-CVE-2022-35409

An issue was discovered in Mbed TLS before 2.28.1 and 3.x before 3.2.0. In some configurations, an unauthenticated attacker can send an invalid ClientHello message to a DTLS server that causes a heap-based buffer over-read of up to 255 bytes. This can cause a server crash or possibly information...

9.1CVSS7AI score0.02169EPSS
SaveExploits1References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2022/06/20 8:18 p.m.4 views

Malicious code in blind-threshold-bls (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 1a1db6e695dd5cedfc3dd469a798cdac1e102cd12c29a2c76476df256bc206a7 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2022/06/20 8:18 p.m.9 views

MAL-2022-1608 Malicious code in blind-threshold-bls (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 1a1db6e695dd5cedfc3dd469a798cdac1e102cd12c29a2c76476df256bc206a7 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/06/17 12:18 a.m.13 views

Threshold value is ignored (all shares are n=3)

Affected versions of this crate did not properly calculate secret shares requirements. This reduces the security of the algorithm by restricting the crate to always using a threshold value of three, rather than a configurable limit. The flaw was corrected by correctly configuring the threshold...

2.5AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/17 12:18 a.m.10 views

GHSA-978J-88F3-P5J3 Threshold value is ignored (all shares are n=3)

Affected versions of this crate did not properly calculate secret shares requirements. This reduces the security of the algorithm by restricting the crate to always using a threshold value of three, rather than a configurable limit. The flaw was corrected by correctly configuring the threshold...

7AI score
SaveExploits0References3
Kitploit
Kitploit
added 2022/05/29 12:30 p.m.31 views

Hakoriginfinder - Tool For Discovering The Origin Host Behind A Reverse Proxy. Useful For Bypassing Cloud WAFs!

Tool for discovering the origin host behind a reverse proxy. Useful for bypassing WAFs and other reverse proxies. How does it work? This tool will first make a HTTP request to the hostname that you provide and store the response, then it will make a request to every IP address that you provide vi...

7.2AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/05/19 12:0 a.m.41 views

Incorrect Calculation in moodle

A flaw was found in moodle where logic used to count failed login attempts could result in the account lockout threshold being bypassed...

9.8CVSS8.8AI score0.05103EPSS
SaveExploits1References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/05/18 6:15 p.m.9 views

CVE-2022-30600

A flaw was found in moodle where logic used to count failed login attempts could result in the account lockout threshold being bypassed...

9.8CVSS5.7AI score0.05103EPSS
SaveExploits1References10
Code423n4
Code423n4
added 2022/05/14 12:0 a.m.14 views

Setting a high feeRate can block exercise or cause negative flow of funds

Lines of code Vulnerability details Impact When an admin intentionally or unintentionally sets a feeRate greater than 1e18 100%, The exercise function can fail with arithmetic operation underflow at line 289 In the case, when beneficiary is connected to multiple vaults, the exercise function will...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/12 12:0 a.m.10 views

Executors need to be trusted

62 comment Warden: cmichel Executors need to be trusted, otherwise, they can just call sendFundsToUser to transfer out any funds as they please. Consider adding threshold signatures to prevent all funds from being lost when a single executor is compromised. --- The text was updated successfully,...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/09 12:0 a.m.10 views

Missing check in the updateValset function

Lines of code Vulnerability details Impact The updateValset function don't check that the sum of the powers of the new validators in the new valset is greater than the threshold, which can lead to unwanted behavior. There are 2 main problems that can occur in that situation: 1. The sum of the new...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/09 12:0 a.m.23 views

Voting power of new validators not checked in updateValset function, Gravity.sol

Lines of code Gravity.solL276-L358 Vulnerability details Impact While the voting power of the current valset is checked when the checkValidatorSignatures function is called in updateValset, the power of the new valset is not. This could cause some functions to not work since whenever...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/09 12:0 a.m.12 views

it's possible that validators don't have enough power

Lines of code Vulnerability details newValset parameter in updateValset can have validators that don't have enough power combined for passing the threshold. Recomendation mitigation steps check that the validators power combined is bigger than the threshold --- The text was updated successfully,...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/09 12:0 a.m.16 views

updateValset() Insufficient validation of new validator set may brick the contract

Lines of code Vulnerability details In Gravity.solupdateValset, while the signatures of the current validators are verified and = powerThreshold is checked, there is one important validation should be done: check the cumulative power of the new validator set to ensure the contract has sufficient...

7.1AI score
SaveExploits0
OSV
OSV
added 2022/03/16 3:15 p.m.6 views

AZL-35158 CVE-2022-26354 affecting package qemu for versions less than 6.2.0-18

A flaw was found in the vhost-vsock device of QEMU. In case of error, an invalid element was not detached from the virtqueue before freeing its memory, leading to memory leakage and other unexpected results. Affected QEMU versions = 6.2.0...

3.2CVSS6.6AI score0.00391EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2022/01/25 8:15 p.m.36 views

CVE-2021-4145

A NULL pointer dereference issue was found in the block mirror layer of QEMU in versions prior to 6.2.0. The self pointer is dereferenced in mirrorwaitonconflicts without ensuring that it's not NULL. A malicious unprivileged user within the guest could use this flaw to crash the QEMU process on t...

6.5CVSS2.1AI score0.0039EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/01/25 7:11 p.m.34 views

CVE-2021-4145

A NULL pointer dereference issue was found in the block mirror layer of QEMU in versions prior to 6.2.0. The self pointer is dereferenced in mirrorwaitonconflicts without ensuring that it's not NULL. A malicious unprivileged user within the guest could use this flaw to crash the QEMU process on t...

6.5CVSS6.2AI score0.0039EPSS
SaveExploits0
CNNVD
CNNVD
added 2022/01/17 12:0 a.m.13 views

Juniper Networks Junos OS 资源管理错误漏洞

Juniper Networks Junos OS is a Juniper Networks network operating system for the company's hardware devices. The OS provides a secure programming interface and the Junos SDK. A resource management error vulnerability exists in Juniper Networks Junos OS, which arises from a resource allocation err...

7.5CVSS5.7AI score0.0093EPSS
SaveExploits0References3
Rows per page
Query Builder