Lucene search
K

2548 matches found

0day.today
0day.today
added 2018/01/09 12:0 a.m.58 views

Microsoft Edge Chakra JIT - Op_MaxInAnArray and Op_MinInAnArray can Explicitly call User-Defined Jav

Exploit for windows platform in category dos / poc / 1. Call patterns like "Math.max.applyMath, 1, 2, 3, 4, 5" and "Math.max.applyMath, arr" can be optimized to directly call the method "JavascriptMath::MaxInAnArray" in the Inline Phase. 2. The method takes the original method "Math.max" as the...

7.6CVSS7.8AI score0.68491EPSS
Exploits3
RedHat Linux
RedHat Linux
added 2018/01/05 3:35 p.m.110 views

(RHSA-2018:0046) Important: rhev-hypervisor7 security update

The rhev-hypervisor7 package provides a Red Hat Enterprise Virtualization Hypervisor ISO disk image. The Red Hat Enterprise Virtualization Hypervisor is a dedicated Kernel-based Virtual Machine KVM hypervisor. It includes everything necessary to run and manage virtual machines: A subset of the Re...

5.6CVSS5.6AI score0.93838EPSS
Exploits12
RedHat Linux
RedHat Linux
added 2018/01/05 3:35 p.m.111 views

(RHSA-2018:0044) Important: redhat-virtualization-host security update

The ovirt-node-ng packages provide the Red Hat Virtualization Host. These packages include redhat-release-virtualization-host, ovirt-node, and rhev-hypervisor. Red Hat Virtualization Hosts RHVH are installed using a special build of Red Hat Enterprise Linux with only the packages required to host...

5.6CVSS5.7AI score0.93838EPSS
Exploits12
OpenVAS
OpenVAS
added 2018/01/05 12:0 a.m.48 views

RedHat Update for kernel RHSA-2018:0007-01

The remote host is missing an update for the SPDX-FileCopyrightText: 2018 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 ifdescription...

5.6CVSS7.4AI score0.93838EPSS
Exploits12References2
Debian CVE
Debian CVE
added 2018/01/02 11:0 p.m.16 views

CVE-2017-1000433

pysaml2 version 4.4.0 and older accept any password when run with python optimizations enabled. This allows attackers to log in as any user without knowing their password...

8.1CVSS7.2AI score0.02469EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2017/12/21 12:0 a.m.29 views

F5 Networks BIG-IP : LibTIFF vulnerability (K11220361)

The NeXTDecode function in tifnext.c in LibTIFF allows remote attackers to cause a denial of service uninitialized memory access via a crafted TIFF image, as demonstrated by libtiff5.tif. CVE-2015-1547 Impact This vulnerability allows a remote attacker to cause a denial-of-service DoS attack.BIG-...

6.5CVSS7AI score0.03368EPSS
Exploits1References2
Fedora
Fedora
added 2017/12/19 7:54 p.m.21 views

[SECURITY] Fedora 27 Update: optipng-0.7.6-5.fc27

OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats BMP, GIF, PNM and TIFF to optimized PNG, and performs PNG integrity checks and corrections...

7.8CVSS1.5AI score0.01968EPSS
Exploits1
seebug.org
seebug.org
added 2017/12/04 12:0 a.m.29 views

Microsoft Edge: Chakra: JIT: Incorrect function declaration scope(CVE-2017-11870)

In the following JavaScript code, both of the print calls must print out "undefined" because of "x" is a formal parameter. But the second print call prints out "function x ". This bug may lead to type confusion in JITed code. function fx printx; function x printx; The following code in...

7.6CVSS7.4AI score0.59642EPSS
Exploits3
Fedora
Fedora
added 2017/11/28 12:50 a.m.26 views

[SECURITY] Fedora 26 Update: varnish-5.1.3-4.fc26

This is Varnish Cache, a high-performance HTTP accelerator. Varnish Cache stores web pages in memory so web servers don=EF=BF=BD=EF=BF =BD=EF=BF=BDt have to create the same web page over and over again. Varnish Cache serves pages much faster than any application server; giving the website a...

9.1CVSS0.7AI score0.04084EPSS
Exploits0
exploitpack
exploitpack
added 2017/11/27 12:0 a.m.18 views

Microsoft Edge Chakra JIT - BailOutOnTaggedValue Bailouts Type Confusion

Microsoft Edge Chakra JIT - BailOutOnTaggedValue Bailouts Type Confusion / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1364 1. In the Chakra's JIT compilation process, it stores variables' type information by basic block. function optb let o; if b // BASIC BLOCK a o = ; else...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2017/11/27 12:0 a.m.41 views

Microsoft Edge Chakra JIT - Incorrect Function Declaration Scope

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1367 In the following JavaScript code, both of the print calls must print out "undefined" because of "x" is a formal parameter. But the second print call prints out "function x ". This bug may lead to type confusion in JITed code...

7.4AI score
Exploits0
Exploit DB
Exploit DB
added 2017/11/27 12:0 a.m.40 views

Microsoft Edge Chakra JIT - 'BailOutOnTaggedValue' Bailouts Type Confusion

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1364 1. In the Chakra's JIT compilation process, it stores variables' type information by basic block. function optb let o; if b // BASIC BLOCK a o = ; else // BASIC BLOCK b o = 1.1; // BASIC BLOCK c return o; For example, let's...

7.4AI score
Exploits0
0day.today
0day.today
added 2017/11/26 12:0 a.m.64 views

Microsoft Edge Chakra JIT Incorrect Function Declaration Scope Exploit

Exploit for windows platform in category dos / poc Microsoft Edge: Chakra: JIT: Incorrect function declaration scope CVE-2017-11870 In the following JavaScript code, both of the print calls must print out "undefined" because of "x" is a formal parameter. But the second print call prints out...

7.6CVSS7.5AI score0.59642EPSS
Exploits3
Packet Storm
Packet Storm
added 2017/11/25 12:0 a.m.35 views

Microsoft Edge Chakra JIT Incorrect Function Declaration Scope

Microsoft Edge: Chakra: JIT: Incorrect function declaration scope CVE-2017-11870 In the following JavaScript code, both of the print calls must print out "undefined" because of "x" is a formal parameter. But the second print call prints out "function x ". This bug may lead to type confusion in...

0.4AI score0.59642EPSS
Exploits3
Packet Storm
Packet Storm
added 2017/11/25 12:0 a.m.42 views

Microsoft Edge Chakra JIT BailOutOnTaggedValue Bailouts

Microsoft Edge: Chakra: JIT: BailOutOnTaggedValue bailouts can be generated for constant values CVE-2017-11839 1. In the Chakra's JIT compilation process, it stores variables' type information by basic block. function optb let o; if b // BASIC BLOCK a o = ; else // BASIC BLOCK b o = 1.1; // BASIC...

0.62359EPSS
Exploits3
Imperva Blog
Imperva Blog
added 2017/11/21 4:30 p.m.21 views

Build-Your-Own Data Masking. Yes or No?

A lot of organizations are taking great strides to protect their sensitive data with a multi-layered strategy—one that includes data masking. We’ve even seen many tackling this critical data security component in DIY fashion, often tasking one resource with developing and implementing scripts to...

6.7AI score
Exploits0
Trend Micro Simply Security
Trend Micro Simply Security
added 2017/11/21 2:0 p.m.27 views

Optimize Your Mac!

Mac laptop and mini users often struggle to optimally use their computer’s memory or to keep their disk clean, since these Macs may be a bit tight on resources to begin with. Users can run out of memory when multiple memory-hogging apps are open, or they can run out of disk space particularly on...

7AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2017/11/17 12:0 a.m.20 views

Fedora 26 : knot / knot-resolver (2017-31519ecf40)

"Major updates for Knot DNS and Knot Resolver: Knot Resolver 1.5.0 2017-11-02 ================================ Bugfixes -------- - fix loading modules on Darwin Improvements ------------ - new module tasignalquery supporting Signaling Trust Anchor Knowledge using Keytag Query RFC 8145 section 5...

5.4AI score
Exploits0References1
Akamai Blog
Akamai Blog
added 2017/11/03 2:57 p.m.26 views

Reduce cloud adoption risks and deliver superior digital experiences with Akamai Cloud Delivery Platform - Part 1

Businesses are rapidly moving to the cloud and a recent IDG survey indicates that 70% of businesses have at least 1 application in the cloud and 16% plan to take their first app to the cloud in the next 12 months. However public cloud providers present their own challenges. They are unreliable...

6.8AI score
Exploits0
Citrix
Citrix
added 2017/11/03 12:0 a.m.6 views

How to Update MCS created Machine Catalog to modify vCPU, RAM.

Due to performance issues the vCPU,RAM need to be increased. This can be done by power shell...

7AI score
Exploits0
Rows per page
Query Builder