Lucene search
+L

2494 matches found

Tenable Nessus
Tenable Nessus
added 2020/07/30 12:0 a.m.41 views

EulerOS 2.0 SP8 : golang (EulerOS-SA-2020-1804)

According to the versions of the golang packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, becau...

7.8CVSS6.9AI score0.05299EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2020/07/28 12:0 a.m.38 views

openSUSE Security Update : go1.13 (openSUSE-2020-1095)

This update for go1.13 fixes the following issues : - go1.13.14 released 2020/07/16 includes fixes to the compiler, vet, and the database/sql, net/http, and reflect packages Refs bsc1149259 go1.13 release tracking - go39925 net/http: panic on misformed If-None-Match Header with http.ServeContent ...

5.9CVSS6.5AI score0.02906EPSS
SaveExploits0References7
NVD
NVD
added 2020/07/17 4:15 p.m.27 views

CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS0.02906EPSS
SaveExploits0References14
OSV
OSV
added 2020/07/17 4:15 p.m.8 views

AZL-79042 CVE-2020-15586 affecting package golang 1.25.7-1

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.8AI score0.02906EPSS
SaveExploits0References1
OSV
OSV
added 2020/07/17 4:15 p.m.3 views

DEBIAN-CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.8AI score0.02906EPSS
SaveExploits0References1
OSV
OSV
added 2020/07/17 4:15 p.m.31 views

CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.7AI score0.02906EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2020/07/17 4:15 p.m.28 views

CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.8AI score0.02906EPSS
SaveExploits0References2
Prion
Prion
added 2020/07/17 4:15 p.m.24 views

Design/Logic Flaw

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

4.3CVSS6.4AI score0.02906EPSS
SaveExploits0References14Affected Software6
OSV
OSV
added 2020/07/17 4:15 p.m.4 views

UBUNTU-CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.9AI score0.02906EPSS
SaveExploits0References3
CVE
CVE
added 2020/07/17 3:38 p.m.438 views

CVE-2020-15586

CVE-2020-15586 affects Go before 1.13.13 and 1.14.x before 1.14.5, via a data race in certain net/http servers demonstrated by the httputil.ReverseProxy handler. The race occurs because a request body is read while a response is being written. Impact in the public documentation includes a potenti...

5.9CVSS6.6AI score0.02906EPSS
SaveExploits0References14Affected Software1
Cvelist
Cvelist
added 2020/07/17 3:38 p.m.30 views

CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

6.7AI score0.02906EPSS
SaveExploits0References14
Debian CVE
Debian CVE
added 2020/07/17 3:38 p.m.44 views

CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.7AI score0.02906EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2020/07/17 3:38 p.m.41 views

CVE-2020-15586

Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time...

5.9CVSS6.9AI score0.02906EPSS
SaveExploits0
Veracode
Veracode
added 2020/07/17 6:0 a.m.33 views

Denial Of Service (DoS)

crypto/x509 is vulnerable to denial of service DoS. The attack is possible due to concurrent reading of the request body and writing of a response by the Handler, leading to data race and application crash...

5.9CVSS6.2AI score0.02906EPSS
SaveExploits0References20Affected Software90
OSV
OSV
added 2020/05/27 12:0 p.m.40 views

RUSTSEC-2020-0028 `LocalRequest::clone` creates multiple mutable references to the same object

The affected version of rocket contains a Clone trait implementation of LocalRequest that reuses the pointer to inner Request object. This causes data race in rare combinations of APIs if the original and the cloned objects are modified at the same time...

8.1CVSS7.9AI score0.00957EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/05/27 12:0 p.m.207 views

`LocalRequest::clone` creates multiple mutable references to the same object

The affected version of rocket contains a Clone trait implementation of LocalRequest that reuses the pointer to inner Request object. This causes data race in rare combinations of APIs if the original and the cloned objects are modified at the same time...

8.1CVSS4.1AI score0.00957EPSS
SaveExploits1Affected Software1
0day.today
0day.today
added 2020/04/24 12:0 a.m.144 views

WebKit AudioArray::allocate Data Race / Out-Of-Bounds Access Vulnerability

WebKit: Data race in AudioArray::allocate can lead to OOB access VULNERABILITY DETAILS Source/WebCore/platform/audio/AudioArray.h: void allocateChecked n ... while !isAllocationGood // Initially we try to allocate the exact size, but if it's not aligned // then we'll have to reallocate and from...

3.1CVSS0.3AI score0.01107EPSS
SaveExploits2
Packet Storm
Packet Storm
added 2020/04/23 12:0 a.m.150 views

WebKit AudioArray::allocate Data Race / Out-Of-Bounds Access

WebKit: Data race in AudioArray::allocate can lead to OOB access VULNERABILITY DETAILS Source/WebCore/platform/audio/AudioArray.h: void allocateChecked n ... while !isAllocationGood // Initially we try to allocate the exact size, but if it's not aligned // then we'll have to reallocate and from...

2.6CVSS0.2AI score0.01107EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2020/02/28 12:0 a.m.6 views

PT-2020-14513

Name of the Vulnerable Software and Affected Versions Go versions 1.13.x through 1.13.12 Go versions 1.14.x through 1.14.4 Description The issue is related to a data race in some net/http servers. This occurs when the server concurrently reads a request body and writes a response, as demonstrated...

7.5CVSS5.5AI score0.06497EPSS
SaveExploits3References73
OSV
OSV
added 2020/02/11 12:0 p.m.40 views

RUSTSEC-2020-0023 Lifetime boundary for `raw_slice` and `raw_slice_mut` are incorrect

The affected version of rulinalg has incorrect lifetime boundary definitions for RowMut::rawslice and RowMut::rawslicemut. They do not conform with Rust's borrowing rule and allows the user to create multiple mutable references to the same location. This may result in unexpected calculation resul...

9.8CVSS9.4AI score0.01648EPSS
SaveExploits1References3
Rows per page
Query Builder