Lucene search
+L

2732 matches found

OSV
OSV
•added 2020/07/17 4:15 p.m.•35 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 score
SaveExploits0References14
NVD
NVD
•added 2020/07/17 4:15 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...

5.9CVSS0.02906EPSS
SaveExploits0References14
OSV
OSV
•added 2020/07/17 4:15 p.m.•13 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.•5 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
UbuntuCve
UbuntuCve
•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.8AI score0.02906EPSS
SaveExploits0References2
OSV
OSV
•added 2020/07/17 4:15 p.m.•12 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
Prion
Prion
•added 2020/07/17 4:15 p.m.•28 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
Cvelist
Cvelist
•added 2020/07/17 3:38 p.m.•40 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.•50 views

CVE-2020-15586

Removed by vendor...

5.9CVSS7AI score0.02906EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2020/07/17 3:38 p.m.•52 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
CVE
CVE
•added 2020/07/17 3:38 p.m.•455 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
Veracode
Veracode
•added 2020/07/17 6:00 a.m.•36 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
RustSec
RustSec
•added 2020/05/27 12:00 p.m.•216 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
OSV
OSV
•added 2020/05/27 12:00 p.m.•46 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
zdt
zdt
•added 2020/04/24 12:00 a.m.•151 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.01135EPSS
SaveExploits2
Packet Storm
Packet Storm
•added 2020/04/23 12:00 a.m.•170 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.01135EPSS
SaveExploits2
Positive Technologies
Positive Technologies
•added 2020/02/28 12:00 a.m.•11 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
RustSec
RustSec
•added 2020/02/11 12:00 p.m.•37 views

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.8CVSS3.5AI score0.01648EPSS
SaveExploits1Affected Software1
OSV
OSV
•added 2020/02/11 12:00 p.m.•46 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
RustSec
RustSec
•added 2019/11/16 12:00 p.m.•31 views

HeaderMap::Drain API is unsound

Affected versions of this crate incorrectly used raw pointer, which introduced unsoundness in its public safe API. Failing to drop the Drain struct causes double-free, and it is possible to violate Rust's alias rule and cause data race with Drain's Iterator implementation. The flaw was corrected ...

9.8CVSS2.4AI score0.01812EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder