Lucene search
K

2395 matches found

OSV
OSV
added 2020/12/08 12:0 p.m.20 views

RUSTSEC-2020-0118 Future<T> lacks bounds on Send and Sync.

tinyfuture contains a light-weight implementation of Futures. The Future type it has lacked bound on its Send and Sync traits. This allows for a bug where non-thread safe types such as Cell can be used in Futures and cause data races in concurrent programs. The flaw was corrected in commit c79191...

8.1CVSS7.9AI score0.00336EPSS
Exploits0References3
RustSec
RustSec
added 2020/12/08 12:0 p.m.28 views

Future<T> lacks bounds on Send and Sync.

tinyfuture contains a light-weight implementation of Futures. The Future type it has lacked bound on its Send and Sync traits. This allows for a bug where non-thread safe types such as Cell can be used in Futures and cause data races in concurrent programs. The flaw was corrected in commit c79191...

8.1CVSS2.3AI score0.00336EPSS
Exploits0Affected Software1
NVD
NVD
added 2020/12/03 7:15 p.m.10 views

CVE-2020-23740

In DriverGenius 9.61.5480.28 there is a local privilege escalation vulnerability in the driver wizard, attackers can use constructed programs to increase user privileges...

7.8CVSS7.7AI score0.0006EPSS
Exploits0References4
OSV
OSV
added 2020/12/03 7:15 p.m.1 views

CVE-2020-23740

In DriverGenius 9.61.5480.28 there is a local privilege escalation vulnerability in the driver wizard, attackers can use constructed programs to increase user privileges...

7.8CVSS7.1AI score0.0006EPSS
Exploits0References4
OSV
OSV
added 2020/12/03 7:15 p.m.1 views

CVE-2020-23736

There is a local denial of service vulnerability in DaDa accelerator 5.6.19.816,, attackers can use constructed programs to cause computer crashes BSOD...

5.5CVSS6.1AI score0.00049EPSS
Exploits1References3
Prion
Prion
added 2020/12/03 7:15 p.m.16 views

Denial of service

There is a local denial of service vulnerability in DaDa accelerator 5.6.19.816,, attackers can use constructed programs to cause computer crashes BSOD...

4.9CVSS5.3AI score0.00049EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2020/12/03 6:15 p.m.2 views

CVE-2020-28175

There is a local privilege escalation vulnerability in Alfredo Milani Comparetti SpeedFan 4.52. Attackers can use constructed programs to increase user privileges...

7.8CVSS7.1AI score0.00058EPSS
Exploits1References3
The Hacker News
The Hacker News
added 2020/11/26 6:17 a.m.0 views

Interpol Arrests 3 Nigerian BEC Scammers For Targeting Over 500,000 Entities

Three Nigerian citizens suspected of being members of an organized cybercrime group behind distributing malware, carrying out phishing campaigns, and extensive Business Email Compromise BEC scams have been arrested in the city of Lagos, Interpol reported yesterday. The investigation, dubbed...

5.8AI score
Exploits0
OpenVAS
OpenVAS
added 2020/11/23 12:0 a.m.8 views

openGauss: Ensuring the Existence of the Socket File

Some application programs may search for the socket file in the /tmp directory to deceive the server. During the system startup, the socket file /tmp/ $ USER gaussdb/.s.PGSQL. $PGPORT is created by default to prevent some applications from creating or overwriting the socket file in the /tmp...

7.3AI score
Exploits0References1
Gitee
Gitee
added 2020/11/16 3:14 p.m.4 views

IMChecker

This repository is an offensive tool for API misuse detection, specifically designed to identify API misuse bugs in C programs. The tool is called IMChecker, and it uses a constraint-directed static analysis technique powered by a domain-specific language DSL for specifying API usage constraints...

6.8AI score
Exploits0
OSV
OSV
added 2020/11/16 12:0 p.m.16 views

RUSTSEC-2020-0115 Singleton lacks bounds on Send and Sync.

Singleton is meant to be a static object that can be initialized lazily. In order to satisfy the requirement that static items must implement Sync, Singleton implemented both Sync and Send unconditionally. This allows for a bug where non-Sync types such as Cell can be used in singletons and cause...

8.1CVSS7.8AI score0.00336EPSS
Exploits0References3
RustSec
RustSec
added 2020/11/16 12:0 p.m.16 views

Singleton lacks bounds on Send and Sync.

Singleton is meant to be a static object that can be initialized lazily. In order to satisfy the requirement that static items must implement Sync, Singleton implemented both Sync and Send unconditionally. This allows for a bug where non-Sync types such as Cell can be used in singletons and cause...

8.1CVSS1.4AI score0.00336EPSS
Exploits0Affected Software1
RustSec
RustSec
added 2020/11/10 12:0 p.m.20 views

may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.

Affected versions of mayqueue implements Send/Sync for its Queue type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs...

5.9CVSS3.4AI score0.00389EPSS
Exploits1Affected Software1
RustSec
RustSec
added 2020/11/10 12:0 p.m.23 views

hashconsing's HConsed lacks Send/Sync bound for its Send/Sync trait.

Affected versions of hashconsing implements Send/Sync for its HConsed type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs...

7.5CVSS3AI score0.00389EPSS
Exploits1Affected Software1
OSV
OSV
added 2020/11/10 12:0 p.m.14 views

RUSTSEC-2020-0107 hashconsing's HConsed lacks Send/Sync bound for its Send/Sync trait.

Affected versions of hashconsing implements Send/Sync for its HConsed type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs...

7.5CVSS7.7AI score0.00389EPSS
Exploits1References3
OSV
OSV
added 2020/11/10 12:0 p.m.12 views

RUSTSEC-2020-0111 may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.

Affected versions of mayqueue implements Send/Sync for its Queue type without restricting it to Sendable types and Syncable types. This allows non-Sync types such as Cell to be shared across threads leading to undefined behavior and memory corruption in concurrent programs...

5.9CVSS5.8AI score0.00389EPSS
Exploits1References3
Fedora
Fedora
added 2020/11/09 1:21 a.m.43 views

[SECURITY] Fedora 32 Update: mariadb-10.4.16-1.fc32

MariaDB is a community developed branch of MySQL - a multi-user, multi-thre aded SQL database server. It is a client/server implementation consisting of a server daemon mysqld and many different client programs and libraries. The base package contains the standard MariaDB/MySQL client programs an...

6.8CVSS3.5AI score0.0118EPSS
Exploits0
OpenVAS
OpenVAS
added 2020/11/09 12:0 a.m.34 views

Fedora: Security Advisory for mariadb (FEDORA-2020-b995eb2973)

The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

6.8CVSS7AI score0.0124EPSS
Exploits0References2
Prion
Prion
added 2020/11/05 7:15 p.m.9 views

Open redirect

Telerik Fiddler through 5.0.20202.18177 allows attackers to execute arbitrary programs via a hostname with a trailing space character, followed by --utility-and-browser --utility-cmd-prefix= and the pathname of a locally installed program. The victim must interactively choose the Open On Browser...

6.8CVSS8.7AI score0.00573EPSS
Exploits0References3Affected Software1
Richard Bejtlich's blog
Richard Bejtlich's blog
added 2020/10/31 8:11 p.m.38 views

Security and the One Percent: A Thought Exercise in Estimation and Consequences

There's a good chance that if you're reading this post, you're the member of an exclusive club. I call it the security one percent, or the security 1% or securityonepercent on Twitter. This is shorthand for the assortment of people and organizations who have the personnel, processes, technology,...

7AI score
Exploits0
Rows per page
Query Builder