Lucene search
+L

1431 matches found

Code423n4
Code423n4
added 2023/12/19 12:00 a.m.13 views

addRewardToken() does note remove old entries before adding new ones

Lines of code 455, 280, 378, 411 Vulnerability details Each time addRewardToken is called, new entries are added to the array, but doing so does not remove any old entries. By calling the function multiple times, an attacker can can increase their voting power indefinitely, without having to...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2023/12/13 12:00 a.m.6 views

Audiobookshelf Code Issue Vulnerability

Audiobookshelf is a self-hosted audiobook and podcast server from audiobookshelf open source. A code issue vulnerability exists in Audiobookshelf 2.4.3 and earlier versions, which stems from the ability of a user with updated privileges to read arbitrary files, delete arbitrary files, and send a...

8.1CVSS6.7AI score0.00607EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2023/12/08 12:00 a.m.24 views

Unrestricted Unwrap Fee Changes: Instability, Market Disruption, and Loss of Trust

Lines of code Vulnerability details Impact The current changeUnwrapFee function in the Ocean smart contract allows the owner to change the unwrap fee divisor with no restrictions, leading to several negative impacts: 1. Unstable Unwrap Fees: Frequent changes in the divisor can cause instability a...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2023/12/08 12:00 a.m.8 views

Google Pixel Security Breach

Google Pixel is a smartphone from the American company Google. Google Pixel has a security vulnerability that stems from the presence of a logic error in the code...

6.7CVSS6.6AI score0.00109EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/11/30 12:00 a.m.8 views

Symbolicator Code Issue Vulnerability

Symbolicator is a symbol service for native stack traces and small dumps with symbol server support. A code issue vulnerability exists in Symbolicator versions 0.3.3 through 23.11.2, which stems from the fact that an attacker can use a specially crafted HTTP endpoint to allow Symbolicator to send...

4.3CVSS7.1AI score0.00705EPSS
SaveExploits0References4
OSV
OSV
added 2023/11/28 6:15 p.m.9 views

CVE-2023-40056

SQL Injection Remote Code Vulnerability was found in the SolarWinds Platform. This vulnerability can be exploited with a low privileged account...

8.8CVSS5.8AI score0.04814EPSS
SaveExploits0References2
NVD
NVD
added 2023/11/28 6:15 p.m.24 views

CVE-2023-40056

SQL Injection Remote Code Vulnerability was found in the SolarWinds Platform. This vulnerability can be exploited with a low privileged account...

8.8CVSS0.04814EPSS
SaveExploits0References2
Prion
Prion
added 2023/11/28 6:15 p.m.20 views

Sql injection

SQL Injection Remote Code Vulnerability was found in the SolarWinds Platform. This vulnerability can be exploited with a low privileged account...

6.5CVSS8.7AI score0.04814EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2023/11/28 5:51 p.m.120 views

CVE-2023-40056

SolarWinds Orion Platform is affected by a SQL Injection Remote Code Execution vulnerability (CVE-2023-40056). The known flaw exists in the VimChartInfo class and arises from improper validation of a user-supplied string used to construct SQL queries, enabling remote code execution. Exploitation ...

8.8CVSS8.5AI score0.04814EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2023/11/28 12:00 a.m.13 views

Ray Code Issues Vulnerabilities

Ray is a unified framework for scaling AI and Python applications open-sourced by ray-project. A code issue vulnerability exists in Ray version 2.6.3, 2.8.0. A remote attacker could exploit this vulnerability to execute arbitrary code via the Job Submission API...

9.8CVSS7.7AI score0.83942EPSS
SaveExploits6References6
Prion
Prion
added 2023/11/22 5:15 p.m.39 views

Hardcoded credentials

Headwind MDM Web panel 5.22.1 is vulnerable to Incorrect Access Control due to a hard-coded JWT Secret. The secret is hardcoded into the source code available to anyone on Git Hub. This secret is used to sign the application’s JWT token and verify the incoming user-supplied tokens...

6.5CVSS7.3AI score0.00784EPSS
SaveExploits1References1Affected Software1
Code423n4
Code423n4
added 2023/11/15 12:00 a.m.21 views

Biased rsETH price calculation in depositAsset results in lesser rsETH minted to user

Lines of code Vulnerability details Impact The LRTDepositPool acts as a simplified vault allowing restakers to transfer their liquid staked tokens and receive rsETH tokens based on the current rsETH exchange rate. rsETH are minted to user by interacting with depositAsset function of LRTDepositPoo...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/11/10 12:00 a.m.18 views

Arthimetic operation result in loss of voting power

Lines of code Vulnerability details Impact Carrying out calculation of voting power in function finalize based on division with value 1e4, then subtracting it with totalContributions and after that multiplying and dividing again will be a resultant that cause large precision error or even loss of...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2023/11/10 12:00 a.m.15 views

Unbounded iteration over all index

Lines of code Vulnerability details Impact The transactions could fail if the array get too big and the transaction would consume more gas than the block limit. This will then result in a denial of service for the desired functionality and break core functionality. Proof of Concept Functions like...

7.2AI score
SaveExploits0
CVE
CVE
added 2023/10/30 4:56 p.m.136 views

CVE-2023-21351

CVE-2023-21351 affects Google Android (Framework) and is described as a local elevation-of-privilege vulnerability caused by a logic error that can trigger a background activity launch. The issue can be exploited without user interaction and could compromise confidentiality, integrity, and availa...

7.8CVSS7.9AI score0.00119EPSS
SaveExploits0References3Affected Software1
Code423n4
Code423n4
added 2023/10/30 12:00 a.m.19 views

StakedUSDe.totalSupply() may decrease below MIN_SHARES by StakedUSDe.redistributeLockedAmount.

Lines of code Vulnerability details Impact StakedUSDe runs checkMinShares in deposit and withdraw to keep the totalSupply more than MINSHARES, 1e18. It is to prevent an ERC4626 inflation attack. However, StakedUSDe.redistributeLockedAmountuser, address0 burns all the user's shares and decreases t...

7.2AI score
SaveExploits0
CNNVD
CNNVD
added 2023/10/30 12:00 a.m.5 views

openCRX Code Issues Vulnerabilities

openCRX is an open source Crm software. A code issue vulnerability exists in openCRX version v.5.2.2, which stems from a vulnerability that allows remote attackers to execute arbitrary code via a specially crafted request...

9.8CVSS7.8AI score0.00721EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2023/10/30 12:00 a.m.23 views

EthenaMinting.sol#_setMaxRedeemPerBlock() - Function doesn't enforce any constraints

Lines of code Vulnerability details Explanation The EthenaMinting.solsetMaxMintPerBlock function is responsible for setting the maximum limit for minting USDe tokens in a single block. function setMaxMintPerBlockuint256 maxMintPerBlock external onlyRoleDEFAULTADMINROLE...

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

TRANSFERING FUNDS TO YOURSELF INCREASES YOUR BALANCE

Lines of code Vulnerability details Impact If transferred to yourself, it will cause your balance to increase, thus growing the token balance infinitely. Proof of Concept File: src/market/WildcatMarketToken.sol 54: transferfrom, to, amount; 74: accountsfrom = fromAccount; 78: accountsto =...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/10/23 12:00 a.m.45 views

Ubuntu 20.04 ESM / 22.04 ESM : ImageMagick vulnerabilities (USN-5736-2)

The remote Ubuntu 20.04 ESM / 22.04 ESM host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-5736-2 advisory. USN-5736-1 fixed vulnerabilities in ImageMagick. This update provides the corresponding updates for Ubuntu 20.04 ESM and Ubuntu 22.04 ESM. On...

7.8CVSS6.6AI score0.0238EPSS
SaveExploits2References18
Rows per page
Query Builder