Lucene search
+L

1347 matches found

Hacker One
Hacker One
added 2021/12/10 5:10 a.m.15 views

Yelp: Fraudulent claim of business.

Vulnerability description not provided...

7.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/11/19 12:0 a.m.42 views

Jenkins Enterprise and Operations Center < 2.222.43.0.2 rev3 / 2.249.30.0.2 rev3 / 2.263.4.1 rev2 Multiple Vulnerabilities (CloudBees Security Advisory 2021-02-24)

The version of Jenkins Enterprise or Jenkins Operations Center running on the remote web server is 2.222.x prior to 2.222.43.0.2 rev3, 2.249.x prior to 2.249.30.0.2 rev3, or 2.x prior to 2.263.4.1 rev2. It is, therefore, affected by multiple vulnerabilities, including the following: - A cross-sit...

8.8CVSS5.9AI score0.82237EPSS
SaveExploits0References8
Code423n4
Code423n4
added 2021/11/13 12:0 a.m.7 views

Missing hasStarted modifier, can lead to user vesting before the owner begin the vesting

Handle rfa Vulnerability details Impact In the claimConverted function, the user can vest their vader token for a certain amount of time, but hasStarted modifier is missing, this can lead to claimConverted function is callable by anyone, and the user can claim eventhough the vesting havent been...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/12 12:0 a.m.9 views

FSDVesting.claimTribute() Breaks Contract

Handle leastwood Vulnerability details Impact FSDVesting.claimTribute attempts to claim staking rewards which are stored as tributes and generated through membership purchases by the FSD network. The FSDVesting.sol contract accrues a conviction score which generates a percentage claim over tribut...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/10 12:0 a.m.8 views

User can validate and claim the airdrop multiple times

Handle pauliax Vulnerability details Impact When checking if a user is already validated, it relies on the amount to be 0. However, this check can be bypassed by claiming all your airdrop to reduce your amount to 0 and then validating yourself again to refill your allocation. function claim...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/09 12:0 a.m.11 views

setAdmin function use one-phase owner transfership instead of two-phases safer ownership transfer

Handle mics Vulnerability details one-phase ownership transfer sometimes used wrong and the ownership is transferred to a not existing account. The safe way to use it is to suggest new owner and then the new owner should claim its ownership. InvestorDistribution line 212 --- The text was updated...

6.9AI score
SaveExploits0
Veracode
Veracode
added 2021/11/08 6:55 a.m.19 views

Information Disclosure

github.com/pomerium/pomerium is vulnerable to information disclosure. The vulnerability exists as the OIDC claim changes of a user after initial login are not reflected when using allowedidpclaims as part of the policy, exposing sensitive information to remote authenticated attackers...

8.8CVSS3AI score0.00832EPSS
SaveExploits0References4Affected Software1
Code423n4
Code423n4
added 2021/11/08 12:0 a.m.12 views

Claim airdrop repeatedly

Handle gpersoon Vulnerability details Impact Suppose someone claims the last part of his airdrop via claimExact of AirdropDistribution.sol Then airdropmsg.sender.amount will be set to 0. Suppose you then call validate again. The check "airdropmsg.sender.amount == 0" will allow you to continue,...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/08 12:0 a.m.10 views

Investor can't claim the last tokens (via claim() )

Handle gpersoon Vulnerability details Impact Suppose you are an investor and want to claim the last part of your claimable tokens or your entire set of claimable tokens if you haven't claimed anything yet. Then you call the function claim of InvestorDistribution.sol, which has the following...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/07 12:0 a.m.9 views

Invalid validity check

Handle fr0zn Vulnerability details Vulnerability Details On the AirdropDistribution.sol, inside the validate function line 506 , the validatedmsg.sender is not checked and the validation for an already airdropped user is done using the airdropmsg.sender.amount value. Provide a detailed descriptio...

7AI score
SaveExploits0
OSV
OSV
added 2021/11/05 11:15 p.m.16 views

CVE-2021-41230

Pomerium is an open source identity-aware access proxy. In affected versions changes to the OIDC claims of a user after initial login are not reflected in policy evaluation when using allowedidpclaims as part of policy. If using allowedidpclaims and a user's claims are changed, Pomerium can make...

8.8CVSS6.7AI score
SaveExploits0References2
Code423n4
Code423n4
added 2021/10/25 12:0 a.m.11 views

Referrer can drain ReferralFeePoolV0

Handle gzeon Vulnerability details Impact function claimRewardAsMochi in ReferralFeePoolV0.sol did not reduce user reward balance, allowing referrer to claim the same reward repeatedly and thus draining the fee pool. Proof of Concept L28-47 did not reduce user reward balance Tools Used None...

6.9AI score
SaveExploits0
NVD
NVD
added 2021/10/15 4:15 p.m.19 views

CVE-2021-41320

A technical user has hardcoded credentials in Wallstreet Suite TRM 7.4.83 64-bit edition with higher privilege than the average authenticated user. NOTE: the vendor disputes this because the password is not hardcoded it can be changed during installation or at any later time...

5.5CVSS0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2021/10/07 7:15 p.m.19 views

CVE-2021-41130

Extensible Service Proxy, a.k.a. ESP is a proxy which enables API management capabilities for JSON/REST or gRPC API services. ESPv1 can be configured to authenticate a JWT token. Its verified JWT claim is passed to the application by HTTP header "X-Endpoint-API-UserInfo", the application can use ...

6.4CVSS0.00375EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.9 views

Cannot claim reward

Handle cmichel Vulnerability details The ConcentratedLiquidityPoolManager.claimReward requires stake.initialized but it is never set. It also performs a strange computation as 128 - incentive.secondsClaimed which will almost always underflow and revert the transaction. Impact One cannot claim...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.6 views

Integer underflow error in claimReward of ConcentratedLiquidityPoolManager

Handle broccoli Vulnerability details Impact The claimReward function of ConcentratedLiquidityPoolManager calculates the secondsUnclaimed variable using a formula with an unclear intention: uint256 secondsUnclaimed = maxTime - incentive.startTime 128 - incentive.secondsClaimed; This formula cause...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2021/07/09 8:59 p.m.158 views

Acronis: Subdomain takeover of main domain of https://www.cyberlynx.lu/

Summary Hi Acronis Security Team , Hope you well. I found one of your subdomains which is www.cyberlynx.lu One of your Acquisition is pointing towards www.cyberlynx.lu canonical name = www118.wixdns.net. www118.wixdns.net canonical name = balancer.wixdns.net. balancer.wixdns.net canonical name =...

SaveExploits0
Check Point Advisories
Check Point Advisories
added 2021/06/30 12:0 a.m.38 views

Jenkins Claim Plugin Cross-Site Scripting (CVE-2021-21619)

A stored cross-site scripting vulnerability exists in Jenkins Claim plugin. This vulnerability is due to insufficient validation of the displayName shown in claims...

3.5CVSS5.4AI score0.0939EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/06/23 6:0 p.m.46 views

Possible bypass of token claim validation when OAuth2 Introspection caching is enabled

Impact When you make a request to an endpoint that requires the scope foo using an access token granted with that foo scope, introspection will be valid and that token will be cached. The problem comes when a second requests to an endpoint that requires the scope bar is made before the cache has...

1AI score
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2021/06/23 4:48 a.m.20 views

Insecure Token Validation

github.com/ory/oathkeeper is using an insecure token validation. It bypasses token claim validation once a token is in the cache. The vulnerability exists only when caching is not disabled...

7.5CVSS1.8AI score0.01631EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder