Lucene search
+L

8431 matches found

RedhatCVE
RedhatCVE
added 2016/12/13 3:30 p.m.26 views

CVE-2016-7875

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable integer overflow vulnerability in the BitmapData class. Successful exploitation could lead to arbitrary code execution...

8.8CVSS6.8AI score0.08275EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/12/13 3:29 p.m.35 views

CVE-2016-7874

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable memory corruption vulnerability in the NetConnection class when handling the proxy types. Successful exploitation could lead to arbitrary code execution...

9.3CVSS5.3AI score0.04978EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/12/13 3:29 p.m.33 views

CVE-2016-7876

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable memory corruption vulnerability in the Clipboard class related to data handling functionality. Successful exploitation could lead to arbitrary code execution...

9.3CVSS5.1AI score0.04978EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/12/13 3:29 p.m.24 views

CVE-2016-7879

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable use after free vulnerability in the NetConnection class when handling an attached script object. Successful exploitation could lead to arbitrary code execution...

8.8CVSS3.6AI score0.07679EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/12/13 3:29 p.m.21 views

CVE-2016-7867

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable buffer overflow / underflow vulnerability in the RegExp class related to bookmarking in searches. Successful exploitation could lead to arbitrary code execution...

8.8CVSS5.4AI score0.10701EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/12/13 3:28 p.m.20 views

CVE-2016-7868

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable buffer overflow / underflow vulnerability in the RegExp class related to alternation functionality. Successful exploitation could lead to arbitrary code execution...

8.8CVSS5.9AI score0.11022EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2016/12/13 3:28 p.m.28 views

CVE-2016-7881

Adobe Flash Player versions 23.0.0.207 and earlier, 11.2.202.644 and earlier have an exploitable use after free vulnerability in the MovieClip class when handling conversion to an object. Successful exploitation could lead to arbitrary code execution...

9.3CVSS5.1AI score0.05856EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2016/12/13 12:0 a.m.7 views

PT-2016-2960 · Adobe +3 · Flash Player +3

Name of the Vulnerable Software and Affected Versions: Adobe Flash Player versions 23.0.0.207 and earlier Adobe Flash Player versions 11.2.202.644 and earlier Description: The issue is caused by a buffer boundary violation in the RegExp class of the Flash Player platform. Exploitation of this iss...

10CVSS9.2AI score0.18786EPSS
SaveExploits0References117
Positive Technologies
Positive Technologies
added 2016/12/13 12:0 a.m.8 views

PT-2016-2957 · Adobe +3 · Flash Player +3

Name of the Vulnerable Software and Affected Versions: Adobe Flash Player versions 23.0.0.207 and earlier Adobe Flash Player versions 11.2.202.644 and earlier Description: The issue is caused by an out-of-bounds operation in the memory buffer of the Worker class in the Flash Player platform. This...

10CVSS9.2AI score0.18786EPSS
SaveExploits0References117
VulnCheck KEV
VulnCheck KEV
added 2016/12/13 12:0 a.m.8 views

VulnCheck KEV: CVE-2016-7892

Adobe Flash Player has an exploitable use-after-free vulnerability in the TextField class...

9.3CVSS7.3AI score0.18786EPSS
SaveExploits0References1
Exploit DB
Exploit DB
added 2016/12/06 12:0 a.m.54 views

Google Android - Inter-Process munmap with User-Controlled Size in android.graphics.Bitmap

Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=928 Bitmap objects can be passed between processes by flattening them to a Parcel in one process and un-flattening them in another. In order to conserve memory, there exists a code path which allows Bitmaps to be shared between...

9.3CVSS7.4AI score0.0415EPSS
SaveExploits3
Kitploit
Kitploit
added 2016/12/02 2:16 p.m.22 views

idb - iOS App Security Assessment Tool

idb is a tool to simplify some common tasks for iOS app security assessments and research. Please see the Documentation for a more detailed summary of each function. Features Assessment Setup SSH port forwarding Installation of helper utilities App Information Bundle information Registered URL...

7.1AI score
SaveExploits0References1
Hacker One
Hacker One
added 2016/11/28 8:38 a.m.20 views

shopify-scripts: Crash: A call to Symbol.new leads to a crash when inspecting the resulting object

Calling Symbol.new leads to a when inspect is called on that method probably even more methods. From my point of view the root cause is related to 185794 the underlying boxing model. Trying the same with Ruby 2.3 will lead to a NoMethodError: undefined method 'new' for Symbol:Class, which is...

7.1AI score
SaveExploits0
Hacker One
Hacker One
added 2016/11/25 10:4 a.m.22 views

shopify-scripts: Type confusion in wrap_decimal leading to memory corruption

Decimal can be redefined, causing the Decimal class lookup in wrapdecimal to be invalid. This can lead to memory corruption or arbitrary code execution. The following snippet results in a native crash in mruby-engine olddecimal = Decimal.new1 Decimal = Hash a = -olddecimal puts a I suspect you...

0.9AI score
SaveExploits0
CNVD
CNVD
added 2016/11/23 12:0 a.m.5 views

WordPress Plugin Post Indexer 'classes/class.model.php' SQL Injection Vulnerability

WordPress is a set of WordPress Software Foundation's blogging platform developed using the PHP language, which supports personal blog sites on servers with PHP and MySQL. A SQL injection vulnerability exists in the WordPress plugin Post Indexer 'classes/class.model.php', which can be exploited b...

7.9AI score
SaveExploits0References1
Hacker One
Hacker One
added 2016/11/19 6:44 a.m.16 views

shopify-scripts: Segmentation fault when a Ruby method is invoked by a C method via Object#send

We can arrange for C to call Objectsend by aliasing it over initialize. This will cause Classnew a C function to call initialize which is actually Objectsend with arbitrary arguments. If we invoke a Ruby method through Objectsend, mruby segfaults: def foo end class X aliasmethod :initialize, :sen...

2.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2016/11/15 11:40 a.m.9 views

pcre: inefficient posix character class syntax check (8.38/16)

The pcrecompile function in pcrecompile.c in PCRE before 8.38 mishandles certain : nesting, which allows remote attackers to cause a denial of service CPU consumption or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object...

9.8CVSS7.4AI score0.06404EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2016/11/13 12:41 p.m.24 views

shopify-scripts: Range constructor type confusion DoS

It's possible to crash mruby by redefining the Range class and then using the range literal syntax: Range = Array 1..2.inspect The mrbrangenew function allocates and initializes a range object backed by the RRange struct, however it uses runtime constant lookup to find the Range class object...

0.9AI score
SaveExploits0
NVD
NVD
added 2016/11/10 6:59 a.m.26 views

CVE-2016-7239

The RegEx class in the XSS filter in Microsoft Internet Explorer 9 through 11 and Microsoft Edge allows remote attackers to conduct cross-site scripting XSS attacks and obtain sensitive information via unspecified vectors, aka "Microsoft Browser Information Disclosure Vulnerability."...

3.1CVSS3.2AI score0.11616EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2016/11/10 6:16 a.m.33 views

CVE-2016-7239

The RegEx class in the XSS filter in Microsoft Internet Explorer 9 through 11 and Microsoft Edge allows remote attackers to conduct cross-site scripting XSS attacks and obtain sensitive information via unspecified vectors, aka "Microsoft Browser Information Disclosure Vulnerability."...

5AI score0.11616EPSS
SaveExploits1References4
Rows per page
Query Builder