Lucene search
+L
BinamuseMost viewed

15 matches found

Binamuse
Binamuse
•added 2013/07/24 2:14 p.m.•875 views

Autocad DWG-AC1021 Heap Corruption

AutoCAD is a software for computer-aided design CAD and technical drawing in 2D/3D, being one of the world leading CAD design tools. It is developed and sold by Autodesk, Inc. Title: AutoCAD DWG-AC1021 Heap Corruption CVE Name: CVE-2013-3665 Permalink:...

6.8CVSS6.9AI score0.02665EPSS
SaveExploits1
Binamuse
Binamuse
•added 2013/05/14 7:11 p.m.•724 views

Adobe Reader BMP/RLE heap corruption - CVE-2013-2729

Adobe Reader X is a powerful software solution developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format PDF. Since version 10 it includes the Protected Mode, a sandbox technology similar to the one in Google Chrome which improves the overall...

10CVSS9.8AI score0.66555EPSS
SaveExploits3
Binamuse
Binamuse
•added 2012/05/09 1:04 p.m.•696 views

Heap spraying Adobe Illustrator

Due to the recent patched vulnerabilities in Adobe Illustrator CVE-2012-2023, CVE-2012-2024, CVE-2012-2025, and CVE-2012-2026 it becomes interesting to analyze the exploitability facts of the .ai file format. Early versions of the AI file format are true EPS files with a restricted, compact synta...

10CVSS6.1AI score0.05382EPSS
SaveExploits0
Binamuse
Binamuse
•added 2013/05/15 4:36 p.m.•694 views

Adobe Reader X Sandbox bypass - CVE-2013-2730

AdobeCollabSync stack overflow Adobe Reader X is a powerful software solution developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format PDF. Since version 10 it includes the Protected Mode, a sandbox technology similar to the one in Google Chrome...

10CVSS9.7AI score0.78757EPSS
SaveExploits6
Binamuse
Binamuse
•added 2014/09/18 6:31 p.m.•688 views

CoreGraphics Information Disclosure - CVE-2014-4378

This article explores the exploitability of MobileSafari on IOS 7.1.x. Using a crafted PDF file as an HTML image makes it possible to leak information about the memory layout to the browser Javascript interpreter. Apple CoreGraphics library fails to validate input when parsing the colorspace...

5.8CVSS7.9AI score0.04983EPSS
SaveExploits0
Binamuse
Binamuse
•added 2013/05/31 2:36 p.m.•684 views

Multiple vulnerabilities on sketchup

SketchUp is a 3D modeling program marketed by Trimble Navigation Limitedpreviously Google and designed for architectural, civil, and mechanical engineers as well as filmmakers, game developers, and related professions. SketchUp fails to validate the input when parsing different types of embedded...

9.3CVSS7.9AI score0.31864EPSS
SaveExploits3
Binamuse
Binamuse
•added 2014/09/19 8:20 p.m.•670 views

CoreGraphics Memory Corruption - CVE-2014-4377

Apple CoreGraphics library fails to validate the input when parsing the colorspace specification of a PDF XObject resulting in a heap overflow condition. A small heap memory allocation can be overflowed with controlled data from the input in any application linked with the affected framework. Usi...

6.8CVSS8.4AI score0.06947EPSS
SaveExploits0
Binamuse
Binamuse
•added 2015/01/28 12:39 a.m.•662 views

CoreGraphics CCITT Memory Corruption - CVE-2014-4481

Apple CoreGraphics framework fails to validate the input when parsing CCITT group 3 encoded data resulting in a heap overflow condition. A small heap memory allocation can be overflowed with controlled data from the input resulting in arbitrary code execution in the context of Mobile Safari. Usin...

6.8CVSS6AI score0.0566EPSS
SaveExploits0
Binamuse
Binamuse
•added 2012/06/06 8:24 p.m.•657 views

Adobe Illustrator Tx operator Remote Buffer Overflow - CVE-2012-0780

Product: Adobe Illustrator CS5 Version: 15.0.2 Binary affected: Illustrator.exe 98bce5a36f3d6a0b34507d5d9921b257 CVSS v2 Base Score:10.0 HIGH Impact Subscore: 10.0 Exploitability Subscore: 10.0 CVE: 2012-0780 BID: 53422 Description A stack based overflow on the graphic operator 'Tx'. Adobe...

10CVSS6.7AI score0.15165EPSS
SaveExploits2
Binamuse
Binamuse
•added 2013/05/16 1:32 p.m.•643 views

IBM Lotus Notes PNG Integer Overflow - CVE-2013-2977

IBM Lotus Notes is the client of a collaborative client-server plataform, being IBM Lotus Domino the application server. The email-client capability is one of its most important and used features. IBM Lotus Notes fails to correctly parse a PNG image file embedded in an email. Arbitrary code...

6.8CVSS7.1AI score0.04687EPSS
SaveExploits0
Binamuse
Binamuse
•added 2013/01/07 11:21 p.m.•527 views

Uncover Adobe Reader Sandbox Exceptions

Since version 10 Adobe Reader has included a flavor of the Chrome sandbox. This technology is much better explained here, and in the 4 Adobe specific posts: part1, part2, part3 and part4. But in very few words it works dividing responsibilities in at least 2 processes; the broker and a target. Th...

6.6AI score
SaveExploits0
Binamuse
Binamuse
•added 2013/01/09 9:49 p.m.•517 views

A micro windows crash catcher in python

In this article we describe how to write a minimalistic Windows debugging loop.aspx in python. Modern applications usually spawn more than one process and the bugs in them generate different type of crashes. Our minimalistic debugger shall detect "any" crash condition of a process or process tree...

7.1AI score
SaveExploits0
Binamuse
Binamuse
•added 2013/07/31 8:41 p.m.•507 views

Using symbolic execution to solve a tiny ASCII maze.

In this post we'll exercise the symbolic execution engine KLEE over a funny ASCII Maze yet another toy example! | VS. | Maze dimensions: 11x7 Player pos: 1x1 Iteration no. 0 Program the player moves with a sequence of 'w', 's', 'a' or 'd' Try to reach the prize! +-+---+---+ |X| || | | --+ | | | |...

7.3AI score
SaveExploits0
Binamuse
Binamuse
•added 2013/01/09 3:57 a.m.•505 views

About shellcodes

In this post we have documented a beginners introduction to shellcode writing. We go from zero to a super simple shellcode using tools you may find already installed in any serious operating system. If you are looking for a digested and more mature way of generating shellcode you should check...

6.9AI score
SaveExploits0
Binamuse
Binamuse
•added 2013/01/13 11:59 p.m.•499 views

About Shellcodes in C

This is a follow up of our previous introductory post about shellcodes. Here we aim for coding more complex shellcodes directly in C. We'll mostly use default tools like gcc and as, at the end also a small python script to reorder and pack things. We'll play with linux but the concepts and script...

6.9AI score
SaveExploits0