Lucene search
+L

5034 matches found

Microsoft Security Update
Microsoft Security Update
added 2021/04/07 7:50 p.m.16 views

Azure File Sync Agent v11.3 Release – April 2021 (KB4539953)

Update for Azure File Sync agent version 11.3.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.6AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/04/07 7:45 p.m.14 views

Azure File Sync Agent v11.3 Release – April 2021 (KB4539953)

Update for Azure File Sync agent version 11.3.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.6AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/04/07 7:39 p.m.17 views

Azure File Sync Agent v11.3 Release – April 2021 (KB4539953)

Update for Azure File Sync agent version 11.3.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.6AI score
SaveExploits0
RustSec
RustSec
added 2021/04/07 12:0 p.m.16 views

AtomicBucket<T> unconditionally implements Send/Sync

In the affected versions of the crate, AtomicBucket unconditionally implements Send/Sync traits. Therefore, users can create a data race to the inner T: !Sync by using the AtomicBucket::datawith API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was...

8.1CVSS4.6AI score0.00741EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/04/07 12:0 p.m.25 views

RUSTSEC-2021-0113 AtomicBucket<T> unconditionally implements Send/Sync

In the affected versions of the crate, AtomicBucket unconditionally implements Send/Sync traits. Therefore, users can create a data race to the inner T: !Sync by using the AtomicBucket::datawith API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was...

8.1CVSS8.1AI score0.00741EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2021/04/01 12:0 a.m.10 views

PT-2021-7757 · Red Hat +6 · 389 Directory Server +7

Name of the Vulnerable Software and Affected Versions: 389 Directory Server versions affected versions not specified Description: The issue is related to a NULL pointer dereference error. An authenticated attacker can cause a crash by using a specially crafted query with a sync repl client in...

7.5CVSS6AI score0.08426EPSS
SaveExploits4References75
Microsoft KB
Microsoft KB
added 2021/03/29 12:0 a.m.15 views

March 29, 2021—KB5000842 (OS Builds 19041.906 and 19042.906) Preview

None None...

6.1AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/03/23 8:28 p.m.10 views

Azure File Sync Agent v12.0 Release – March 2021 (KB4568585)

Update for Azure File Sync agent version 12.0.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.7AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/03/23 8:24 p.m.19 views

Azure File Sync Agent v12.0 Release – March 2021 (KB4568585)

Update for Azure File Sync agent version 12.0.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.7AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/03/23 8:21 p.m.10 views

Azure File Sync Agent v12.0 Release – March 2021 (KB4568585)

Update for Azure File Sync agent version 12.0.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.7AI score
SaveExploits0
CNVD
CNVD
added 2021/03/11 12:0 a.m.9 views

Unspecified Vulnerability in Rust (CNVD-2021-17257)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in internment crate before 0.4.2 for Rust, which stems from an unconditional implementation of Sync that results in memory-corrupted data contention. No detailed vulnerability...

9.8CVSS6.7AI score0.01167EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.8 views

CVE-2021-28037

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

9.8CVSS7.3AI score0.01167EPSS
SaveExploits0References1
Prion
Prion
added 2021/03/05 9:15 a.m.17 views

Memory corruption

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

7.5CVSS9.5AI score0.01167EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/03/05 9:15 a.m.4 views

CVE-2021-28037

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

9.8CVSS8.5AI score0.01167EPSS
SaveExploits0References2
Mageia
Mageia
added 2021/03/04 12:26 p.m.89 views

Updated kernel packages fix security vulnerabilities

This kernel update is based on upstream 5.10.19 and fixes at least the following security issues: An information disclosure vulnerability exists in the ARM SIGPAGE functionality of Linux Kernel. A userland application can read the contents of the sigpage, which can leak kernel memory contents. An...

7.8CVSS1.1AI score0.00544EPSS
SaveExploits1References9
Microsoft Security Update
Microsoft Security Update
added 2021/03/03 8:57 p.m.17 views

Azure File Sync Agent v11.2 Release – February 2021 (KB4539952)

Update for Azure File Sync agent version 11.2.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.7AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/03/03 8:56 p.m.17 views

Azure File Sync Agent v11.2 Release – February 2021 (KB4539952)

Update for Azure File Sync agent version 11.2.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.7AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2021/03/03 8:54 p.m.17 views

Azure File Sync Agent v11.2 Release – February 2021 (KB4539952)

Update for Azure File Sync agent version 11.2.0.0. For more details, see the associated Microsoft Knowledge Base article...

3.7AI score
SaveExploits0
RustSec
RustSec
added 2021/03/03 12:0 p.m.20 views

Intern<T>: Data race allowed on T

Affected versions of this crate unconditionally implements Sync for Intern. This allows users to create data race on T: !Sync, which may lead to undefined behavior for example, memory corruption. The flaw was corrected in commit 2928a87 by adding the trait bound T: Sync in the Sync impl of Intern...

9.8CVSS3.7AI score0.01167EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/03/03 12:0 p.m.41 views

RUSTSEC-2021-0036 Intern<T>: Data race allowed on T

Affected versions of this crate unconditionally implements Sync for Intern. This allows users to create data race on T: !Sync, which may lead to undefined behavior for example, memory corruption. The flaw was corrected in commit 2928a87 by adding the trait bound T: Sync in the Sync impl of Intern...

9.8CVSS9.3AI score0.01167EPSS
SaveExploits0References3
Rows per page
Query Builder