Lucene search
K

282 matches found

0day.today
0day.today
added 2018/03/27 12:0 a.m.67 views

Linux/x86 - EggHunter + Null-Free Shellcode (11 Bytes)

/ Title: Linux/x86 - EggHunter Shellcode 11 Bytes Author: Anurag Srivastava Tested on: i686 GNU/Linux Shellcode Length: 11 Description: Smallest Null-Free Egg Hunter Shellcode - 11 Bytes Details: 1. Works with an executable EGG 2. Make sure you clear EDX, EAX registers in the shellcode before any...

7.4AI score
Exploits0
CNVD
CNVD
added 2018/02/11 12:0 a.m.3 views

Vobot Clock Remote Code Execution Vulnerability

The Vobot Clock is a smart bedside alarm clock equipped with Amazon Alexa, Sleep Coach and Daily Routine programs. A remote code execution vulnerability exists in VOBOT CLOCK versions prior to 0.99.30. The vulnerability arises due to the use of plaintext HTTP to download the breakout program. A...

7.6CVSS8.2AI score0.03137EPSS
Exploits1References1
OSV
OSV
added 2018/02/09 3:29 p.m.3 views

CVE-2018-6826

An issue was discovered on VOBOT CLOCK before 0.99.30 devices. Cleartext HTTP is used to download a breakout program, and therefore man-in-the-middle attackers can execute arbitrary code by watching for a local user to launch the Breakout Easter Egg feature, and then sending a crafted HTTP respon...

7.5CVSS6.1AI score0.03137EPSS
Exploits1References1
Exploit DB
Exploit DB
added 2018/01/28 12:0 a.m.76 views

Linux/x86 - Egghunter Shellcode (12 Bytes)

Linux/x86 - Egghunter Shellcode 12 Bytes. Shellcode exploit for Linuxx86 platform / Title: Linux/x86 - EggHunter Shellcode 12 Bytes Description: Smallest Null-Free Egg Hunter Shellcode - 12 Bytes Date : 14/Jan/2018 Author: Nipun Jaswal @nipunjaswal ; SLAE-1080 Details: 1. Works with an executable...

7.1AI score
Exploits0
0day.today
0day.today
added 2018/01/28 12:0 a.m.21 views

Linux/x86 - Egghunter Shellcode (12 Bytes)

/ Title: Linux/x86 - EggHunter Shellcode 12 Bytes Description: Smallest Null-Free Egg Hunter Shellcode - 12 Bytes Date : 14/Jan/2018 Author: Nipun Jaswal @nipunjaswal ; SLAE-1080 Details: 1. Works with an executable EGG 2. Make sure you clear EDX, EAX registers in the shellcode before any other...

0.2AI score
Exploits0
0day.today
0day.today
added 2018/01/15 12:0 a.m.20 views

Linux/x86-64 - sys_access() Egghunter Shellcode (49 bytes)

; Author Doreth.Z10 ; ; Linux x8664 Egghunter using sysaccess ; Shellcode size 49 bytes ; global start section .text start: xor rsi, rsi ; Some prep junk. push rsi pop rdx push 8 pop rbx goendofpage: or dx, 0xfff ; We align with a page size of 0x1000 nextbyte: inc rdx ; next byte offset push 21 p...

0.2AI score
Exploits0
Openbugbounty
Openbugbounty
added 2017/12/17 1:35 p.m.12 views

liceeggspicture.com XSS vulnerability

Open Bug Bounty ID: OBB-454598 Description| Value ---|--- Affected Website:| liceeggspicture.com Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS Prevention Che...

6.4AI score
Exploits0
Packet Storm
Packet Storm
added 2017/11/06 12:0 a.m.27 views

FreeFloat FTP Server 1.0 HOST Buffer Overflow

!/usr/bin/python Exploit Title: FreeFloat FTP Server HOST Buffer Overflow ASLR Bypass Date: 11/05/2017 Exploit Author: 1N3@CrowdShield - https://crowdshield Software Link: http://www.freefloat.com/software/freefloatftpserver.zip Version: 1.00 Tested on: Windows Vista SP2 Ultimate x86 ASLR...

7.1AI score
Exploits0
0day.today
0day.today
added 2017/04/23 12:0 a.m.32 views

Linux/x86 - Egg-hunter Shellcode (18 bytes)

// Description: a 18 bytes egg hunter on contigous memory segments // // You are free to do whatever you want of this shellcode // // @phacktul / global start section .text start: mov eax, start ; we set a valid .text address into eax mov ebx, dword 0x50905091 ; we can avoid an 8 bytes tag in egg...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2017/04/22 12:0 a.m.84 views

Linux/x86 - Egg-hunter Shellcode (18 bytes)

Linux/x86 - Egg-hunter Shellcode 18 bytes. Shellcode exploit for Linx86 platform // Description: a 18 bytes egg hunter on contigous memory segments // // You are free to do whatever you want of this shellcode // // @phacktul / global start section .text start: mov eax, start ; we set a valid .tex...

7.4AI score
Exploits0
0day.today
0day.today
added 2017/02/23 12:0 a.m.35 views

Linux/x86-64 - Egghunter Shellcode (38 bytes)

/ Copyright © 2017 Odzhan. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2016/11/25 12:0 a.m.43 views

Linux/x86 - Egg-hunter Shellcode (31 bytes)

Linux/x86 - Egg-hunter Shellcode 31 bytes. Shellcode exploit for Linx86 platform / ;author: Filippo "zinzloun" Bersani ;date: 28/11/2016 ;version: 1.0 ;X86 Assembly/NASM Syntax ;tested on: Linux OpenSuse001 2.6.34-12-desktop 32bit ; Linux ubuntu 3.13.0-100-generic 147precise1-Ubuntu 32bit ; Linux...

Exploits0
0day.today
0day.today
added 2016/11/25 12:0 a.m.40 views

Linux/x86 - Egg-hunter Shellcode (25 bytes)

/ ;author: Filippo "zinzloun" Bersani ;date: 25/11/2016 ;version 1.0 ;purpose: different approach with fnstenv technique, changed the usual pattern to find the egg mark ;X86 Assembly/NASM Syntax ;tested on: Linux OpenSuse001 2.6.34-12-desktop 32bit ; Linux ubuntu 3.13.0-100-generic...

7.4AI score
Exploits0
CNVD
CNVD
added 2016/07/29 12:0 a.m.5 views

Multiple CHICKEN Egg Products Security Bypass Vulnerabilities

CHICKEN is a compiler for the CHICKEN programming language.CHICKEN Spiffy is a web server library for use in the Chicken Scheme system.CHICKEN http-client is one of the HTTP client libraries. A security bypass vulnerability exists in multiple CHICKEN Egg products, which could be exploited by a...

7.5CVSS7AI score0.01476EPSS
Exploits0References1
CNVD
CNVD
added 2016/07/29 12:0 a.m.4 views

Multiple CHICKEN Egg product security bypass vulnerabilities (CNVD-2016-05836)

CHICKEN is a compiler for the CHICKEN programming language.CHICKEN Spiffy is a web server library for use in the Chicken Scheme system.CHICKEN http-client is one of the HTTP client libraries. A security bypass vulnerability exists in multiple CHICKEN Egg products and can be exploited by an attack...

7.5CVSS7AI score0.01476EPSS
Exploits0References1
hackapp
hackapp
added 2016/04/01 10:12 a.m.52 views

Egg Knocker - Dynamic Code Loading, External URLs, Unsafe deleting vulnerabilities

HackApp vulnerability scanner discovered that application Egg Knocker published at the 'play' market has multiple vulnerabilities...

0.2AI score
Exploits0References1Affected Software1
hackapp
hackapp
added 2016/04/01 10:11 a.m.35 views

FURBY EGG - Dynamic Code Loading, External URLs, Native code usage vulnerabilities

HackApp vulnerability scanner discovered that application FURBY EGG published at the 'play' market has multiple vulnerabilities...

0.5AI score
Exploits0References1Affected Software1
hackapp
hackapp
added 2016/04/01 9:6 a.m.17 views

Egg Timer Free - Dangerous filesystem permissions, WebView code execution vulnerabilities

HackApp vulnerability scanner discovered that application Egg Timer Free published at the 'play' market has multiple vulnerabilities...

0.8AI score
Exploits0References1Affected Software1
hackapp
hackapp
added 2016/04/01 9:3 a.m.37 views

Egg Chef free - Customized SSL, Dangerous filesystem permissions, WebView SSL handling enabled vulnerabilities

HackApp vulnerability scanner discovered that application Egg Chef free published at the 'play' market has multiple vulnerabilities...

0.5AI score
Exploits0References1Affected Software1
0day.today
0day.today
added 2016/01/08 12:0 a.m.26 views

Linux/x86 - Egg-hunter Shellcode (13 bytes)

/ Title: Egg Hunter PoC Platform: linux/x86 Date: 2015-01-07 Author: Dennis 'dhn' Herrmann Website: https://zer0-day.pw Github: https://github.com/dhn/SLAE/ SLAE-721 / / egghunter.nasm --------------- BITS 32 global start section .text EGGSIG equ 0x4f904790 ; signature start: cdq ; zero out edx m...

7.4AI score
Exploits0
Rows per page
Query Builder