Lucene search
+L

779 matches found

Tenable Nessus
Tenable Nessus
added 2018/07/11 12:00 a.m.60 views

Oracle Linux 6 : qemu-kvm (ELSA-2018-2162)

The remote Oracle Linux 6 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2018-2162 advisory. - qemu-kvm-i386-define-the-ssbd-CPUID-feature-bit-CVE-2018-3639.patch bz1574074 - Resolves: bz1574074 CVE-2018-3639 qemu-kvm: hw: cpu: speculative stor...

9.9CVSS7.9AI score0.74207EPSS
SaveExploits14References5
Tenable Nessus
Tenable Nessus
added 2018/04/20 12:00 a.m.20 views

Amazon Linux AMI : exim (ALAS-2018-997)

This is an update fixeing dec64table OOB read in b64decode. C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from Amazon Linux AMI Security Advisory ALAS-2018-997. include"compat.inc"; if description scriptid109186; scriptversion"1.1";...

6.9AI score
SaveExploits0References1
Veracode
Veracode
added 2018/04/11 7:37 a.m.21 views

Denial Of Service (DoS) Through Out-of-Bounds (OOB) Read

libtiff.so is vulnerable to denial-of-service DoS through out-of-bound OOB read. The vulnerability exists in the DumpModeEncode function in tifdumpmode.c, only when the -c none option is used, and allows attackers to cause a denial of service DoS attack when parsing a malicious BMP image...

6.5CVSS7.4AI score0.02295EPSS
SaveExploits1References1Affected Software2
Tenable Nessus
Tenable Nessus
added 2018/04/11 12:00 a.m.50 views

RHEL 7 : qemu-kvm (RHSA-2018:0816)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2018:0816 advisory. Kernel-based Virtual Machine KVM is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm packages provide th...

7.8CVSS6.8AI score0.04272EPSS
SaveExploits2References32
RedHat Linux
RedHat Linux
added 2018/04/10 6:54 p.m.49 views

Important: Red Hat Security Advisory: qemu-kvm-rhev security, bug fix, and enhancement update

An update for qemu-kvm-rhev is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

9.8CVSS7AI score0.11931EPSS
SaveExploits6References126
Tenable Nessus
Tenable Nessus
added 2018/03/23 12:00 a.m.16 views

Fedora 27 : exim (2018-db9adf44c9)

This is an update fixing dec64table OOB read in b64decode. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional...

5.5AI score
SaveExploits0References1
Packet Storm
Packet Storm
added 2018/03/05 12:00 a.m.33 views

Chrome V8 Out-Of-Bounds Read

Chrome: V8: Empty BytecodeJumpTable may lead to OOB read In the current implementation, the bytecode generator also emits empty jump tables. https://cs.chromium.org/chromium/src/v8/src/interpreter/bytecode-array-writer.cc?rcl=111e990462823c9faeee06b67c0dcf05749d4da8&l=89 So the bytecode for the...

SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
added 2018/02/16 12:07 p.m.108 views

Security update for openssl-steam (important)

This update for openssl-steam fixes the following issues: - Merged changes from upstream openssl Factory rev 137 into this fork for Steam. Updated to openssl 1.0.2k: CVE-2016-7055: Montgomery multiplication may produce incorrect results boo1009528 CVE-2016-7056: ECSDA P-256 timing attack key...

7.8CVSS8AI score0.95707EPSS
SaveExploits8References28
seebug.org
seebug.org
added 2018/01/22 12:00 a.m.58 views

Microsoft Edge: Chakra: AsmJSByteCodeGenerator::EmitCall call handling bug(CVE-2018-0780)

AsmJSByteCodeGenerator::EmitCall which is used to emit call insturctions doesn't check if an array identifier is used as callee. The method handles those invalid calls in the same way it handles valid calls such as "arridx & ...". In these cases, the index register remains NoRegister which is...

2.6CVSS6.4AI score0.58572EPSS
SaveExploits5
seebug.org
seebug.org
added 2018/01/22 12:00 a.m.49 views

Microsoft Edge: Chakra: OOB read in AppendLeftOverItemsFromEndSegment(CVE-2018-0767)

Here's a snippet of AppendLeftOverItemsFromEndSegment in JavascriptArray.inl. growby = endSeg-length; current = current-GrowByMinrecycler, growby; CopyArraycurrent-elements + endIndex + 1, endSeg-length, Js::SparseArraySegmentendSeg-elements, endSeg-length;...

2.6CVSS5.8AI score0.65467EPSS
SaveExploits2
Packet Storm
Packet Storm
added 2018/01/18 12:00 a.m.71 views

Microsoft Edge Chakra AsmJSByteCodeGenerator::EmitCall Call Handling

Microsoft Edge: Chakra: AsmJSByteCodeGenerator::EmitCall call handling bug CVE-2018-0780 AsmJSByteCodeGenerator::EmitCall which is used to emit call insturctions doesn't check if an array identifier is used as callee. The method handles those invalid calls in the same way it handles valid calls...

0.2AI score0.58572EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2018/01/17 12:00 a.m.150 views

SUSE SLES12 Security Update : openssl (SUSE-SU-2018:0112-1)

This update for openssl fixes the following issues: Security issues fixed : - CVE-2016-7056: ECSDA P-256 timing attack key recovery bsc1019334 - CVE-2017-3731: Truncated packet could crash via OOB read bsc1022085 - CVE-2016-8610: remote denial of service in SSL alert handling bsc1005878 -...

10CVSS7.3AI score0.77906EPSS
SaveExploits3References26
Packet Storm
Packet Storm
added 2018/01/10 12:00 a.m.70 views

Microsoft Edge Chakra JIT asm.js Out-Of-Bounds Read

Microsoft Edge: Chakra: OOB read in asm.js CVE-2017-11911 Here's a snippet of AsmJSByteCodeGenerator::EmitAsmJsFunctionBody. AsmJsVar initSource = nullptr; if decl-sxVar.pnodeInit-nop == knopName AsmJsSymbol initSym = mCompiler-LookupIdentifierdecl-sxVar.pnodeInit-name, mFunction; if...

7.6CVSS7.8AI score0.6546EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/01/09 12:00 a.m.25 views

Microsoft Edge Chakra - asm.js Out-of-Bounds Read

Microsoft Edge Chakra - asm.js Out-of-Bounds Read / Here's a snippet of AsmJSByteCodeGenerator::EmitAsmJsFunctionBody. AsmJsVar initSource = nullptr; if decl-sxVar.pnodeInit-nop == knopName AsmJsSymbol initSym = mCompiler-LookupIdentifierdecl-sxVar.pnodeInit-name, mFunction; if...

0.5AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2017/12/14 12:00 a.m.45 views

openSUSE Security Update : openssl (openSUSE-2017-1324)

This update for openssl fixes the following issues : Security issues fixed : - CVE-2017-3735: openssl1,openssl: Malformed X.509 IPAdressFamily could cause OOB read bsc1056058 - CVE-2017-3736: openssl: bnsqrx8xinternal carry bug on x8664 bsc1066242 - Out of bounds read+crash in DESfcrypt bsc106536...

6.5CVSS6.6AI score0.17699EPSS
SaveExploits0References6
exploitpack
exploitpack
added 2017/12/12 12:00 a.m.14 views

Apple macOS - Kernel Code Execution due to Lack of Bounds Checking in AppleIntelCapriController::GetLinkConfig

Apple macOS - Kernel Code Execution due to Lack of Bounds Checking in AppleIntelCapriController::GetLinkConfig / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1375 AppleIntelCapriController::GetLinkConfig trusts a user-supplied value in the structure input which it uses to ind...

0.5AI score
SaveExploits0
NVD
NVD
added 2017/12/09 6:29 a.m.25 views

CVE-2017-16362

An issue was discovered in Adobe Acrobat and Reader: 2017.012.20098 and earlier versions, 2017.011.30066 and earlier versions, 2015.006.30355 and earlier versions, and 11.0.22 and earlier versions. This vulnerability is an instance of an out of bounds read vulnerability in the MakeAccesible plugi...

9.3CVSS8.8AI score0.0672EPSS
SaveExploits0References3
CVE
CVE
added 2017/12/09 6:00 a.m.95 views

CVE-2017-16362

Technical details about CVE-2017-16362 are not provided in the supplied documents. Public information appears limited to vulnerability description and CVSS metrics; monitor for updates from official advisories for affected products, impact, and fixes.

9.3CVSS8.9AI score0.0672EPSS
SaveExploits0References3Affected Software4
Tenable Nessus
Tenable Nessus
added 2017/11/03 12:00 a.m.62 views

FreeBSD : OpenSSL -- Multiple vulnerabilities (f40f07aa-c00f-11e7-ac58-b499baebfeaf)

The OpenSSL project reports : bnsqrx8xinternal carry bug on x8664 CVE-2017-3736 Severity: Moderate There is a carry propagating bug in the x8664 Montgomery squaring procedure. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be ver...

6.5CVSS6.6AI score0.17699EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2017/11/03 12:00 a.m.32 views

OpenSSL Multiple Vulnerabilities (Nov 2017) - Linux

OpenSSL is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:openssl:openssl"; ifdescription...

6.5CVSS7.2AI score0.17699EPSS
SaveExploits0References1
Rows per page
Query Builder