Lucene search
+L

300 matches found

vulnersOsv
vulnersOsv
added 2021/07/07 12:0 p.m.6 views

requeuest (>=0.1.1 <=0.2.1), sqlxmq (>=0.2.0 <=0.2.1) potentially affected by CVE-2021-38191 via tokio (=1.8.0)

tokio CARGO version =1.8.0 is affected by a known vulnerability. The following packages have a transitive dependency on tokio and may be impacted: - requeuest =0.1.1, =0.2.0, =0.2.1 Source cves: CVE-2021-38191 Source advisory: OSV:RUSTSEC-2021-0072...

5.9CVSS6.2AI score0.00836EPSS
Exploits1
vulnersOsv
vulnersOsv
added 2021/07/07 12:0 p.m.4 views

vade (>=0.1.0 <=0.1.1), vade-evan (=0.3.0) +4 more potentially affected by CVE-2021-38191 via tokio (=1.7.1)

tokio CARGO version =1.7.1 is affected by a known vulnerability. The following packages have a transitive dependency on tokio and may be impacted: - vade =0.1.0, =0.1.3, =0.2.0 - vade-sidetree =0.0.3 - vade-signer =0.0.1 - vade-universal-resolver =0.0.4 Source cves: CVE-2021-38191 Source advisory...

5.9CVSS6.2AI score0.00836EPSS
Exploits1
OSV
OSV
added 2021/07/07 12:0 p.m.6 views

RUSTSEC-2021-0072 Task dropped in wrong thread when aborting `LocalSet` task

When aborting a task with JoinHandle::abort, the future is dropped in the thread calling abort if the task is not currently being executed. This is incorrect for tasks spawned on a LocalSet. This can easily result in race conditions as many projects use Rc or RefCell in their Tokio tasks for bett...

5.9CVSS6.2AI score0.00836EPSS
Exploits1References3
RustSec
RustSec
added 2021/07/07 12:0 p.m.32 views

Task dropped in wrong thread when aborting `LocalSet` task

When aborting a task with JoinHandle::abort, the future is dropped in the thread calling abort if the task is not currently being executed. This is incorrect for tasks spawned on a LocalSet. This can easily result in race conditions as many projects use Rc or RefCell in their Tokio tasks for bett...

5.9CVSS0.9AI score0.00836EPSS
Exploits1Affected Software1
Positive Technologies
Positive Technologies
added 2021/07/07 12:0 a.m.5 views

PT-2021-21999 · Tokio · Tokio

Name of the Vulnerable Software and Affected Versions: tokio crate versions prior to 1.8.1 Description: An issue was discovered in the tokio crate where upon a JoinHandle::abort, a Task may be dropped in the wrong thread. This occurs when aborting a task with JoinHandle::abort and the future is...

5.9CVSS5.5AI score0.00836EPSS
Exploits1References10
NVD
NVD
added 2020/12/31 10:15 a.m.13 views

CVE-2020-35875

An issue was discovered in the tokio-rustls crate before 0.13.1 for Rust. Excessive memory usage may occur when data arrives quickly...

7.5CVSS7.5AI score0.01336EPSS
Exploits0References1
OSV
OSV
added 2020/12/31 10:15 a.m.4 views

CVE-2020-35875

An issue was discovered in the tokio-rustls crate before 0.13.1 for Rust. Excessive memory usage may occur when data arrives quickly...

7.5CVSS7.1AI score0.01336EPSS
Exploits0References1
Prion
Prion
added 2020/12/31 10:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the tokio-rustls crate before 0.13.1 for Rust. Excessive memory usage may occur when data arrives quickly...

5CVSS7.5AI score0.01336EPSS
Exploits0References1Affected Software1
UbuntuCve
UbuntuCve
added 2020/12/31 10:15 a.m.21 views

CVE-2020-35875

An issue was discovered in the tokio-rustls crate before 0.13.1 for Rust. Excessive memory usage may occur when data arrives quickly...

7.5CVSS7.1AI score0.01336EPSS
Exploits0References2
Cvelist
Cvelist
added 2020/12/31 8:27 a.m.19 views

CVE-2020-35875

An issue was discovered in the tokio-rustls crate before 0.13.1 for Rust. Excessive memory usage may occur when data arrives quickly...

7.5AI score0.01336EPSS
Exploits0References1
CVE
CVE
added 2020/12/31 8:27 a.m.63 views

CVE-2020-35875

CVE-2020-35875 affects the Rust crate tokio-rustls (before 0.13.1). The root cause is that tokio-rustls does not call process_new_packets immediately after read, causing wants_read to always return true and allowing data to accumulate in memory when data arrives faster than it is processed. This ...

7.5CVSS7.4AI score0.01336EPSS
Exploits0References1Affected Software1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.7 views

Rust Security Vulnerabilities

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust tokio-rustls crate before 0.13.1, which stems from the possibility of excessive memory usage when data arrives quickly...

7.5CVSS5.8AI score0.01336EPSS
Exploits0References2
OSV
OSV
added 2020/05/19 12:0 p.m.23 views

RUSTSEC-2020-0019 tokio-rustls reads may cause excessive memory usage

tokio-rustls does not call processnewpackets immediately after read, so the expected termination condition wantsread always returns true. As long as new incoming data arrives faster than it is processed and the reader does not return pending, data will be buffered. This may cause DoS...

7.5CVSS7.5AI score0.01336EPSS
Exploits0References3
RustSec
RustSec
added 2020/05/19 12:0 p.m.20 views

tokio-rustls reads may cause excessive memory usage

tokio-rustls does not call processnewpackets immediately after read, so the expected termination condition wantsread always returns true. As long as new incoming data arrives faster than it is processed and the reader does not return pending, data will be buffered. This may cause DoS...

7.5CVSS2.2AI score0.01336EPSS
Exploits0Affected Software1
vulnersOsv
vulnersOsv
added 2020/02/06 12:0 p.m.11 views

approveapi (=0.1.0), approveapi_openapi (=0.1.1) +188 more potentially affected by unknown CVE via tokio-proto (=0.1.1)

tokio-proto CARGO version =0.1.1 is affected by a known vulnerability. The following packages have a transitive dependency on tokio-proto and may be impacted: - approveapi =0.1.0 - approveapiopenapi =0.1.1 - arc-reactor =0.1.0, =0.2.0, =0.2.0, =1.5.0, =0.4.2, =0.5.0, =0.1.0, =0.1.0, =0.1.6 and mo...

5.8AI score
Exploits0
OSV
OSV
added 2020/02/06 12:0 p.m.10 views

RUSTSEC-2020-0162 `tokio-proto` is deprecated/unmaintained

The tokio-proto crate has been deprecated, and its GitHub repository has been archived. Users may be interested in tokio-tower instead, per https://github.com/tokio-rs/tokio/issues/118issuecomment-452969665...

7.1AI score
Exploits0References3
RustSec
RustSec
added 2020/02/06 12:0 p.m.15 views

`tokio-proto` is deprecated/unmaintained

The tokio-proto crate has been deprecated, and its GitHub repository has been archived. Users may be interested in tokio-tower instead, per https://github.com/tokio-rs/tokio/issues/118issuecomment-452969665...

0.6AI score
Exploits0
Openbugbounty
Openbugbounty
added 2018/11/24 8:34 p.m.10 views

tokio-hotel.info XSS vulnerability

Open Bug Bounty ID: OBB-702391 Description| Value ---|--- Affected Website:| tokio-hotel.info Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| hidden until disclosure Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| hidden...

Exploits0
vulnersOsv
vulnersOsv
added 2017/04/17 12:0 p.m.4 views

cassandra_macro (>=0.1.1 <=0.1.3), cdrs (>=0.1.0 <=4.0.0-beta.1) +19 more potentially affected by unknown CVE via lz4-compress (>=0.1.0 <=0.1.1)

lz4-compress CARGO version =0.1.0, =0.1.1, =0.1.0, =1.0.0, =0.3.3, =0.3.0, =0.1.0, =0.1.2 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2017-0007...

5.8AI score
Exploits0
Openbugbounty
Openbugbounty
added 2016/02/11 3:30 a.m.12 views

agentportal.iffcotokio.co.in XSS vulnerability

Open Bug Bounty ID: OBB-133747 Description| Value ---|--- Affected Website:| agentportal.iffcotokio.co.in Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS...

6.4AI score
Exploits0
Rows per page
Query Builder