Lucene search
+L

3716 matches found

RedHat Linux
RedHat Linux
added 2015/07/17 8:3 a.m.10 views

SSL/TLS: "Invariance Weakness" vulnerability in RC4 stream cipher

The RC4 algorithm, as used in the TLS protocol and SSL protocol, does not properly combine state data with key data during the initialization phase, which makes it easier for remote attackers to conduct plaintext-recovery attacks against the initial bytes of a stream by sniffing network traffic...

5CVSS6.7AI score0.73851EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2015/07/15 12:1 p.m.9 views

SSL/TLS: "Invariance Weakness" vulnerability in RC4 stream cipher

The RC4 algorithm, as used in the TLS protocol and SSL protocol, does not properly combine state data with key data during the initialization phase, which makes it easier for remote attackers to conduct plaintext-recovery attacks against the initial bytes of a stream by sniffing network traffic...

5CVSS6.7AI score0.73851EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2015/07/07 12:0 a.m.62 views

Ubuntu 14.04 LTS : PHP vulnerabilities (USN-2658-1)

The remote Ubuntu 14.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-2658-1 advisory. Neal Poole and Tomas Hoger discovered that PHP incorrectly handled NULL bytes in file paths. A remote attacker could possibly use this issue to bypass...

10CVSS7.6AI score0.50129EPSS
SaveExploits20References20
Ubuntu
Ubuntu
added 2015/07/06 12:14 p.m.95 views

USN-2658-1: PHP vulnerabilities

Neal Poole and Tomas Hoger discovered that PHP incorrectly handled NULL bytes in file paths. A remote attacker could possibly use this issue to bypass intended restrictions and create or obtain access to sensitive files. CVE-2015-3411, CVE-2015-3412, CVE-2015-4025, CVE-2015-4026, CVE-2015-4598...

10CVSS7.5AI score0.50129EPSS
SaveExploits20
zdt
zdt
added 2015/07/05 12:0 a.m.18 views

linux/x86 execve /bin/sh - shellcode 23 bytes

/ Compile with: gcc -fno-stack-protector -z execstack 23 byte execve shellcode 2 ; int execveconst char filename, char const argv, char const envp; 3 BITS 64 4 5 section .text 6 global start 7 8 start: 9 xor rdx, rdx ;zero out rdx 10 push rdx ;push rdx to stack to null terminate /bin//sh 11 mov a...

0.2AI score
SaveExploits0
zdt
zdt
added 2015/06/27 12:0 a.m.16 views

linux/x86 chmod('/etc/passwd',0777) - shellcode 42 bytes

/ Title: Linux/x86 chmod'/etc/passwd',0777 - shellcode 42 bytes Platform: linux/x8664 Author: Mohammad Reza Espargham Linkedin : https://ir.linkedin.com/in/rezasp E-Mail : meatrezadotes , reza.esparghamatgmaildotcom Website : www.reza.es Twitter : https://twitter.com/rezesp FaceBook :...

7.4AI score
SaveExploits0
zdt
zdt
added 2015/06/27 12:0 a.m.32 views

linux/x86 chmod('/etc/gshadow') - shellcode 37 bytes

/ Title: Linux/x86 chmod'/etc/gshadow' - shellcode 37 bytes Platform: linux/x8664 Author: Mohammad Reza Espargham Linkedin : https://ir.linkedin.com/in/rezasp E-Mail : meatrezadotes , reza.esparghamatgmaildotcom Website : www.reza.es Twitter : https://twitter.com/rezesp FaceBook :...

7.4AI score
SaveExploits0
zdt
zdt
added 2015/06/27 12:0 a.m.22 views

linux/x86 exec('/bin/dash') - shellcode 45 bytes

/ Title: Linux/x86 exec'/bin/dash' - shellcode 45 bytes Platform: linux/x8664 Date: 2015-06-15 Author: Mohammad Reza Espargham Linkedin : https://ir.linkedin.com/in/rezasp E-Mail : meatrezadotes , reza.esparghamatgmaildotcom Website : www.reza.es Twitter : https://twitter.com/rezesp FaceBook :...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/26 12:0 a.m.33 views

Linux/x86 - exec'/bin/dash' shellcode 45 bytes

Linux/x86 - exec'/bin/dash' shellcode 45 bytes. Shellcode exploit for linx86 platform / Title: Linux/x86 exec'/bin/dash' - shellcode 45 bytes Platform: linux/x8664 Date: 2015-06-15 Author: Mohammad Reza Espargham Linkedin : https://ir.linkedin.com/in/rezasp E-Mail : meatrezadotes ,...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/26 12:0 a.m.25 views

Linux/x86 - chmod'/etc/passwd',0777 shellcode 42 bytes

Linux/x86 - chmod'/etc/passwd',0777 shellcode 42 bytes. Shellcode exploit for linx86 platform / Title: Linux/x86 chmod'/etc/passwd',0777 - shellcode 42 bytes Platform: linux/x8664 Author: Mohammad Reza Espargham Linkedin : https://ir.linkedin.com/in/rezasp E-Mail : meatrezadotes ,...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/26 12:0 a.m.32 views

Linux x86 - execve /bin/sh 23 Bytes

Linux x86 - execve /bin/sh 23 Bytes. Shellcode exploit for linx86-64 platform / Compile with: gcc -fno-stack-protector -z execstack 23 byte execve shellcode 2 ; int execveconst char filename, char const argv, char const envp; 3 BITS 64 4 5 section .text 6 global start 7 8 start: 9 xor rdx, rdx...

7.4AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2015/06/25 8:31 a.m.6 views

php: missing null byte checks for paths in various PHP extensions

It was found that certain PHP functions did not properly handle file names containing a NULL character. A remote attacker could possibly use this flaw to make a PHP script access unexpected files and bypass intended file system access restrictions...

5.3CVSS7.2AI score0.04094EPSS
SaveExploits1References4
zdt
zdt
added 2015/06/24 12:0 a.m.27 views

linux/x86 Reboot shellcode - 28 Bytes

Linux/x86 Reboot - 28Bytes Greetz : BombermanLeader Author : B3mB4m Tested ON : Ubuntu 14.04 08048060 : 8048060: 31 c0 xor %eax,%eax 8048062: 50 push %eax 8048063: 68 62 6f 6f 74 push $0x746f6f62 8048068: 68 6e 2f 72 65 push $0x65722f6e 804806d: 68 2f 73 62 69 push $0x6962732f 8048072: 89 e3 mov...

0.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/06/18 12:0 a.m.42 views

PHP 5.4.x < 5.4.41 / 5.5.x < 5.5.25 Multiple Vulnerabilities

Binary data 8785.prm...

7.5CVSS8.2AI score0.50129EPSS
SaveExploits4References8
CNVD
CNVD
added 2015/06/17 12:0 a.m.5 views

OpenSSL 'ssleay_rand_bytes()' function denial of service vulnerability

OpenSSL is an open source implementation of SSL for strong encryption of network communications, and is now widely used in a variety of network applications. A security vulnerability in OpenSSL in Red Hat allows a remote attacker to send special data to a target multithreaded reference that uses...

4.3CVSS6.8AI score0.04302EPSS
SaveExploits0References1
CNVD
CNVD
added 2015/06/17 12:0 a.m.4 views

Libmimedir Special File Arbitrary Code Execution Vulnerability

libmimedir is a library of graphical objects based on the RFC implementation of 2425 and 2426. A security vulnerability exists in libmimedir. A remote attacker can construct a specially crafted VCF file with two null bytes added to the end of the file and trick the user into parsing it, which can...

7.5CVSS7.5AI score0.10669EPSS
SaveExploits5References1
zdt
zdt
added 2015/06/17 12:0 a.m.25 views

linux/x86 seanux-a 1.0 execve shellcode - 80 bytes

seanux-a Linux distribution is an operating system made as a collection of software based around the Linux kernel and often around a package management system. Most distributions come ready to use and pre-compiled for a specific instruction set, while others are distributed in source code form an...

0.7AI score
SaveExploits0
NVD
NVD
added 2015/06/16 4:59 p.m.29 views

CVE-2015-3205

libmimedir allows remote attackers to execute arbitrary code via a VCF file with two NULL bytes at the end of the file, related to "free" function calls in the "lexer's memory clean-up procedure."...

7.5CVSS7.5AI score0.10669EPSS
SaveExploits5References3
CVE
CVE
added 2015/06/16 4:0 p.m.60 views

CVE-2015-3205

Libmimedir’s VCF parser is vulnerable to memory corruption when parsing a VCF file with two trailing NULL bytes, triggering risky free() calls during lexer memory cleanup. A PoC/exploit code demonstrates potential arbitrary code execution via crafted VCF inputs; exploitation status in the wild is...

7.5CVSS7.7AI score0.10669EPSS
SaveExploits5References3Affected Software1
Exploit DB
Exploit DB
added 2015/06/16 12:0 a.m.24 views

Linux/x86 - /etc/passwd Reader 58 bytes

Linux/x86 - /etc/passwd Reader 58 bytes. Shellcode exploit for linux platform Linux/x86 - /etc/passwd Reader - 58 bytes Greetz : BombermanLeader,wiremask.eu Author : B3mB4m Concat : Do not disturb - Bomberman Bu adamı geçmeden konuşmaya iznim yok.Iki yıl sonra görüşmek üzre : Info File descriptor...

0.1AI score
SaveExploits0
Rows per page
Query Builder