Lucene search
+L

1690 matches found

OSV
OSV
added 2020/08/26 3:1 p.m.7 views

SUSE-SU-2020:0920-2 Security update for libxslt

This update for libxslt fixes the following issue: - CVE-2019-18197: Fixed a dangling pointer in xsltCopyText which may have led to information disclosure bsc1154609...

7.5CVSS7.3AI score0.04483EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2020/08/19 12:0 a.m.32 views

CVE-2020-8231

Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data...

7.5CVSS6.8AI score0.03721EPSS
SaveExploits1References5
OSV
OSV
added 2020/08/19 12:0 a.m.5 views

UBUNTU-CVE-2020-8231

Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data...

7.5CVSS6.8AI score0.03721EPSS
SaveExploits1References6
zdt
zdt
added 2020/07/19 12:0 a.m.664 views

VMware ESXi Use-After-Free / Out-Of-Bounds Access Vulnerability

Several security issues have been identified in the VMware ESIx virtual machine monitor VMM. A use-after-free UAF vulnerability in PVNVRAM, a missing return value check in EHCI USB controller leading to private heap information disclosure, and several out-of-bounds reads. Overview ======= We...

8.4CVSS0.1AI score0.00587EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2020/07/15 12:0 a.m.139 views

Apache Guacamole < 1.2.0 Multiple Vulnerabilities

Apache Guacamole is prone to multiple vulnerabilities. Copyright C 2020 Greenbone Networks GmbH 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-or-later This program is free software; you ca...

6.7CVSS5.9AI score0.00795EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2020/06/11 9:37 p.m.7 views

kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c

A flaw was found in the allocatetracebuffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer buf-buffer still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a...

7.8CVSS7.1AI score0.0035EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/05/26 8:21 p.m.9 views

kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c

A flaw was found in the allocatetracebuffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer buf-buffer still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a...

7.8CVSS7.1AI score0.0035EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/05/26 8:2 p.m.4 views

kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c

A flaw was found in the allocatetracebuffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer buf-buffer still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a...

7.8CVSS7.1AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2020/05/25 3:1 p.m.9 views

SUSE-SU-2020:1409-1 Security update for libxslt

This update for libxslt fixes the following issues: Security issues fixed: - CVE-2019-13118: Fixed a read of uninitialized stack data bsc1140101. - CVE-2019-13117: Fixed a uninitialized read which allowed to discern whether a byte on the stack contains certain special characters bsc1140095. -...

7.5CVSS6.1AI score0.06457EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2020/05/12 7:2 p.m.9 views

kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c

A flaw was found in the allocatetracebuffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer buf-buffer still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a...

7.8CVSS7.1AI score0.0035EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/05/12 6:40 p.m.5 views

kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c

A flaw was found in the allocatetracebuffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer buf-buffer still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a...

7.8CVSS7.1AI score0.0035EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/05/12 3:16 p.m.5 views

kernel: double free may be caused by the function allocate_trace_buffer in the file kernel/trace/trace.c

A flaw was found in the allocatetracebuffer in kernel/trace/trace.c in the debug subsystem, when failure to allocate a dynamic percpu area, a resource cleanup is called. The pointer buf-buffer still holds the address and is not set to NULL, which can cause a use-after-free problem, leading to a...

7.8CVSS7.1AI score0.0035EPSS
SaveExploits0References4
RustSec
RustSec
added 2020/04/11 12:0 p.m.37 views

`read_scalar` and `read_scalar_at` allow transmuting values without `unsafe` blocks

The readscalar and readscalarat functions are unsound because they allow transmuting values without unsafe blocks. The following example shows how to create a dangling reference: fn main deriveCopy, Clone, PartialEq, Debug struct S&'static str; impl flatbuffers::EndianScalar for S fn...

7.5CVSS4.1AI score0.00583EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/04/11 12:0 p.m.62 views

RUSTSEC-2020-0009 `read_scalar` and `read_scalar_at` allow transmuting values without `unsafe` blocks

The readscalar and readscalarat functions are unsound because they allow transmuting values without unsafe blocks. The following example shows how to create a dangling reference: fn main deriveCopy, Clone, PartialEq, Debug struct S&'static str; impl flatbuffers::EndianScalar for S fn...

7.5CVSS7.4AI score0.00583EPSS
SaveExploits1References3
Veracode
Veracode
added 2020/04/10 1:1 a.m.29 views

Arbitrary Code Execution

firefox is vulnerable to arbitrary code execution. A dangling pointer flaw was found in the way Firefox handled a certain Document Object Model DOM element. A web page containing malicious content could cause Firefox to crash or, potentially, execute arbitrary code with the privileges of the user...

10CVSS3.4AI score0.05562EPSS
SaveExploits0References14Affected Software3
Veracode
Veracode
added 2020/04/10 1:1 a.m.34 views

Arbitrary Code Execution

firefox is vulnerable to arbitrary code execution. A dangling pointer flaw was found in the Firefox Scalable Vector Graphics SVG text manipulation routine. A web page containing a malicious SVG image could cause Firefox to crash or, potentially, execute arbitrary code with the privileges of the...

10CVSS3.5AI score0.04805EPSS
SaveExploits1References17Affected Software3
Veracode
Veracode
added 2020/04/10 12:48 a.m.37 views

Arbitrary Code Execution

firefox/thunderbird/seamonkey is vulnerable to arbitrary code execution. Several use-after-free and dangling pointer flaws were found in Firefox. A web page containing malicious content could cause Firefox to crash or, potentially, execute arbitrary code with the privileges of the user running...

9.3CVSS4.1AI score0.05366EPSS
SaveExploits0References17Affected Software4
OSV
OSV
added 2020/04/03 3:13 p.m.8 views

SUSE-SU-2020:0920-1 Security update for libxslt

This update for libxslt fixes the following issue: - CVE-2019-18197: Fixed a dangling pointer in xsltCopyText which may have led to information disclosure bsc1154609...

7.5CVSS7.3AI score0.04483EPSS
SaveExploits0References3
Hacker One
Hacker One
added 2020/03/08 9:16 p.m.22 views

Razer: Subdomain takeover at iosota.razersynapse.com via Amazon S3

The tester discovered a dangling DNS record for iosota.razersynapse.com that was no longer in use and demonstrated a subdomain takeover. Subdomain takeovers by themselves are not in the scope of our program, but Razer thanks the tester for their diligence and clear report...

3.3AI score
SaveExploits0
OSV
OSV
added 2020/02/18 2:15 a.m.8 views

CVE-2020-1814

Huawei NIP6800 versions V500R001C30, V500R001C60SPC500, and V500R005C00; Secospace USG6600 and USG9500 versions V500R001C30SPC200, V500R001C30SPC600, V500R001C60SPC500, and V500R005C00 have a Dangling pointer dereference vulnerability. An authenticated attacker may do some special operations in t...

5.3CVSS6.1AI score
SaveExploits0References1
Rows per page
Query Builder