Lucene search
+L

412 matches found

OSV
OSV
•added 2018/08/15 6:29 p.m.•10 views

UBUNTU-CVE-2018-14780

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function ykpivfetchobject: % highlight c % ifsw == SWSUCCESS sizet outlen; int offs = ykpivgetlengthdata + 1, &outlen; ifoffs == 0 return YKPIVSIZEERROR;...

4.6CVSS6.6AI score0.00445EPSS
SaveExploits1References5
OSV
OSV
•added 2018/08/15 6:29 p.m.•7 views

DEBIAN-CVE-2018-14780

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function ykpivfetchobject: % highlight c % ifsw == SWSUCCESS sizet outlen; int offs = ykpivgetlengthdata + 1, &outlen; ifoffs == 0 return YKPIVSIZEERROR;...

4.6CVSS7.2AI score0.00445EPSS
SaveExploits1References1
Amazon
Amazon
•added 2018/07/24 12:00 a.m.•61 views

Medium: glibc

Issue Overview: stdlib/canonicalize.c in the GNU C Library aka glibc or libc6 2.27 and earlier, when processing very long pathname arguments to the realpath function, could encounter an integer overflow on 32-bit architectures, leading to a stack-based buffer overflow and, potentially, arbitrary...

9.8CVSS9.2AI score0.07051EPSS
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
•added 2018/06/08 12:15 a.m.•98 views

Security update for glibc (important)

This update for glibc fixes the following issues: - CVE-2017-18269: Fix SSE2 memmove issue when crossing 2GB boundary bsc1094150 - CVE-2018-11236: Fix overflow in path length computation bsc1094161 - CVE-2018-11237: Don't write beyond buffer destination in mempcpyavx512novzeroupper bsc1094154 Non...

1.9AI score0.07051EPSS
SaveExploits3References4
OSV
OSV
•added 2018/06/06 9:44 a.m.•20 views

SUSE-SU-2018:1562-1 Security update for glibc

This update for glibc fixes the following issues: - CVE-2017-18269: Fix SSE2 memmove issue when crossing 2GB boundary bsc1094150 - CVE-2018-11236: Fix overflow in path length computation bsc1094161 - CVE-2018-11237: Don't write beyond buffer destination in mempcpyavx512novzeroupper bsc1094154 Non...

9.8CVSS9.2AI score0.07051EPSS
SaveExploits3References8
Exploit DB
Exploit DB
•added 2018/05/24 12:00 a.m.•77 views

GNU glibc < 2.27 - Local Buffer Overflow

GNU glibc Vendor Homepage: http://www.gnu.org/ CVE: CVE-2018-11237 POC: $ cat mempcpy.c define GNUSOURCE 1 include include define N 97699 char aN; char bN+128; int main void memset a, 'x', N; char c = mempcpy b, a, N; assert c == 0; $ gcc -g mempcpy.c -o mempcpy -fno-builtin-mempcpy $ ./mempcpy...

7.8CVSS7.7AI score0.0088EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
•added 2018/05/24 12:00 a.m.•14 views

Fedora 27 : glibc (2018-9c88c32d15)

This updates contains various updates from the upstream glibc 2.26 release branch, including minor fixes for the realpath function and the i386 memmove implementation. Starting with this update, glibc will no longer re-exec systemd during glibc updates RHBZ1579225. Note that Tenable Network...

5.5AI score
SaveExploits0References1
CNVD
CNVD
•added 2018/05/22 12:00 a.m.•10 views

GNU C Library Denial of Service Vulnerability (CNVD-2018-09998)

The GNU C Library a.k.a. glibc, libc6 is an open-source, free C language compiler released under the LGPL license. A security vulnerability exists in the 'memmove' function in the GNU C Library versions 2.21 through 2.27, which stems from the failure of the...

9.8CVSS7.2AI score0.04629EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2018/05/18 4:29 p.m.•50 views

CVE-2017-18269

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library aka glibc or libc6 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in...

9.8CVSS6.9AI score0.04629EPSS
SaveExploits0References3
OSV
OSV
•added 2018/05/18 4:29 p.m.•8 views

DEBIAN-CVE-2017-18269

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library aka glibc or libc6 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in...

9.8CVSS7.2AI score0.04629EPSS
SaveExploits0References1
OSV
OSV
•added 2018/05/18 4:29 p.m.•34 views

CVE-2017-18269

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library aka glibc or libc6 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in...

9.8CVSS7.1AI score
SaveExploits0References6
Prion
Prion
•added 2018/05/18 4:29 p.m.•33 views

Code injection

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library aka glibc or libc6 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in...

7.5CVSS9.3AI score0.04629EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2018/05/18 4:29 p.m.•9 views

UBUNTU-CVE-2017-18269

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library aka glibc or libc6 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in...

9.8CVSS6.9AI score0.04629EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2018/05/18 4:00 p.m.•29 views

CVE-2017-18269

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library aka glibc or libc6 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in...

9.8CVSS9.6AI score0.04629EPSS
SaveExploits0
NVD
NVD
•added 2018/02/28 5:29 a.m.•20 views

CVE-2018-6639

An out-of-bounds write Remote Code Execution issue was discovered in Design Science MathType 6.9c. A size used by memmove is read from the input file. This is fixed in 6.9d...

9.8CVSS9.3AI score0.03612EPSS
SaveExploits1References2
OSV
OSV
•added 2018/02/28 5:29 a.m.•11 views

CVE-2018-6639

An out-of-bounds write Remote Code Execution issue was discovered in Design Science MathType 6.9c. A size used by memmove is read from the input file. This is fixed in 6.9d...

9.8CVSS5.8AI score0.03612EPSS
SaveExploits1References2
Prion
Prion
•added 2018/02/28 5:29 a.m.•23 views

Remote code execution

An out-of-bounds write Remote Code Execution issue was discovered in Design Science MathType 6.9c. A size used by memmove is read from the input file. This is fixed in 6.9d...

7.5CVSS9.2AI score0.03612EPSS
SaveExploits1References2Affected Software1
seebug.org
seebug.org
•added 2017/06/27 12:00 a.m.•146 views

Microsoft Windows Uniscribe Remote Code Execution Vulnerability(CVE-2017-0283)

We have encountered a crash in the Windows Uniscribe user-mode library, in the memmove function called by USP10!MergeLigRecords, while trying to display text using a corrupted font file: --- 4e0.6dc: Access violation - code c0000005 first chance First chance exceptions are reported before any...

9.3CVSS8.7AI score0.42546EPSS
SaveExploits6
Packet Storm
Packet Storm
•added 2017/05/17 12:00 a.m.•4135 views

MS17-010 EternalBlue SMB Remote Windows Kernel Pool Corruption

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'rubysmb' require 'rubysmb/smb1/packet' class MetasploitModule 'MS17-010 EternalBlue SMB Remote Windows Kernel Pool Corruption', 'Description' = %q This module is...

9.3CVSS0.2AI score0.99693EPSS
SaveExploits109
zdt
zdt
•added 2017/05/17 12:00 a.m.•761 views

Microsoft Windows MS17-010 EternalBlue SMB Remote Windows Kernel Pool Corruption Exploit

This Metasploit module is a port of the Equation Group ETERNALBLUE exploit, part of the FuzzBunch toolkit released by Shadow Brokers. There is a buffer overflow memmove operation in Srv!SrvOs2FeaToNt. The size is calculated in Srv!SrvOs2FeaListSizeToNt, with mathematical error where a DWORD is...

9.3CVSS0.4AI score0.99693EPSS
SaveExploits109
Rows per page
Query Builder