Lucene search
+L

182 matches found

Code423n4
Code423n4
added 2023/01/27 12:00 a.m.14 views

reentrancy in TimeswapV2Option.collect()

Lines of code Vulnerability details Impact collect function doesn't respect the check-effect-interaction pattern, where in the case if a param.data is provided it makes an external call to the caller, right after that, it updates option short amount state. in the case if the caller calls back int...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/18 12:00 a.m.11 views

withdrawETHForKnot is vulnerable to reentrancy attack

Lines of code Vulnerability details Impact The withdrawETHForKnot is vulnerable to reentrancy because the transfer is done before an important state change. Proof of Concept function withdrawETHForKnotaddress recipient, bytes calldata blsPublicKeyOfKnot external requirerecipient != address0, "Zer...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/09/12 7:15 p.m.8 views

CVE-2022-31220

Dell BIOS versions contain an Unchecked Return Value vulnerability. A local authenticated administrator user could potentially exploit this vulnerability in order to change the state of the system or cause unexpected failures...

5.1CVSS5.8AI score0.00154EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/09/12 12:00 a.m.10 views

Dell BIOS 安全漏洞

Dell BIOS is embedded software on a small memory chip on the motherboard of a computer from Dell USA. The Dell BIOS contains a security vulnerability that can be exploited by attackers to change the state of the system or cause unexpected failures...

5.1CVSS5.8AI score0.00154EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2022/09/06 12:00 a.m.5 views

PT-2022-23150 · Elrond · Elrond-Go

Name of the Vulnerable Software and Affected Versions: Elrond go versions prior to 1.3.35 Description: The issue concerns read-only calls between contracts in the Elrond Network protocol, which can generate smart contract results and alter the state of the called contract as if the call was not...

9.8CVSS7.2AI score0.01013EPSS
SaveExploits1References9
Code423n4
Code423n4
added 2022/07/14 12:00 a.m.8 views

Buyout's buyFractions can be called multiple time reusing the same msg.value with Multicall

Lines of code Vulnerability details Passing multiple buyFractions calls to Multicall's multicall will use the same msg.value many times. This will inflate his contribution without real fund transfers with the corresponding fund loss for the system. Proof of Concept Buyout uses Multicall: contract...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/07/12 2:15 p.m.9 views

CVE-2022-30752

Improper access control vulnerability in sendDHCPACKBroadcast function of SemWifiApClient prior to SMR Jul-2022 Release 1 allows attacker to access wifi ap client mac address that connected by using WIFIAPSTASTATECHANGED action...

3.3CVSS5.8AI score0.00094EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/07/12 2:15 p.m.4 views

CVE-2022-30752

Improper access control vulnerability in sendDHCPACKBroadcast function of SemWifiApClient prior to SMR Jul-2022 Release 1 allows attacker to access wifi ap client mac address that connected by using WIFIAPSTASTATECHANGED action...

3.3CVSS5.8AI score0.00094EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/06/24 12:00 a.m.17 views

User Could Change The State Of The System While In Pause Mode

Lines of code Vulnerability details Proof-of-Concept Calling NibblVault.updateTWAP function will change the state of the system. It will cause the TWAP to be updated and buyout to be rejected in certain condition. When the system is in Pause mode, the system state should be frozen. However, it wa...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/08 12:00 a.m.12 views

Re-Entrancy Attack in PermissionlessBasicPoolFactory

Lines of code Vulnerability details Impact Since, the state change of pool.rewardFunding is taking place after the ERC20.transferFrom function, and since there is no whitelist of ERC20 tokens, therefore, it is very much possible that a malicious ERC20 contract can initiate a re-entrancy attack fr...

6.8AI score
SaveExploits0
CNNVD
CNNVD
added 2022/04/04 12:00 a.m.9 views

Google Android权限许可和访问控制问题漏洞

Google Android is a Linux-based open source operating system from Google, Inc. An elevation of privilege vulnerability exists in Google Android, which stems from a missing privilege check in handleNfcStateChanged of SecureNfcEnabler.java. An attacker could exploit this vulnerability to cause a...

7.8CVSS5.7AI score0.00106EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/01/21 12:00 a.m.6 views

DELL EMC AppSync 安全漏洞

DELL EMC AppSync is a replication data management software from Dell DELL, Inc. A security vulnerability exists in DELL EMC AppSync due to a clickjacking vulnerability in Dell EMC AppSync versions 3.9 through 4.3. An attacker could use this vulnerability to trick victims into performing a state...

6.9CVSS5.6AI score0.00689EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2021/12/14 9:43 p.m.35 views

HTTP Method Spoofing

Opencast versions prior to 9.10 allow HTTP method spoofing, allowing to change the assumed HTTP method via URL parameter. This allows attackers to turn HTTP GET requests into PUT requests or an HTTP form to send DELETE requests. This bypasses restrictions otherwise put on these types of requests...

7.5CVSS1.6AI score0.01416EPSS
SaveExploits1References5Affected Software1
Huntr
Huntr
added 2021/08/05 12:55 p.m.22 views

Cross-Site Request Forgery (CSRF) in glpi-project/glpi

✍️ Description Attacker able to change any task state from changes/tickets/problems with CSRF attack because there is any CSRF protection for related endpoint. It does not matter at all that your application run in localhost or elsewhere, just it is enough to run on a browser and another low...

0.7AI score
SaveExploits0
Huntr
Huntr
added 2021/08/04 3:48 p.m.14 views

Cross-Site Request Forgery (CSRF) in hdinnovations/unit3d-community-edition

✍️ Description Attacker is able to change a user profile state to public if a logged in user visits attacker website. 🕵️‍♂️ Proof of Concept 1.when you logged in open this POC.html in a browser 2.you can check your profile state changed form private to public history.pushState'', '', '/'...

0.6AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2021/05/13 12:00 a.m.7 views

CVE-2021-21549

Dell EMC XtremIO Versions prior to 6.3.3-8, contain a Cross-Site Request Forgery Vulnerability in XMS. A non-privileged attacker could potentially exploit this vulnerability, leading to a privileged victim application user being tricked into sending state-changing requests to the vulnerable...

8.8CVSS7.2AI score0.00429EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2021/03/10 12:00 a.m.12 views

PT-2024-11079 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A recent change in the Linux kernel created a dedicated workqueue for state-change work with WQ HIGHPRI and WQ MEM RECLAIM flags. However, the state-change work mhi pm st worker does n...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References16
NVD
NVD
added 2020/12/18 9:15 a.m.33 views

CVE-2020-35551

An issue was discovered on Samsung mobile devices with O8.x, P9.0, and Q10.0 Exynos chipsets software. They allow attackers to conduct RPMB state-change attacks because an unauthorized RPMB write operation can be replayed, a related issue to CVE-2020-13799. The Samsung ID is SVE-2020-18100 Decemb...

9.8CVSS7.1AI score0.00421EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/18 9:15 a.m.8 views

CVE-2020-35551

An issue was discovered on Samsung mobile devices with O8.x, P9.0, and Q10.0 Exynos chipsets software. They allow attackers to conduct RPMB state-change attacks because an unauthorized RPMB write operation can be replayed, a related issue to CVE-2020-13799. The Samsung ID is SVE-2020-18100 Decemb...

9.8CVSS6.9AI score0.00421EPSS
SaveExploits0References1
Prion
Prion
added 2020/12/18 9:15 a.m.31 views

Design/Logic Flaw

An issue was discovered on Samsung mobile devices with O8.x, P9.0, and Q10.0 Exynos chipsets software. They allow attackers to conduct RPMB state-change attacks because an unauthorized RPMB write operation can be replayed, a related issue to CVE-2020-13799. The Samsung ID is SVE-2020-18100 Decemb...

7.5CVSS7.1AI score0.00421EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder