Lucene search
+L

9490 matches found

CNNVD
CNNVD
added 2021/08/08 12:00 a.m.11 views

Rust 竞争条件问题漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation.A command injection vulnerability exists in Mozilla Rust, which stems from Rust's v9 crate and has an unconditional synchronization implementation for SyncRef . No detailed vulnerability details are currently...

8.1CVSS5.6AI score0.01059EPSS
SaveExploits1References3
NVD
NVD
added 2021/08/07 5:15 p.m.15 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS0.02623EPSS
SaveExploits1References6
OSV
OSV
added 2021/08/07 5:15 p.m.7 views

ALPINE-CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS6.9AI score0.02623EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/07 5:15 p.m.29 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS6.6AI score
SaveExploits0References6
Prion
Prion
added 2021/08/07 5:15 p.m.25 views

Improper access control

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

6.4CVSS8.9AI score0.02623EPSS
SaveExploits1References6Affected Software1
UbuntuCve
UbuntuCve
added 2021/08/07 5:15 p.m.25 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS7.2AI score0.02623EPSS
SaveExploits1References6
ATTACKERKB
ATTACKERKB
added 2021/08/07 5:15 p.m.6 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS7AI score0.02623EPSS
SaveExploits1References7
OSV
OSV
added 2021/08/07 5:15 p.m.9 views

UBUNTU-CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS5.8AI score0.02623EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2021/08/07 12:00 a.m.6 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. Rust suffers from a security vulnerability that allows an attacker to bypass IP address-based access control due to an unexpected octal interpretation...

9.1CVSS8.2AI score0.02623EPSS
SaveExploits1References10
Cvelist
Cvelist
added 2021/08/07 12:00 a.m.25 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.3AI score0.02623EPSS
SaveExploits1References6
Debian CVE
Debian CVE
added 2021/08/07 12:00 a.m.39 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS9.2AI score0.02623EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2021/08/07 12:00 a.m.47 views

CVE-2021-29922

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which in some situations allows attackers to bypass access control that is based on IP addresses, because of unexpected octal interpretation...

9.1CVSS9.2AI score0.02623EPSS
SaveExploits1
CVE
CVE
added 2021/08/07 12:00 a.m.227 views

CVE-2021-29922

The CVE-2021-29922 issue affects Rust's standard library, specifically library/std/src/net/parser.rs, where extraneous zero characters at the beginning of an IP address string can lead to octal interpretation and bypasses of IP-based access controls. The vulnerability is present in Rust before 1....

9.1CVSS9AI score0.02623EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/08/02 7:15 p.m.18 views

CVE-2021-32810

crossbeam-deque is a package of work-stealing deques for building task schedulers when programming in Rust. In versions prior to 0.7.4 and 0.8.0, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never...

9.8CVSS7AI score
SaveExploits0References15
Prion
Prion
added 2021/08/02 7:15 p.m.20 views

Race condition

crossbeam-deque is a package of work-stealing deques for building task schedulers when programming in Rust. In versions prior to 0.7.4 and 0.8.0, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never...

6.8CVSS9.2AI score0.01923EPSS
SaveExploits0References15Affected Software2
CVE
CVE
added 2021/08/02 6:35 p.m.317 views

CVE-2021-32810

CVE-2021-32810 concerns crossbeam-deque, a Rust crate used for work-stealing deques in task schedulers. A race condition in versions prior to 0.7.4 and 0.8.0 can cause one or more tasks in a worker queue to be popped twice, with potentially forgotten tasks, leading to a double-free and memory lea...

9.8CVSS9.7AI score0.01923EPSS
SaveExploits0References15Affected Software1
Cvelist
Cvelist
added 2021/08/02 6:35 p.m.32 views

CVE-2021-32810 Data race in crossbeam-deque

crossbeam-deque is a package of work-stealing deques for building task schedulers when programming in Rust. In versions prior to 0.7.4 and 0.8.0, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never...

9.8CVSS9.7AI score0.01923EPSS
SaveExploits0References15
ATTACKERKB
ATTACKERKB
added 2021/08/02 3:30 p.m.6 views

CVE-2021-20332

Specific MongoDB Rust Driver versions can include credentials used by the connection pool to authenticate connections in the monitoring event that is emitted when the pool is created. The user's logging infrastructure could then potentially ingest these events and unexpectedly leak the credential...

4.4CVSS5.5AI score0.00308EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2021/08/02 1:15 p.m.21 views

CVE-2021-20332

Specific MongoDB Rust Driver versions can include credentials used by the connection pool to authenticate connections in the monitoring event that is emitted when the pool is created. The user's logging infrastructure could then potentially ingest these events and unexpectedly leak the credential...

4.4CVSS0.00308EPSS
SaveExploits0References1
OSV
OSV
added 2021/08/02 1:15 p.m.18 views

CVE-2021-20332

Specific MongoDB Rust Driver versions can include credentials used by the connection pool to authenticate connections in the monitoring event that is emitted when the pool is created. The user's logging infrastructure could then potentially ingest these events and unexpectedly leak the credential...

4.4CVSS4.3AI score
SaveExploits0References1
Rows per page
Query Builder