Lucene search
+L

3398 matches found

Prion
Prion
added 2020/12/31 10:15 a.m.18 views

Design/Logic Flaw

An issue was discovered in the rocket crate before 0.4.5 for Rust. LocalRequest::clone creates more than one mutable references to the same object, possibly causing a data race...

6.8CVSS8AI score0.00957EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.10 views

Rust rocket crate 竞争条件问题漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A contention condition issue vulnerability exists in rocket crate in versions of Mozilla Rust prior to 0.4.5, which stems from LocalRequest::clone creating multiple mutable references to the same object, which c...

8.1CVSS5.8AI score0.00957EPSS
SaveExploits1References2
OSV
OSV
added 2020/12/18 6:23 p.m.75 views

GHSA-45Q2-34RF-MR94 Code Injection in mquery

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.3CVSS5.8AI score0.01028EPSS
SaveExploits0References2
RustSec
RustSec
added 2020/12/18 12:0 p.m.27 views

SyncRef's clone() and debug() allow data races

Affected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef. SyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone & T::fmt. It is possible to create da...

8.1CVSS2.8AI score0.01059EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/18 12:0 p.m.36 views

RUSTSEC-2020-0127 SyncRef's clone() and debug() allow data races

Affected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef. SyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone & T::fmt. It is possible to create da...

8.1CVSS8AI score0.01059EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2020/12/18 12:0 a.m.7 views

PT-2020-17627 · Rust · V9 Crate

Name of the Vulnerable Software and Affected Versions: v9 crate through 2020-12-18 Description: An issue was discovered in the v9 crate, where affected versions unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef. The SyncRef derives...

8.1CVSS7.8AI score0.01059EPSS
SaveExploits1References10
Veracode
Veracode
added 2020/12/14 3:25 a.m.20 views

Prototype Pollution

mquery is vulnerable to prototype pollution. The vulnerability exists as it does not prevent proto, constructor, prototype to be added in a merge or clone operation...

5.3CVSS2.1AI score0.01028EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2020/12/11 7:15 p.m.50 views

CVE-2020-35149

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.3CVSS5.2AI score0.01028EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2020/12/11 7:0 p.m.53 views

CVE-2020-35149

lib/utils.js in mquery before 3.2.3 allows a pollution attack because a special property e.g., proto can be copied during a merge or clone operation...

5.2AI score0.01028EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2020/12/11 12:0 a.m.11 views

Mquery Security Vulnerability

Aheckmann Mquery is a Javascript-based codebase for efficiently generating Mongdb query statements from the individual developer Aheckmann. A security vulnerability exists in mquery lib/utils.js versions prior to 3.2.3, which allows contamination attacks because a special attribute e.g. proto can...

5.3CVSS6AI score0.01028EPSS
SaveExploits0References6
OSV
OSV
added 2020/12/10 12:0 p.m.28 views

RUSTSEC-2020-0091 Dangling reference in `access::Map` with Constant

Using the arcswap::access::Map with the Constant test helper or with user-provided implementation of the Access trait could sometimes lead to the map returning dangling references. Replaced by implementation without unsafe, at the cost of added Clone bound on the closure and small penalty on...

7.5CVSS7.4AI score0.01599EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/10 12:0 p.m.26 views

Dangling reference in `access::Map` with Constant

Using the arcswap::access::Map with the Constant test helper or with user-provided implementation of the Access trait could sometimes lead to the map returning dangling references. Replaced by implementation without unsafe, at the cost of added Clone bound on the closure and small penalty on...

7.5CVSS1.1AI score0.01599EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/20 6:15 p.m.20 views

CVE-2020-26236

In ScratchVerifier before commit a603769, an attacker can hijack the verification process to log into someone else's account on any site that uses ScratchVerifier for logins. A possible exploitation would follow these steps: 1. User starts login process. 2. Attacker attempts login for user, and i...

7.5CVSS6.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2020/11/13 3:47 p.m.61 views

Remote code execution in dependabot-core branch names when cloning

Impact Remote code execution vulnerability in dependabot-common and dependabot-gomodules when a source branch name contains malicious injectable bash code. For example, if Dependabot is configured to use the following source branch name: "/$curl,127.0.0.1", Dependabot will make a HTTP request to...

8.8CVSS8.9AI score0.03062EPSS
SaveExploits1References9Affected Software2
OSV
OSV
added 2020/11/13 3:47 p.m.84 views

GHSA-23F7-99JX-M54R Remote code execution in dependabot-core branch names when cloning

Impact Remote code execution vulnerability in dependabot-common and dependabot-gomodules when a source branch name contains malicious injectable bash code. For example, if Dependabot is configured to use the following source branch name: "/$curl,127.0.0.1", Dependabot will make a HTTP request to...

8.7CVSS8.9AI score0.03062EPSS
SaveExploits1References9
RubySec
RubySec
added 2020/11/13 12:0 a.m.78 views

Remote code execution in dependabot-core branch names when cloning

Impact Remote code execution vulnerability in dependabot-common and dependabot-gomodules when a source branch name contains malicious injectable bash code. For example, if Dependabot is configured to use the following source branch name: "/$curl,127.0.0.1", Dependabot will make a HTTP request to...

8.8CVSS7.6AI score0.03062EPSS
SaveExploits1References1Affected Software1
Kitploit
Kitploit
added 2020/11/11 11:30 a.m.44 views

NFCGate - An NFC Research Toolkit Application For Android

NFCGate is an Android application meant to capture, analyze, or modify NFC traffic. It can be used as a researching tool to reverse engineer protocols or assess the security of protocols against traffic modifications. Notice This application was developed for security research purposes by student...

7AI score
SaveExploits0References17
RustSec
RustSec
added 2020/11/02 12:0 p.m.24 views

Use-after-free when cloning a partially consumed `Vec` iterator

The IntoIter Clone implementation clones the whole underlying Vec. If the iterator is partially consumed the consumed items will be copied, thus creating a use-after-free access. A proof of concept is available in the original bug report...

7.5CVSS2.3AI score0.01233EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/11/02 12:0 p.m.36 views

RUSTSEC-2020-0145 Use-after-free when cloning a partially consumed `Vec` iterator

The IntoIter Clone implementation clones the whole underlying Vec. If the iterator is partially consumed the consumed items will be copied, thus creating a use-after-free access. A proof of concept is available in the original bug report...

7.5CVSS7.4AI score0.01233EPSS
SaveExploits1References3
BDU FSTEC
BDU FSTEC
added 2020/10/27 12:0 a.m.12 views

The vulnerability of the Clone function in the GLPI system, which handles requests, incidents, and inventory management of computer equipment, allows a hacker to execute arbitrary SQL commands.

The vulnerability of the Clone function in the GLPI system for requests, incidents, and inventory management is related to the improper elimination of special elements used in SQL queries. Exploiting this vulnerability allows a malicious actor to execute arbitrary SQL commands remotely...

7.5CVSS7.5AI score0.01233EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder