Lucene search
+L

337 matches found

UbuntuCve
UbuntuCve
added 2018/10/03 10:29 p.m.26 views

CVE-2018-17974

An issue was discovered in Tcpreplay 4.3.0 beta1. A heap-based buffer over-read was triggered in the function dlten10mbencode of the file plugins/dlten10mb/en10mb.c, due to inappropriate values in the function memmove. The length pktlen + ctx - l2len can be larger than source value packet +...

5.5CVSS6.8AI score0.00986EPSS
SaveExploits1References4
NVD
NVD
added 2018/10/03 10:29 p.m.25 views

CVE-2018-17974

An issue was discovered in Tcpreplay 4.3.0 beta1. A heap-based buffer over-read was triggered in the function dlten10mbencode of the file plugins/dlten10mb/en10mb.c, due to inappropriate values in the function memmove. The length pktlen + ctx - l2len can be larger than source value packet +...

5.5CVSS5.8AI score0.00986EPSS
SaveExploits1References2
Prion
Prion
added 2018/10/03 10:29 p.m.19 views

Heap overflow

An issue was discovered in Tcpreplay 4.3.0 beta1. A heap-based buffer over-read was triggered in the function dlten10mbencode of the file plugins/dlten10mb/en10mb.c, due to inappropriate values in the function memmove. The length pktlen + ctx - l2len can be larger than source value packet +...

4.3CVSS5.6AI score0.00986EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2018/10/03 10:29 p.m.22 views

CVE-2018-17974

An issue was discovered in Tcpreplay 4.3.0 beta1. A heap-based buffer over-read was triggered in the function dlten10mbencode of the file plugins/dlten10mb/en10mb.c, due to inappropriate values in the function memmove. The length pktlen + ctx - l2len can be larger than source value packet +...

5.5CVSS6.7AI score
SaveExploits0References2
NVD
NVD
added 2018/08/15 6:29 p.m.13 views

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.6CVSS5.6AI score0.00445EPSS
SaveExploits1References4
OSV
OSV
added 2018/08/15 6:29 p.m.4 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
OSV
OSV
added 2018/08/15 6:29 p.m.5 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
Amazon
Amazon
added 2018/07/24 12:0 a.m.53 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.07307EPSS
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
added 2018/06/08 12:15 a.m.92 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.07307EPSS
SaveExploits3References4
OSV
OSV
added 2018/06/06 9:44 a.m.7 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.07307EPSS
SaveExploits3References8
Exploit DB
Exploit DB
added 2018/05/24 12:0 a.m.72 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.00858EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
added 2018/05/24 12:0 a.m.12 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:0 a.m.7 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.04701EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2018/05/18 4:29 p.m.46 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.04701EPSS
SaveExploits0References3
OSV
OSV
added 2018/05/18 4:29 p.m.4 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.04701EPSS
SaveExploits0References1
OSV
OSV
added 2018/05/18 4:29 p.m.28 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.30 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.04701EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2018/05/18 4:29 p.m.4 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.04701EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2018/05/18 4:0 p.m.24 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.04701EPSS
SaveExploits0
NVD
NVD
added 2018/02/28 5:29 a.m.13 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.03636EPSS
SaveExploits1References2
Rows per page
Query Builder