Lucene search
+L

58 matches found

OSV
OSV
added 2022/01/14 8:15 p.m.2 views

DEBIAN-CVE-2021-23566

The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated...

5.5CVSS6.7AI score0.0044EPSS
SaveExploits1References1
OSV
OSV
added 2022/01/14 8:15 p.m.37 views

CVE-2021-23566

The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated...

5.5CVSS6.6AI score
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2022/01/14 8:15 p.m.50 views

CVE-2021-23566

The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated...

5.5CVSS6.8AI score0.0044EPSS
SaveExploits1References6
Prion
Prion
added 2022/01/14 8:15 p.m.31 views

Information disclosure

The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated...

2.1CVSS7.1AI score0.0044EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/01/14 8:15 p.m.15 views

UBUNTU-CVE-2021-23566

The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated...

5.5CVSS6.8AI score0.0044EPSS
SaveExploits1References7
CVE
CVE
added 2022/01/14 8:05 p.m.264 views

CVE-2021-23566

CVE-2021-23566 affects nanoid versions 3.0.0 through before 3.1.31, where Information Exposure is possible via valueOf(), allowing reproduction of the last generated ID. Root cause is an information disclosure in valueOf(). Remediation: upgrade to nanoid 3.1.31 or later (the fixed version). Note:...

5.5CVSS5AI score0.0044EPSS
SaveExploits1References7Affected Software1
Debian CVE
Debian CVE
added 2022/01/14 8:05 p.m.21 views

CVE-2021-23566

The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated...

5.5CVSS6.9AI score0.0044EPSS
SaveExploits1
CNNVD
CNNVD
added 2022/01/14 12:00 a.m.6 views

nanoid 代码问题漏洞

nanoid is a small, secure, URL-friendly, unique string ID generator for JavaScript. nanoid is vulnerable, stemming from nanoid's vulnerability to information exposure via the valueOf function, which allows the last generated id to be reproduced. no details of the vulnerability are currently...

5.5CVSS5.5AI score0.0044EPSS
SaveExploits1References15
Positive Technologies
Positive Technologies
added 2022/01/14 12:00 a.m.9 views

PT-2022-9413 · Nanoid · Nanoid

Name of the Vulnerable Software and Affected Versions: nanoid versions 3.0.0 through 3.1.30 Description: The issue allows for Information Exposure via the valueOf function, enabling the reproduction of the last generated id. Recommendations: For nanoid versions 3.0.0 through 3.1.30, update to...

5.5CVSS7.6AI score0.00822EPSS
SaveExploits1References26
Snyk
Snyk
added 2022/01/11 1:02 p.m.9 views

Information Exposure

Overview Affected versions of this package are vulnerable to Information Exposure via the valueOf function which allows to reproduce the last id generated. PoC javascript import nanoid from 'nanoid'; const makeProxyNumberToReproducePreviousID = = let step = 0; return valueOf // // if !pool ||...

5.5CVSS9.3AI score0.0044EPSS
SaveExploits1References2
Veracode
Veracode
added 2019/01/15 8:59 a.m.35 views

Cross-site Scripting (XSS)

Mozilla Firefox and Thunderbird is vulnerable to cross-site scripting XSS. The use of valueOf method to shadow the location object window.location is not prevented, allowing for remote attackers to inject arbitrary Javascript into a victim's web browser via a malicious plugin...

4.3CVSS8.6AI score0.02835EPSS
SaveExploits1References21Affected Software3
seebug.org
seebug.org
added 2017/04/19 12:00 a.m.32 views

Microsoft Edge: Use-after-free in TypedArray.sort(CVE-2016-7288)

There is a use-after-free in the TypedArray. sort. In TypedArrayCompareElementsHelper https://chromium.googlesource.com/external/github.com/Microsoft/ChakraCore/+/TimeTravelDebugging/lib/Runtime/Library/TypedArray.cpp, the comparison function is called with the following code: Var retVal =...

7.6CVSS7.8AI score0.70354EPSS
SaveExploits3
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.14 views

Adobe Flash TextField.thickness Setter - Use-After-Free

Adobe Flash TextField.thickness Setter - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=587 There is a use-after-free in the TextField thickness setter. If the thickness parameter is an object with valueOf set to a function which frees the TextField...

SaveExploits0
zdt
zdt
added 2015/12/18 12:00 a.m.26 views

Adobe Flash MovieClip.startDrag - Use-After-Free

Exploit for windows platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=592 There is a use-after-free in MovieClip.startDrag. If a parameter an object with valueOf defined, this method can free the MovieClip, which is then used. A minimal POC...

10CVSS0.6AI score0.31634EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.23 views

Adobe Flash Selection.SetSelection - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=590 There is a use-after-free in Selection.SetSelection. If it is called with a number parameter, which is an object with valueOf defined, and this function frees the parent of the TextField parameter, the object is used...

10CVSS7.8AI score0.31634EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.31 views

Adobe Flash TextField.tabIndex Setter - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=574 There is a use-after-free in the TextField.tabIndex setter. If the integer parameter is an object with valueOf defined, then it can free the TextField's parent, leading to a use-after-free. A minimal PoC follows: var...

10CVSS7.8AI score0.43408EPSS
SaveExploits2
zdt
zdt
added 2015/12/18 12:00 a.m.55 views

Adobe Flash TextField.tabIndex Setter - Use-After-Free

Exploit for windows platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=574 There is a use-after-free in the TextField.tabIndex setter. If the integer parameter is an object with valueOf defined, then it can free the TextField's parent, leadi...

10CVSS0.1AI score0.43408EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.23 views

Adobe Flash MovieClip.attachMovie - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=571 There is a use-after-free in MovieClip.attachMovie. If a string parameter has toString defined, a number parameter has valueOf defined or an object parameter has its constructor redefined, it can execute code and free...

5.3AI score
SaveExploits0
ArchLinux
ArchLinux
added 2015/07/16 12:00 a.m.53 views

lib32-flashplugin: arbitrary code execution

CVE-2015-5122 arbitrary code execution Use-after-free vulnerability in the DisplayObject class in the ActionScript 3 AS3 implementation allows remote attackers to execute arbitrary code or cause a denial of service memory corruption via crafted Flash content that leverages improper handling of...

10CVSS7.1AI score0.93688EPSS
SaveExploits5References3
CNVD
CNVD
added 2015/07/10 12:00 a.m.11 views

Adobe Flash Player ActionScript 3 Memory Misreference Vulnerability

Adobe Flash Player is a cross-platform, browser-based multimedia player product from Adobe. The product supports cross-screen and browser viewing of applications, content and videos. A memory misreference vulnerability exists in the 'ByteArray' class in the ActionScript 3 AS3 implementation of...

10CVSS7.8AI score0.99344EPSS
SaveExploits7References1
Rows per page
Query Builder