Lucene search
+L

161 matches found

EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2025-1792

Malicious code in bioql PyPI...

5.3CVSS6.6AI score0.00387EPSS
SaveExploits0References1
Talos Blog
Talos Blog
added 2025/07/31 6:00 p.m.22 views

The Booker Prize Longlist and Hacker Summer Camp

Welcome to this week's edition of the Threat Source newsletter. This week the Booker Prize Longlist was released and it featured several books I've read this year a couple that are on my TBR To Be Read, a couple that I had not heard of, and a couple that make me scratch my head and question why...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2025/04/29 12:00 a.m.19 views

Code-Projects Simple Movie Ticket Booking System 安全漏洞

Code-Projects Simple Movie Ticket Booking System is a Code-Projects open source simple movie ticket booking system. A security vulnerability exists in Code-Projects Simple Movie Ticket Booking System version 1.0, which stems from an improper operation of the changeprize function on the parameter...

7.8CVSS5.8AI score0.00346EPSS
SaveExploits1References5
NVD
NVD
added 2025/01/21 12:15 p.m.15 views

CVE-2025-0614

Input validation vulnerability in Qualifio's Wheel of Fortune. This vulnerability could allow an attacker to modify a single email to contain upper and lower case characters in order to access the application and win prizes as many times as wanted...

5.3CVSS0.00387EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/21 12:15 p.m.16 views

CVE-2025-0615

Input validation vulnerability in Qualifio's Wheel of Fortune. This vulnerability allows an attacker to modify an email to contain the ‘+’ symbol to access the application and win prizes as many times as wanted...

5.3CVSS0.00387EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/21 11:44 a.m.30 views

CVE-2025-0615 Input validation vulnerability in Qualifio's Wheel of Fortune

Input validation vulnerability in Qualifio's Wheel of Fortune. This vulnerability allows an attacker to modify an email to contain the ‘+’ symbol to access the application and win prizes as many times as wanted...

5.3CVSS0.00387EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/01/21 11:43 a.m.11 views

CVE-2025-0614 Input validation vulnerability in Qualifio's Wheel of Fortune

Input validation vulnerability in Qualifio's Wheel of Fortune. This vulnerability could allow an attacker to modify a single email to contain upper and lower case characters in order to access the application and win prizes as many times as wanted...

5.3CVSS7.1AI score0.00387EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/21 12:00 a.m.8 views

Qualifio Wheel of Fortune 路径遍历漏洞

Qualifio Wheel of Fortune is a prize wheel interactive data collection software from Qualifio. A path traversal vulnerability exists in Qualifio Wheel of Fortune that stems from insufficient input validation, allowing an attacker to access the application multiple times and win prizes by adding...

5.3CVSS6.8AI score0.00387EPSS
SaveExploits0References2
Openbugbounty
Openbugbounty
added 2024/02/06 7:06 p.m.7 views

tang-prize.org Cross Site Scripting vulnerability OBB-3849728

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2024/01/28 8:20 p.m.7 views

s-prize-sakura.jp Improper Access Control vulnerability OBB-3845564

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2023/12/21 12:13 p.m.10 views

tang-prize.org Cross Site Scripting vulnerability OBB-3819614

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2023/12/15 8:49 a.m.10 views

tang-prize.org Improper Access Control vulnerability OBB-3814524

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Wired Threat Level
Wired Threat Level
added 2023/08/29 1:30 p.m.29 views

The Weird, Big-Money World of Cybercrime Writing Contests

The competitions, which are held on Russian-language cybercrime forums, offer prize money of up to $80,000 for the winners...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/26 12:00 a.m.28 views

Claiming prizes will be bricked if prize periods are not aligned with twab periods

Lines of code Vulnerability details Comments The previous implementation allowed a malicious user to keep updating their balances provided the previous observation fell within the same period. As such, if a draw ends part way through a period, the user would be able to manipulate their average...

6.5AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/26 12:00 a.m.29 views

Number of prize tiers may never scale due to aggressive new algorithm

Lines of code Vulnerability details Comments This issue is very similar to M-14 but covers another edge case where the threshold check is not performed when there are currently 14 prize tiers and at least 1 canary tier is claimed. This is due to an early return of MAXIMUMNUMBEROFTIERS. Mitigation...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/23 12:00 a.m.13 views

Vault will stop participating in draws in case if they deposited maximum assets to the underlying vault

Lines of code Vulnerability details Impact Vault will stop participating in draws in case if they deposited maximum assets to the underlying vault. Proof of Concept Vault contract has maxMint function. This function first checks allowed amount to mint in the PtVault and then also checks amount...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/23 12:00 a.m.13 views

M-10 Unmitigated

Lines of code Vulnerability details Issue not mitigated About the problem There was unsafe cast in the getTier function and warden has stated, that in case if value will be bigger than uint96.max, then wrong prize amount will be used. Solution Pool together has increased Tier.prizeSize variable t...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/07 12:00 a.m.13 views

Lack of authentication in rngComplete

Lines of code Vulnerability details Impact In RngRelayAuction.sol the rngComplete function is meant to be called only by the rngAuctionRelayer contract, however, it can currently be called by any user. Consequently any random number can be used to close a prize pool draw, benefiting the malicious...

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

function rngComplete is unpprotected

Lines of code Vulnerability details Impact The rngComplete is a function Called by the relayer to complete the Rng relay auction. However it has zero access control. Proof of Concept The function makes calls to the prizepool to close a draw, it also withdraws from a reserve. All these are done wi...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/18 12:00 a.m.20 views

Upgraded Q -> 2 from #422 [1689707351452]

Judge has assessed an item in Issue 422 as 2 risk. The relevant finding follows: 01 In the function PrizePool.setDrawManager, anyone can frontrun it and become the drawManager Reading the documentation of the Prize Pool contract, the following is specified: The Prize Pool allows a 'draw manager'...

6.9AI score
SaveExploits0
Rows per page
Query Builder