Lucene search
+L

591 matches found

RedHat Linux
RedHat Linux
added 2018/05/08 6:32 p.m.19 views

Kernel: KVM: error in exception handling leads to wrong debug stack value

A flaw was found in the way the Linux kernel's KVM hypervisor handled exceptions delivered after a stack switch operation via Mov SS or Pop SS instructions. During the stack switch operation, the processor did not deliver interrupts and exceptions, rather they are delivered once the first...

8CVSS7.2AI score0.00773EPSS
SaveExploits0References5
OSV
OSV
added 2018/05/08 6:29 p.m.41 views

CVE-2018-8897

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual SDM was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for DB exceptions that are deferred by MOV SS or POP SS, as demonstrated ...

7.8CVSS6.6AI score
SaveExploits0References48
Cvelist
Cvelist
added 2018/05/08 6:00 p.m.62 views

CVE-2018-8897

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual SDM was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for DB exceptions that are deferred by MOV SS or POP SS, as demonstrated ...

7AI score0.18485EPSS
SaveExploits9References48
Debian CVE
Debian CVE
added 2018/05/08 6:00 p.m.118 views

CVE-2018-8897

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual SDM was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for DB exceptions that are deferred by MOV SS or POP SS, as demonstrated ...

7.8CVSS7.2AI score0.18485EPSS
SaveExploits9
UbuntuCve
UbuntuCve
added 2018/05/08 5:00 p.m.65 views

CVE-2018-8897

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual SDM was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for DB exceptions that are deferred by MOV SS or POP SS, as demonstrated ...

7.8CVSS6.8AI score0.18485EPSS
SaveExploits9References6
OSV
OSV
added 2018/05/08 5:00 p.m.14 views

UBUNTU-CVE-2018-8897

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual SDM was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for DB exceptions that are deferred by MOV SS or POP SS, as demonstrated ...

7.8CVSS6.7AI score0.18485EPSS
SaveExploits9References7
zdt
zdt
added 2018/01/16 12:00 a.m.33 views

Linux/x86 - Bind TCP (64713/TCP) Shell (/bin/sh) Shellcode (83 bytes)

/ linux/x86 portbind /bin/sh port 64713 83 bytes http://www.gonullyourself.org sToRm / char shellcode = // : "\x6a\x66" // push $0x66 "\x58" // pop %eax "\x31\xdb" // xor %ebx,%ebx "\x53" // push %ebx "\x43" // inc %ebx "\x53" // push %ebx "\x6a\x02" // push $0x2 "\x89\xe1" // mov %esp,%ecx...

0.1AI score
SaveExploits0
OSV
OSV
added 2018/01/14 2:29 a.m.11 views

CVE-2018-5684

In Libav through 12.2, there is an invalid memcpy call in the ffmovreadstsdentries function of libavformat/mov.c. Remote attackers could leverage this vulnerability to cause a denial of service segmentation fault and program failure with a crafted avi file...

8.8CVSS5.8AI score0.01213EPSS
SaveExploits1References1
OSV
OSV
added 2018/01/14 2:29 a.m.8 views

UBUNTU-CVE-2018-5684

In Libav through 12.2, there is an invalid memcpy call in the ffmovreadstsdentries function of libavformat/mov.c. Remote attackers could leverage this vulnerability to cause a denial of service segmentation fault and program failure with a crafted avi file...

8.8CVSS7.3AI score0.01213EPSS
SaveExploits1References3
zdt
zdt
added 2018/01/12 12:00 a.m.19 views

Linux/StrongARM - execve (/bin/sh) Shellcode (47 bytes)

/ 47 byte StrongARM/Linux execve shellcode funkysh / char shellcode= "\x02\x20\x42\xe0" / sub r2, r2, r2 / "\x1c\x30\x8f\xe2" / add r3, pc, 28 0x1c / "\x04\x30\x8d\xe5" / str r3, sp, 4 / "\x08\x20\x8d\xe5" / str r2, sp, 8 / "\x13\x02\xa0\xe1" / mov r0, r3, lsl r2 / "\x07\x20\xc3\xe5" / strb r2, r...

7.4AI score
SaveExploits0
zdt
zdt
added 2018/01/12 12:00 a.m.26 views

Linux/ARM - execve (/bin/sh,NULL,0) Shellcode (31 bytes)

/ Title: Linux/ARM - execve"/bin/sh",NULL,0 - 31 bytes Date: 2010-08-31 Tested: ARM926EJ-S rev 5 v5l Author: Jonathan Salwan - twitter: @jonathansalwan shell-storm.org Shellcode ARM without 0x20, 0x0a and 0x00 00008054 : 8054: e28f3001 add r3, pc, 1 ; 0x1 8058: e12fff13 bx r3 805c: 4678 mov r0, p...

7.4AI score
SaveExploits0
zdt
zdt
added 2018/01/12 12:00 a.m.23 views

Linux/StrongARM - setuid() Shellcode (20 bytes)

/ 20 byte StrongARM/Linux setuid shellcode funkysh / char shellcode= "\x02\x20\x42\xe0" / sub r2, r2, r2 / "\x04\x10\x8f\xe2" / add r1, pc, 4 / "\x12\x02\xa0\xe1" / mov r0, r2, lsl r2 / "\x01\x20\xc1\xe5" / strb r2, r1, 1 / "\x17\x0b\x90\xef"; / swi 0x90ff17 /...

7.1AI score
SaveExploits0
zdt
zdt
added 2018/01/12 12:00 a.m.33 views

Linux/SuperH (sh4) - execve(/bin/sh, 0, 0) Shellcode (19 bytes)

/ | Title: Linux/SuperH - sh4 execve"/bin/sh", 0, 0 - 19 bytes | Date: 2011-06-22 | Tested on: Debian-sh4 2.6.32-5-sh7751r | Author: Florian Gaultier - agix - twitter: @Agixid | | http://shell-storm.org / include include int main char shell = "\x0b\xe3"// mov 11,r3 "\x02\xc7"// mova @10,pc,r0...

7.1AI score
SaveExploits0
OSV
OSV
added 2018/01/09 4:29 p.m.67 views

DEBIAN-CVE-2015-1208

Integer underflow in the movreaddefault function in libavformat/mov.c in FFmpeg before 2.4.6 allows remote attackers to obtain sensitive information from heap and/or stack memory via a crafted MP4 file...

5.5CVSS5AI score0.01485EPSS
SaveExploits0References1
OSV
OSV
added 2018/01/09 4:29 p.m.39 views

UBUNTU-CVE-2015-1208

Integer underflow in the movreaddefault function in libavformat/mov.c in FFmpeg before 2.4.6 allows remote attackers to obtain sensitive information from heap and/or stack memory via a crafted MP4 file...

5.5CVSS6AI score0.01485EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2017/12/27 7:29 p.m.8 views

CVE-2017-9608

The dnxhd decoder in FFmpeg before 3.2.6, and 3.3.x before 3.3.3 allows remote attackers to cause a denial of service NULL pointer dereference via a crafted mov file...

6.5CVSS5.6AI score0.04542EPSS
SaveExploits0References8
OSV
OSV
added 2017/12/27 7:29 p.m.6 views

DEBIAN-CVE-2017-9608

The dnxhd decoder in FFmpeg before 3.2.6, and 3.3.x before 3.3.3 allows remote attackers to cause a denial of service NULL pointer dereference via a crafted mov file...

6.5CVSS6.5AI score0.04542EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2017/12/27 7:29 p.m.40 views

CVE-2017-9608

The dnxhd decoder in FFmpeg before 3.2.6, and 3.3.x before 3.3.3 allows remote attackers to cause a denial of service NULL pointer dereference via a crafted mov file...

6.5CVSS6.8AI score0.04542EPSS
SaveExploits0References2
NVD
NVD
added 2017/12/27 7:29 p.m.27 views

CVE-2017-9608

The dnxhd decoder in FFmpeg before 3.2.6, and 3.3.x before 3.3.3 allows remote attackers to cause a denial of service NULL pointer dereference via a crafted mov file...

6.5CVSS6.2AI score0.04542EPSS
SaveExploits0References7
OSV
OSV
added 2017/12/27 7:29 p.m.37 views

CVE-2017-9608

The dnxhd decoder in FFmpeg before 3.2.6, and 3.3.x before 3.3.3 allows remote attackers to cause a denial of service NULL pointer dereference via a crafted mov file...

6.5CVSS6.5AI score
SaveExploits0References7
Rows per page
Query Builder