Lucene search
K

282 matches found

UbuntuCve
UbuntuCve
โ€ขadded 2024/04/17 11:15 a.m.โ€ข18 views

CVE-2024-26895

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces wilcnetdevcleanup currently triggers a KASAN warning, which can be observed on interface registration error path, or simply by removing the...

7.8CVSS6.1AI score0.00235EPSS
Exploits0References24
Chainguard
Chainguard
โ€ขadded 2024/03/05 11:15 p.m.โ€ข75 views

CVE-2024-24786 vulnerabilities

Vulnerabilities for packages: kubernetes-dashboard-metrics-scraper, crossplane-provider-aws-iam, crossplane-provider-aws-kinesis, protoc-gen-go-grpc, cass-operator-fips-no-pvc-delete, nfs-subdir-external-provisioner-fips, rook, kube-rbac-proxy-fips, zot, cert-exporter,...

7.5CVSS6.3AI score0.01262EPSS
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/12/19 12:0 a.m.โ€ข8 views

InitiCore.liquidate uses stale toShares function

Lines of code Vulnerability details Proof of Concept When position is going to be liquidated, then liquidator provides poolToRepay and poolOut. He wants to repay some amount to poolToRepay and get shares from poolOut back according to repaid amount + bonus. ILendingPoolpoolOut.toShares function i...

7AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/12/08 12:0 a.m.โ€ข12 views

Missing onlyOwner Modifier Will Give Access To Any Malicious User To Change UnwrapFee Immediately

Lines of code Vulnerability details Impact Any address can call the function changeUnwrapFee and modify or influence the unwrap fee, compromising the intended governance structure and allowing malicious users or entities to favourably adjust fees to their advantage for token unwrapping. Proof of...

7.1AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:0 a.m.โ€ข10 views

asD TOKEN CREATOR CAN PROFIT UNFAIRLY FROM THE cNote TOKENS DIRECLTY TRANSFERRED TO THE asD.sol CONTRACT

Lines of code Vulnerability details Impact The asD.withdrawCarry function is used to withdraw the interest that accrued in the asD contract in the form of NOTE tokens. Only the owner of the asD token is able to withdraw the interest accrued since the withdrawCarry is controlled by the onlyOwner...

7AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/11/17 12:0 a.m.โ€ข8 views

The getPriceAndFee() function performs calculations without implementing reentrancy protection.

Lines of code Vulnerability details Impact An attacker could call getPriceAndFee multiple times concurrently, read intermediate state, and craft calls to exploit any assumptions made between calculations. This could undermine the intended bonding curve pricing logic. Proof of Concept getPriceAndF...

6.8AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/11/13 12:0 a.m.โ€ข5 views

Add reentrancy protection in payArtist function

Lines of code Vulnerability details In payArtist function, the potential for reentrancy exists due to the call method being used to transfer Ether. The call method is known to be risky for reentrancy attacks because it hands off control to the called contract, which could be malicious. After the...

7.1AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/10/30 12:0 a.m.โ€ข10 views

StakedUSDe contract allows attackers to steal staked USDe tokens of soft-restricted users

Lines of code Vulnerability details Description The modifier called checkMinShares that is used to ensure that there is always a small non-zero amount of shares in circulation. This is to prevent a donation attack, where an attacker donates a small amount of USDe tokens to the contract and then...

6.9AI score
Exploits0
Chainguard
Chainguard
โ€ขadded 2023/10/25 9:17 p.m.โ€ข82 views

GHSA-M425-MQ94-257G vulnerabilities

Vulnerabilities for packages: cortex, buildkitd, kubevela, terraform-provider-sendgrid-fips, kubescape, metrics-server-fips, dynamic-localpv-provisioner-fips, prometheus-stackdriver-exporter, terraform-provider-sendgrid, slsa-verifier, prometheus-blackbox-exporter, aactl, k3d,...

5.2AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/10/25 12:0 a.m.โ€ข5 views

M-07 Unmitigated

Lines of code Vulnerability details Mitigation of M-07: Mitigation Error, see comments Link to Issue: code-423n4/2023-09-asymmetry-findings38 Comments The changes related to this issue are: Access control has been added to AfEth::depositRewards using the onlyVotiumOrRewarder modifier. This functi...

7AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/10/25 12:0 a.m.โ€ข7 views

Wrong validation check for caller of some functions

Lines of code Vulnerability details Impact When an attacker call some functions which lacks validation check for msg.sender, it causes unexpected interactions. Proof of Concept The AccountingEngine.solsettleDebt function and AccountingEngine.solsettleDebtfuntion is as follows. function...

7.1AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/10/25 12:0 a.m.โ€ข10 views

All functions in ODSafeManager.sol related to handlerAllowed modifier can never be called.

Lines of code Vulnerability details Impact All the functions with handlerAllowed modifier are unusable and can never be called. Proof of Concept Handler is deployed and assigned to the Safe/NFT when ODSafeManager.sol/openSAFE function is called. The SafeHandler.sol have only a constructor and not...

7.1AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/10/11 12:0 a.m.โ€ข11 views

Needs a secure modifier

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. The ERC20ProxyDelegator constructor appears to be used for delegating voting rights to a delegate by allowing them to call the delegate function of an ERC20Votes contract. To secure this function, you...

7AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/10/06 12:0 a.m.โ€ข10 views

A Malicious user can create a rootBridgeAgent with a malicious endpoint and execute calls directly with the rootBridgeAgent.

Lines of code Vulnerability details Impact A Malicious user can create a rootBridgeAgent with a malicious endpoint and execute calls directly with the rootBridgeAgent. Since anyone can create a rootBridgeAgent with desired values for port, endpoint and router address in anychain. The Attacker can...

7.1AI score
Exploits0
Positive Technologies
Positive Technologies
โ€ขadded 2023/09/24 12:0 a.m.โ€ข3 views

PT-2023-36038 ยท Icu ยท Icu

Name of the Vulnerable Software and Affected Versions: icu 74 affected versions not specified Description: The issue is related to a crash in the icu 74 library, specifically in the UnicodeString class. The crash occurs when the copyFrom function is called, leading to a segmentation fault on an...

6.8AI score
Exploits0References2
Code423n4
Code423n4
โ€ขadded 2023/09/14 12:0 a.m.โ€ข10 views

The executeScheduledRely function in the code allows any external caller to execute it without proper access control checks. This means that anyone can make themselves a ward on a contract without authorization, which poses a security risk.

Lines of code Vulnerability details Issue: The executeScheduledRely function in the code allows any external caller to execute it without proper access control checks. This means that anyone can make themselves a ward on a contract without authorization, which poses a security risk. Proof of...

7.3AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/08/10 12:0 a.m.โ€ข11 views

Anyone can change the members of Security Council

Lines of code Vulnerability details Impact Anyone can change the members of security council by calling the function perform in the contract SecurityCouncilMemberSyncAction.sol as the function is open to all. Proof of Concept uint256 updateNonce = getUpdateNoncesecurityCouncil; if nonce =...

6.8AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/08/07 12:0 a.m.โ€ข7 views

deadline using swap functions does not verify that the deadline has passed/expired

Lines of code Vulnerability details Impact In V3Proxy.sol contract, deadline is used in functions like swapExactTokensForTokens, swapTokensForExactTokens, swapExactETHForTokens, swapETHForExactTokens, swapTokensForExactETH and swapExactTokensForETH etc to ensure that the transaction can be execut...

6.9AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/07/31 12:0 a.m.โ€ข21 views

Reentrancy Vulnerability in MErc20Delegate.sol

Lines of code Vulnerability details Impact The fallback function delegates calls to the implementation contract using delegatecall. This allows the implementation contract to call back into MErc20Delegate before the original delegatecall completes. An attacker could exploit this vulnerability to...

6.9AI score
Exploits0
Code423n4
Code423n4
โ€ขadded 2023/07/31 12:0 a.m.โ€ข10 views

External visibility modifier on function that should be callable from address(this). Doesnt seem right.

Lines of code Vulnerability details Impact External visibility modifier on function that should be callable from addressthis. Doesnt seem right. Proof of Concept /// @notice grant the guardians the pause ability function grantGuardiansPause external require msg.sender == addressthis, /// @audit i...

6.9AI score
Exploits0
Rows per page
Query Builder