Lucene search
+L

7048 matches found

CVE
CVE
added 2018/07/13 8:00 p.m.54 views

CVE-2016-9483

CVE-2016-9483 involves PHP FormMail Generator-generated PHP form code where phpfmg_filman_download() deserializes untrusted input, enabling a remote, unauthenticated attacker to inject PHP code. The description notes that, combined with CVE-2016-9484, this can lead to local file inclusion attacks...

9.8CVSS7.7AI score0.03462EPSS
SaveExploits0References2Affected Software1
seebug.org
seebug.org
added 2018/07/09 12:00 a.m.74 views

Attack on Pseudo-random number generator (PRNG) used in 1000 Guess, an Ethereum lottery game. (CVE-2018–12454)

Abstract An Ethereum lottery game, 1000 Guess, has a vulnerability that it generates random numbers predictable by anyone. This game decides a winner by a random number when the number of players who bet on the contract reaches to the predetermined number. The contract generates the random number...

1.5AI score0.01105EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2018/07/05 12:00 a.m.9 views

PT-2018-11228 · Ntop +1 · Ntopng +1

Name of the Vulnerable Software and Affected Versions: ntopng versions prior to 3.4.180617 Description: An issue was discovered where the pseudo-random number generator PRNG involved in generating session IDs is not seeded at program startup, resulting in deterministic session IDs for active user...

8.1CVSS7.9AI score0.10675EPSS
SaveExploits5References14
The Hacker News
The Hacker News
added 2018/07/04 10:11 a.m.55 views

Beware! Fortnite Cheat Hijacks Gamers' PCs to Intercept HTTPS Traffic

If you are looking for Fortnite v-bucks generator, aimbot or any other game cheats—then beware—you might end up installing malware on your PC! Web-based game-streaming platform Rainway is reporting that tens of thousands of Fortnite players have inadvertently infected their systems with a piece o...

0.1AI score
SaveExploits0
Into the symmetry
Into the symmetry
added 2018/07/01 3:54 p.m.104 views

Micali-Schnorr Generator (MS-DRBG) Part III - Zero Knowledge Proof Wanted!!

See also Part I and Part II of this series This is going to be a short blog post about the infamous Micali-Schnorr Random Number Generator MS-DRBG. See Part I and Part II of this series for more information about this topic. WHO: NIST published the specification for Micali-Schnorr Random Number...

6.9AI score
SaveExploits0
OSV
OSV
added 2018/06/20 12:29 p.m.7 views

CVE-2018-12445

An issue was discovered in the com.dropbox.android application 98.2.2 for Android. The FingerprintManager class for Biometric validation allows authentication bypass through the callback method from onAuthenticationFailed to onAuthenticationSucceeded with null, because the fingerprint API in...

3.1CVSS5.7AI score0.00396EPSS
SaveExploits0References1
CNVD
CNVD
added 2018/06/15 12:00 a.m.12 views

Unspecified vulnerability in react-native-meteor-oauth

react-native-meteor-oauth is a plugin for logging in to the Meteor server in React Native. A security vulnerability exists in react-native-meteor-oauth, which stems from the program's use of a weakly encrypted pseudo-random number generator to generate oauth random tokens Random Token. An attacke...

5.3CVSS5.7AI score0.01534EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2018/06/14 1:40 p.m.19 views

M4Ngl3M3 - Common Password Pattern Generator Using Strings List

Common password pattern generator using strings list. Quick Installation: $ git clone https://github.com/localh0t/m4ngl3m3 $ cd m4ngl3m3 $ ./main.py Basic Help: usage: main.py -h -fy FROMYEAR -ty TOYEAR -sy -nf NUMBERSFILE -sf SYMBOLSFILE -cf CUSTOMFILE -sbs -sap -mm MUTATIONMETHODS MUTATIONMODE...

7.3AI score
SaveExploits0References3
OSV
OSV
added 2018/06/11 9:29 p.m.6 views

DEBIAN-CVE-2017-5462

A flaw in DRBG number generation within the Network Security Services NSS library where the internal state V does not correctly carry bits over. The NSS library has been updated to fix this issue to address this issue and Firefox ESR 52.1 has been updated with NSS version 3.28.4. This vulnerabili...

5.3CVSS8.6AI score0.02936EPSS
SaveExploits0References1
zdt
zdt
added 2018/06/09 12:00 a.m.77 views

WebKit - Use-After-Free when Resuming Generator Exploit

Exploit for multiple platform in category dos / poc !-- In WebKit, resuming a generator is implemented in JavaScript. An internal object property, @generatorState is used to prevent recursion within generators. In GeneratorPrototype.js, the state is checked by calling: var state = email protected...

8.3AI score0.11012EPSS
SaveExploits4
OSV
OSV
added 2018/06/08 6:29 p.m.5 views

DEBIAN-CVE-2018-4218

An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. watchOS before 4.3.1 is affected. The issue involves the "WebKit"...

8.8CVSS8.7AI score0.11012EPSS
SaveExploits4References1
exploitpack
exploitpack
added 2018/06/08 12:00 a.m.20 views

WebKit - Use-After-Free when Resuming Generator

WebKit - Use-After-Free when Resuming Generator !-- In WebKit, resuming a generator is implemented in JavaScript. An internal object property, @generatorState is used to prevent recursion within generators. In GeneratorPrototype.js, the state is checked by calling: var state = this.@generatorStat...

7.4AI score
SaveExploits0
OSV
OSV
added 2018/06/08 12:00 a.m.5 views

UBUNTU-CVE-2018-4218

An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. watchOS before 4.3.1 is affected. The issue involves the "WebKit"...

8.8CVSS7.5AI score0.11012EPSS
SaveExploits4References12
seebug.org
seebug.org
added 2018/06/08 12:00 a.m.68 views

WebKit: Use-after-free when resuming generator(CVE-2018-4218)

In WebKit, resuming a generator is implemented in JavaScript. An internal object property, @generatorState is used to prevent recursion within generators. In GeneratorPrototype.js, the state is checked by calling: var state = this.@generatorState; and set by calling: generator.@generatorState =...

0.1AI score0.11012EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/06/08 12:00 a.m.30 views

WebKit - Use-After-Free when Resuming Generator

!-- In WebKit, resuming a generator is implemented in JavaScript. An internal object property, @generatorState is used to prevent recursion within generators. In GeneratorPrototype.js, the state is checked by calling: var state = this.@generatorState; and set by calling: generator.@generatorState...

8.8CVSS7.5AI score0.11012EPSS
SaveExploits4
OSV
OSV
added 2018/06/06 6:15 p.m.7 views

MGASA-2018-0274 Updated qtpass packages fix security vulnerability

All passwords generated with QtPass' built-in password generator prior to 1.2.1 are possibly predictable and enumerable by hackers...

7.4AI score
SaveExploits0References3
zdt
zdt
added 2018/06/06 12:00 a.m.52 views

Pagekit < 1.0.13 - Cross-Site Scripting Code Generator Exploit

Exploit for php platform in category web applications Title: Pagekit ' + code + '' f = openname, 'w+' f.writecode f.close if name == 'main': print''' / \ \ / / | | \ / / | / / | | / / | || | | | \ \ / /| | | | | | |/ \ | | | | ' | || | | | \ V / | ||/ /| || | | || | | | | | | / || ||/||/...

5.2AI score0.04004EPSS
SaveExploits5
UbuntuCve
UbuntuCve
added 2018/06/05 1:29 p.m.33 views

CVE-2018-1000180

Bouncy Castle BC 1.54 - 1.59, BC-FJA 1.0.0, BC-FJA 1.0.1 and earlier have a flaw in the Low-level interface to RSA key pair generator, specifically RSA Key Pairs generated in low-level API with added certainty may have less M-R tests than expected. This appears to be fixed in versions BC 1.60 bet...

7.5CVSS7.1AI score0.03224EPSS
SaveExploits0References3
CVE
CVE
added 2018/06/05 1:00 p.m.222 views

CVE-2018-1000180

CVE-2018-1000180 affects Bouncy Castle BC 1.54–1.59 (and BC-FJA 1.0.0/1.0.1) with a flaw in the Low-level RSA key pair generator interface that may produce RSA key pairs with fewer Miller–Rabin primality tests than expected. IBM vulnerability bulletins associate this CVE with IBM products (e.g., ...

7.5CVSS7.1AI score0.03224EPSS
SaveExploits0References21Affected Software2
exploitpack
exploitpack
added 2018/06/05 12:00 a.m.26 views

Pagekit 1.0.13 - Cross-Site Scripting Code Generator

Pagekit 1.0.13 - Cross-Site Scripting Code Generator Title: Pagekit ' + code + '' f = openname, 'w+' f.writecode f.close if name == 'main': print''' / \ \ / / | | \ / / | / / | | / / | || | | | \ \ / /| | | | | | |/ \ | | | | ' | || | | | \ V / | ||/ /| || | | || | | | | | | / || ||/||/ |||/...

7AI score
SaveExploits0
Rows per page
Query Builder