Lucene search
+L

7048 matches found

RubySec
RubySec
added 2017/09/14 12:00 a.m.48 views

Heap exposure vulnerability in generating JSON

There is a heap exposure vulnerability in JSON bundled by Ruby. The generate method of JSON module optionally accepts an instance of JSON::Ext::Generator::State class. If a malicious instance is passed, the result may include contents of heap. All users running an affected release should either...

9.8CVSS1.6AI score0.08859EPSS
SaveExploits1References1Affected Software1
pentestit
pentestit
added 2017/09/01 6:19 a.m.118 views

Gloom-Framework: Security Framework For Kali Linux

PenTestIT RSS Feed This short post is about a new penetration testing toolkit/framework in the market, which was specifically built for Kali Linux. The name is Gloom-Framework. It is coded in Python and is also open source with a few dependencies. What is Gloom-Framework? Gloom-Framework is an op...

6.9AI score
SaveExploits0
OSV
OSV
added 2017/08/31 5:29 p.m.7 views

ALPINE-CVE-2017-14064

Ruby through 2.2.7, 2.3.x through 2.3.4, and 2.4.x through 2.4.1 can expose arbitrary memory during a JSON.generate call. The issues lies in using strdup in ext/json/ext/generator/generator.c, which will stop after encountering a '\0' byte, returning a pointer to a string of length zero, which is...

9.8CVSS7AI score0.08859EPSS
SaveExploits1References1
Metasploit
Metasploit
added 2017/08/31 10:48 a.m.28 views

Simple

Simple NOP generator This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework SingleByte ---------- This class implements simple NOP generator for AARCH64 class MetasploitModule 'Simple', 'Alias' = 'armlesimple', 'Description'...

7.1AI score
SaveExploits0
OSV
OSV
added 2017/08/31 12:00 a.m.10 views

UBUNTU-CVE-2017-14064

Ruby through 2.2.7, 2.3.x through 2.3.4, and 2.4.x through 2.4.1 can expose arbitrary memory during a JSON.generate call. The issues lies in using strdup in ext/json/ext/generator/generator.c, which will stop after encountering a '\0' byte, returning a pointer to a string of length zero, which is...

9.8CVSS6.9AI score0.08859EPSS
SaveExploits1References7
CNVD
CNVD
added 2017/08/29 12:00 a.m.11 views

Unspecified vulnerability in mktexlsr

mktexlsr is a library for generating catalogs. A security vulnerability exists in mktexlsr revision 36855 and versions prior to revision 36626. A local attacker can exploit this vulnerability to overwrite arbitrary files via a symbolic link attack...

6.1CVSS6.3AI score0.00433EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2017/08/19 1:16 p.m.772 views

faker.js - Generate Massive Amounts of Fake Data

Generate massive amounts of fake data in Node.js and the browser. Demo https://cdn.rawgit.com/Marak/faker.js/master/examples/browser/index.html Hosted API Microservice http://faker.hook.io Supports all Faker API Methods Full-Featured Microservice Hosted by hook.io curl...

7.5AI score
SaveExploits0References4
pentestit
pentestit
added 2017/08/18 5:17 a.m.246 views

The Malicious Macro Generator!

PenTestIT RSS Feed I'm sure you remember my older post about the malicious office document generator and the office exploitation toolkit. Just a refresher - Luckystrike is the open source script that helps you create malicious Microsoft Office documents using PowerShell and MicroSploit is an open...

6.8AI score
SaveExploits0
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.40 views

Microsoft Edge: Chakra: Integer overflow in EmitNew(CVE-2017-8636)

The bytecode generator uses the "EmitNew" function to handle new operators. Here's the code how the function checks for integer overflow. void EmitNewParseNode pnode, ByteCodeGenerator byteCodeGenerator, FuncInfo funcInfo Js::ArgSlot argCount = pnode-sxCall.argCount; argCount++; // include "this"...

7.6CVSS8AI score0.65466EPSS
SaveExploits13
Packet Storm
Packet Storm
added 2017/08/17 12:00 a.m.49 views

Microsoft Edge Chakra EmitNew Integer Overflow

Microsoft Edge: Chakra: Integer overflow in EmitNew CVE-2017-8636 The bytecode generator uses the "EmitNew" function to handle new operators. Here's the code how the function checks for integer overflow. void EmitNewParseNode pnode, ByteCodeGenerator byteCodeGenerator, FuncInfo funcInfo Js::ArgSl...

7.6CVSS0.5AI score0.65466EPSS
SaveExploits13
zdt
zdt
added 2017/08/17 12:00 a.m.66 views

Microsoft Edge Chakra EmitNew Integer Overflow Exploit

Google Security Research Microsoft Edge: Chakra: Integer overflow in EmitNew CVE-2017-8636 The bytecode generator uses the "EmitNew" function to handle new operators. Here's the code how the function checks for integer overflow. void EmitNewParseNode pnode, ByteCodeGenerator byteCodeGenerator,...

7.6CVSS7.8AI score0.65466EPSS
SaveExploits13
Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.32 views

Microsoft Edge Chakra - 'EmitNew' Integer Overflow

sxCall.argCount; argCount++; // include "this" BOOL fSideEffectArgs = FALSE; unsigned int tmpCount = CountArgumentspnode-sxCall.pnodeArgs, &fSideEffectArgs; AssertargCount == tmpCount; if argCount != Js::ArgSlotargCount Js::Throw::OutOfMemory; ... "Js::ArgSlot" is a 16 bit unsigned integer type...

7.6CVSS7.3AI score0.65466EPSS
SaveExploits13
exploitpack
exploitpack
added 2017/08/17 12:00 a.m.13 views

Microsoft Edge Chakra - EmitNew Integer Overflow

Microsoft Edge Chakra - EmitNew Integer Overflow sxCall.argCount; argCount++; // include "this" BOOL fSideEffectArgs = FALSE; unsigned int tmpCount = CountArgumentspnode-sxCall.pnodeArgs, &fSideEffectArgs; AssertargCount == tmpCount; if argCount != Js::ArgSlotargCount Js::Throw::OutOfMemory;...

0.5AI score
SaveExploits0
n0where
n0where
added 2017/08/15 3:45 a.m.95 views

HTTP Load Generator: hey

hey is a tiny program that sends some load to a web application – ApacheBench ab replacement. hey was originally called boom and was influenced from Tarek Ziade’s tool at tarekziade/boom . Installation go get -u github.com/rakyll/hey Note: Requires go 1.7 or greater. Usage hey runs provided numbe...

7.1AI score
SaveExploits0References2
OSV
OSV
added 2017/08/13 1:17 p.m.12 views

MGASA-2017-0257 Updated php-phpmailer packages fix security vulnerability

It was discovered that php-phpmailer has a XSS vulnerability in the "From Email Address" and "To Email Address" fields of codegenerator.php CVE-2017-11503...

6.1CVSS5.9AI score0.03498EPSS
SaveExploits1References3
CNVD
CNVD
added 2017/08/11 12:00 a.m.8 views

SMA Solar Technology inverter access control error vulnerability (CNVD-2017-27841)

SMA Solar Technology inverter is a photovoltaic inverter device from SMA Germany. An access control error vulnerability exists in the SMA Solar Technology inverter. An attacker could use this vulnerability to change the system time, affecting the timestamp-based locking policy and the random numb...

7.5CVSS7.5AI score0.01511EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/08/10 12:00 a.m.7 views

Oracle FLEXCUBE Universal Banking Remote Vulnerability (CNVD-2017-21028)

Oracle Financial Services Applications is a suite of financial services software from Oracle that combines core banking, online banking, and property management.Oracle FLEXCUBE Universal Banking is one of the real-time, online coverage of retail, group...Oracle FLEXCUBE Universal Banking is a...

6.5CVSS6.9AI score0.01744EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2017/08/09 3:11 p.m.40 views

Invoke-CradleCrafter - PowerShell Remote Download Cradle Generator and Obfuscator

Invoke-CradleCrafter is a PowerShell v2.0+ compatible PowerShell remote download cradle generator and obfuscator. Purpose Invoke-CradleCrafter exists to aid Blue Teams and Red Teams in easily exploring, generating and obfuscating PowerShell remote download cradles. In addition, it helps Blue Team...

7.3AI score
SaveExploits0References1
OSV
OSV
added 2017/08/08 3:29 p.m.11 views

CVE-2017-10084

Vulnerability in the Oracle FLEXCUBE Universal Banking component of Oracle Financial Services Applications subcomponent: Report Generator. Supported versions that are affected are 11.3.0, 11.4.0, 12.0.1, 12.0.2, 12.0.3, 12.1.0, 12.2.0 and 12.3.0. Easily exploitable vulnerability allows low...

6.5CVSS7.3AI score0.01744EPSS
SaveExploits0References3
Prion
Prion
added 2017/08/08 3:29 p.m.20 views

Design/Logic Flaw

Vulnerability in the Oracle FLEXCUBE Universal Banking component of Oracle Financial Services Applications subcomponent: Report Generator. Supported versions that are affected are 11.3.0, 11.4.0, 12.0.1, 12.0.2, 12.0.3, 12.1.0, 12.2.0 and 12.3.0. Easily exploitable vulnerability allows low...

4CVSS5.5AI score0.01744EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder