Lucene search
+L

3822 matches found

OSV
OSV
added 2019/10/23 12:00 a.m.10 views

UBUNTU-CVE-2019-11763

Failure to correctly handle null bytes when processing HTML entities resulted in Firefox incorrectly parsing these entities. This could have led to HTML comment text being treated as HTML which could have led to XSS in a web application under certain conditions. It could have also led to HTML...

6.1CVSS6.9AI score0.01195EPSS
SaveExploits0References6
OSV
OSV
added 2019/10/20 12:00 p.m.26 views

RUSTSEC-2019-0028 Unsound `impl Follow for bool`

The implementation of impl Follow for bool allows to reinterpret arbitrary bytes as a bool. In Rust bool has stringent requirements for its in-memory representation. Use of this function allows to violate these requirements and invoke undefined behaviour in safe code...

9.8CVSS9.5AI score0.00575EPSS
SaveExploits1References3
zdt
zdt
added 2019/10/16 12:00 a.m.98 views

Linux/x86 - execve /bin/sh Shellcode (25 bytes)

Exploit Title: Linux/x86 - execve /bin/sh ShellCode 25 bytes Author: bolonobolo Vendor Homepage: None Software Link: None Tested on: Linux x86 CVE: N/A / global start section .text start: cdq ; xor edx mul edx lea ecx, eax mov esi, 0x68732f2f mov edi, 0x6e69622f push ecx ; push NULL in stack push...

0.1AI score
SaveExploits0
nodejs
nodejs
added 2019/10/11 6:06 p.m.40 views

Denial of Service

Overview All versions of node-static are vulnerable to a Denial of Service. The package fails to catch an exception when user input includes null bytes. This allows attackers to access http://host/%00 and crash the server. Recommendation No fix is currently available. Consider using an alternativ...

6.8AI score
SaveExploits0Affected Software1
NVD
NVD
added 2019/09/30 4:15 p.m.28 views

CVE-2019-2294

Usage of hard-coded magic number for calculating heap guard bytes can allow users to corrupt heap blocks without heap algorithm knowledge in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial...

10CVSS9.4AI score0.00907EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2019/09/30 3:40 p.m.40 views

CVE-2019-2294

Usage of hard-coded magic number for calculating heap guard bytes can allow users to corrupt heap blocks without heap algorithm knowledge in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial...

9.4AI score0.00907EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2019/09/23 8:24 p.m.10 views

dovecot: improper NULL byte handling in IMAP and ManageSieve protocol parsers leads to out of bounds writes

A flaw was found in dovecot. IMAP and ManageSieve protocol parsers do not properly handle the NULL byte when scanning data in quoted strings which leads to an out of bounds heap memory write. The highest threat from this vulnerability is to data confidentiality and integrity as well as system...

9.8CVSS5.7AI score0.62976EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2019/09/20 10:29 a.m.10 views

dovecot: improper NULL byte handling in IMAP and ManageSieve protocol parsers leads to out of bounds writes

A flaw was found in dovecot. IMAP and ManageSieve protocol parsers do not properly handle the NULL byte when scanning data in quoted strings which leads to an out of bounds heap memory write. The highest threat from this vulnerability is to data confidentiality and integrity as well as system...

9.8CVSS5.7AI score0.62976EPSS
SaveExploits1References5
zdt
zdt
added 2019/09/18 12:00 a.m.39 views

Linux/x86 - Bind TCP (port 43690) Null-Free Shellcode (53 Bytes)

---------------------- DESCRIPTION ------------------------------------- ; Title: Linux/x86 bind tcp shellcode port 43690 null-free ; Author: Daniel Ortiz ; Tested on: Linux 4.18.0-25-generic 26 Ubuntu ; Size: 53 bytes ; SLAE ID: PA-9844 section .DATA section .BSS section .TEXT global start start...

0.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2019/08/30 12:00 a.m.51 views

CentOS 7 : libmspack (CESA-2019:2049)

An update for libmspack is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

6.5CVSS6.6AI score0.03086EPSS
SaveExploits1References3
OSV
OSV
added 2019/08/29 2:15 p.m.7 views

ALPINE-CVE-2019-11500

In Dovecot before 2.2.36.4 and 2.3.x before 2.3.7.2 and Pigeonhole before 0.5.7.2, protocol processing can fail for quoted strings. This occurs because '\0' characters are mishandled, and can lead to out-of-bounds writes and remote code execution...

9.8CVSS8.1AI score0.62976EPSS
SaveExploits1References1
zdt
zdt
added 2019/08/20 12:00 a.m.38 views

Linux/MIPS64 - Reverse (localhost:4444/TCP) Shell Shellcode (157 bytes)

/ Reverse shell shellcode for Linux MIPS64 mips64el Default port: tcp/4444 Host: localhost Date: August 19 - 2019 Author: Antonio de la Piedra Tested on: MIPS Malta - Linux debian-mips64el 4.9.0-3-5kc-malta Size: 157 bytes Compile with: gcc -fno-stack-protector -z execstack main.c -o main -g /...

7.4AI score
SaveExploits0
zdt
zdt
added 2019/08/19 12:00 a.m.96 views

Linux/x86_64 - AVX2 XOR Decoder + execve(/bin/sh) Shellcode (62 bytes)

/ ; Title : Linux/x8664 - AVX2 XOR Decoder + execve"/bin/sh" 62 bytes ; Author : Gonçalo Ribeiro @goncalor ; Website : goncalor.com ; SLAE64-ID : 1635 ; this only works on machines with a CPU that supports AVX2 instructions global start start: jmp calldecoder decoder: pop rsi lea rdi, rsi+1 ;...

0.2AI score
SaveExploits0
zdt
zdt
added 2019/08/19 12:00 a.m.129 views

Linux/x86_64 - Reverse Shell (/bin/sh) with Configurable Password Shellcode (120 bytes)

/ ; Title : Linux/x8664 - Reverse Shell /bin/sh with Password configurable 120 bytes ; Date : 2019-08-18 ; Author : Gonçalo Ribeiro @goncalor ; Website : goncalor.com ; SLAE64-ID : 1635 global start %define pass "pass" %define port 0x5c11 ; htons4444 start: jmp realstart password: db pass passlen...

0.2AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2019/08/18 7:15 p.m.22 views

CVE-2019-15145

DjVuLibre 3.5.27 allows attackers to cause a denial-of-service attack application crash via an out-of-bounds read by crafting a corrupted JB2 image file that is mishandled in JB2Dict::JB2Codec::getdirectcontext in libdjvu/JB2Image.h because of a missing zero-bytes check in libdjvu/GBitmap.h...

5.5CVSS6.3AI score0.01573EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2019/08/18 6:30 p.m.57 views

CVE-2019-15145

DjVuLibre 3.5.27 allows attackers to cause a denial-of-service attack application crash via an out-of-bounds read by crafting a corrupted JB2 image file that is mishandled in JB2Dict::JB2Codec::getdirectcontext in libdjvu/JB2Image.h because of a missing zero-bytes check in libdjvu/GBitmap.h...

5.5CVSS5.3AI score0.01573EPSS
SaveExploits1
Cvelist
Cvelist
added 2019/08/18 6:30 p.m.44 views

CVE-2019-15145

DjVuLibre 3.5.27 allows attackers to cause a denial-of-service attack application crash via an out-of-bounds read by crafting a corrupted JB2 image file that is mishandled in JB2Dict::JB2Codec::getdirectcontext in libdjvu/JB2Image.h because of a missing zero-bytes check in libdjvu/GBitmap.h...

5.5AI score0.01573EPSS
SaveExploits1References14
RedHat Linux
RedHat Linux
added 2019/08/06 1:56 p.m.17 views

libmspack: chmd_read_headers() fails to reject filenames containing NULL bytes

chmdreadheaders in mspack/chmd.c in libmspack before 0.8alpha accepts a filename that has '\0' as its first or second character such as the "/\0" name...

4.3CVSS7.4AI score0.03085EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2019/08/06 1:39 p.m.44 views

libarchive: Out of bounds read in archive_read_support_format_7zip.c resulting in a denial of service

libarchive version commit bf9aec176c6748f0ee7a678c5f9f9555b9a757c1 onwards release v3.0.2 onwards contains a CWE-125: Out-of-bounds Read vulnerability in 7zip decompression, archivereadsupportformat7zip.c, headerbytes that can result in a crash denial of service. This attack appears to be...

6.5CVSS6.4AI score0.03407EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2019/08/06 12:40 p.m.12 views

ruby: Unintentional socket creation by poisoned NULL byte in UNIXServer and UNIXSocket

It was found that the UNIXSocket::open and UNIXServer::open ruby methods did not handle the NULL byte properly. An attacker, able to inject NULL bytes in the socket path, could possibly trigger an unspecified behavior of the ruby script...

7.5CVSS7.3AI score0.06911EPSS
SaveExploits0References5
Rows per page
Query Builder