Lucene search
+L

2338 matches found

Tenable Nessus
Tenable Nessus
added 2021/01/25 12:00 a.m.35 views

openSUSE Security Update : gcc7 (openSUSE-2020-2300)

This update for gcc7 fixes the following issues : - CVE-2020-13844: Added mitigation for aarch64 Straight Line Speculation issue bsc1172798 - Enable fortran for the nvptx offload compiler. - Update README.First-for.SuSE.packagers - avoid assembler errors with AVX512 gather and scatter instruction...

5.5CVSS7AI score0.00508EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2021/01/25 12:00 a.m.33 views

openSUSE Security Update : gcc7 (openSUSE-2020-2301)

This update for gcc7 fixes the following issues : - CVE-2020-13844: Added mitigation for aarch64 Straight Line Speculation issue bsc1172798 - Enable fortran for the nvptx offload compiler. - Update README.First-for.SuSE.packagers - avoid assembler errors with AVX512 gather and scatter instruction...

5.5CVSS7AI score0.00508EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2021/01/22 9:04 a.m.31 views

CVE-2020-36219

An issue was discovered in the atomic-option crate through 2020-10-31 for Rust. Because AtomicOption implements Sync unconditionally, a data race can occur...

5.7AI score0.01107EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:04 a.m.58 views

CVE-2020-36219

The CVE-2020-36219 entry concerns the Rust crate atomic-option, where AtomicOption unconditionally implements Sync. This enables data races when non-Sync types are moved across threads, as reported in multiple sources (RustSec/RUSTSEC-2020-0113 and GHSA/RH updates). Affected component: atomic-opt...

5.9CVSS5.6AI score0.01107EPSS
SaveExploits1References1Affected Software1
UbuntuCve
UbuntuCve
added 2021/01/11 4:15 p.m.38 views

CVE-2020-17534

There exists a race condition between the deletion of the temporary file and the creation of the temporary directory in webkit subproject of HTML/Java API version 1.7. A similar vulnerability has recently been disclosed in other Java projects and the fix in HTML/Java API version 1.7.1 follows...

7CVSS7AI score0.00404EPSS
SaveExploits0References2
Huntr
Huntr
added 2021/01/10 12:00 a.m.93 views

Prototype Pollution in react-atomic/react-atomic-organism

Description set-object-value is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js var setObjectValue = require"set-object-value" var obj = console.log"Before : " + .polluted; setObjectValueobj, 'proto','polluted', 'Yes! Its Polluted'; console.log"Afte...

7.5CVSS2.2AI score0.03591EPSS
SaveExploits1
CNNVD
CNNVD
added 2020/12/29 12:00 a.m.12 views

React Atomic Organism Security Vulnerability

React Atomic Organism is a codebase from the React Atomic team used to provide atomicity support for React applications. A security vulnerability in React Atomic Organism set-object-value versions 0.0.0 through 0.0.5 allows attackers to exploit the vulnerability for denial of service and...

9.8CVSS6.1AI score0.03591EPSS
SaveExploits1References3
OPENSUSE Linux
OPENSUSE Linux
added 2020/12/20 12:00 a.m.41 views

Security update for gcc7 (moderate)

openSUSE Security Update: Security update for gcc7 Announcement ID: openSUSE-SU-2020:2301-1 Rating: moderate References: 1150164 1161913 1167939 1172798 1178577 1178614 1178624 1178675 Cross-References: CVE-2020-13844 Affected Products: openSUSE Leap 15.2 An update that solves one vulnerability a...

5.5CVSS6.7AI score0.00508EPSS
SaveExploits0References8
OPENSUSE Linux
OPENSUSE Linux
added 2020/12/20 12:00 a.m.28 views

Security update for gcc7 (moderate)

openSUSE Security Update: Security update for gcc7 Announcement ID: openSUSE-SU-2020:2300-1 Rating: moderate References: 1150164 1161913 1167939 1172798 1178577 1178614 1178624 1178675 Cross-References: CVE-2020-13844 Affected Products: openSUSE Leap 15.1 An update that solves one vulnerability a...

5.5CVSS6.7AI score0.00508EPSS
SaveExploits0References8
RustSec
RustSec
added 2020/12/17 12:00 p.m.21 views

RingBuffer can create multiple mutable references and cause data races

The RingBuffer type retrieves mutable references from the DataProvider in a non-atomic manner, potentially allowing the creation of multiple mutable references. RingBuffer also implements the Send and Sync traits for all types T. This allows undefined behavior from the aliased mutable references ...

5.9CVSS3.3AI score0.00978EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/17 12:00 p.m.38 views

RUSTSEC-2020-0150 RingBuffer can create multiple mutable references and cause data races

The RingBuffer type retrieves mutable references from the DataProvider in a non-atomic manner, potentially allowing the creation of multiple mutable references. RingBuffer also implements the Send and Sync traits for all types T. This allows undefined behavior from the aliased mutable references ...

5.9CVSS5.7AI score0.00978EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/10 1:40 p.m.9 views

SUSE-SU-2020:3749-1 Security update for gcc7

This update for gcc7 fixes the following issues: - CVE-2020-13844: Added mitigation for aarch64 Straight Line Speculation issue bsc1172798 - Enable fortran for the nvptx offload compiler. - Update README.First-for.SuSE.packagers - avoid assembler errors with AVX512 gather and scatter instructions...

5.5CVSS6AI score0.00508EPSS
SaveExploits0References10
OSV
OSV
added 2020/12/10 12:00 p.m.23 views

RUSTSEC-2020-0148 Multiple soundness issues in `Ptr`

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS5.5AI score0.00978EPSS
SaveExploits3References3
RustSec
RustSec
added 2020/12/10 12:00 p.m.21 views

Multiple soundness issues in `Ptr`

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS2AI score0.00978EPSS
SaveExploits2
Oracle linux
Oracle linux
added 2020/12/02 12:00 a.m.116 views

Unbreakable Enterprise kernel security update

4.1.12-124.45.6 - qla2xxx: disable target reset during link reset and update version Quinn Tran Orabug: 32095664 - scsi: qla2xxx: Fix early srb free on abort Quinn Tran Orabug: 32095664 - scsi: qla2xxx: Fix comment in MODULEPARMDESC in qla2xxx Masanari Iida Orabug: 32095664 - scsi: qla2xxx: Enabl...

5.5CVSS7AI score0.05271EPSS
SaveExploits0
CNVD
CNVD
added 2020/11/19 12:00 a.m.12 views

Qualcomm Video Buffer Overflow Vulnerability

Qualcomm Video is a video component of Qualcomm Incorporated that is used in Qualcomm products. Video suffers from a buffer overflow vulnerability that stems from incorrect type conversion of data returned by the atomic size, so that read over buffers may occur when parsing mkv clips. No details ...

10CVSS7.3AI score0.00907EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2020/11/10 12:00 a.m.11 views

PT-2020-17638 · Rust · Lever

Name of the Vulnerable Software and Affected Versions: lever crate versions prior to 0.1.1 Description: The issue concerns the implementation of the Send and Sync traits for all types T by AtomicBox, which is designed for use across threads. This implementation allows non-Send types, such as Rc,...

8.1CVSS7.9AI score0.0124EPSS
SaveExploits1References10
vulnersOsv
vulnersOsv
added 2020/10/31 12:00 p.m.2 views

accel-mma84 (>=0.2.0-beta.1, <=0.2.0), bus (>=0.2.0, <=2.2.3) +14 more potentially affected by CVE-2020-36219 via atomic-option (0.1.2)

atomic-option CARGO version 0.1.2 is affected by a known vulnerability. The following packages have a transitive dependency on atomic-option and may be impacted: - accel-mma84 =0.2.0-beta.1, =0.2.0, =0.0.1, =0.7.0, =0.2.5, =1.0.0, =0.3.0-beta.1, =0.1.0, =0.3.0 and more Source cves: CVE-2020-36219...

5.9CVSS6AI score0.01107EPSS
SaveExploits1
Oracle linux
Oracle linux
added 2020/10/21 12:00 a.m.58 views

kernel security and bug fix update

4.18.0-193.28.12.OL8 - Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and shim-x6...

8.8CVSS0.2AI score0.07693EPSS
SaveExploits8
RedHat Linux
RedHat Linux
added 2020/09/01 7:32 p.m.30 views

ansible: atomic_move primitive sets permissive permissions

A flaw was found in Ansible Engine when a file is moved using atomicmove primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions...

3.3CVSS7.1AI score0.00405EPSS
SaveExploits1References4
Rows per page
Query Builder