Lucene search
+L

1494 matches found

CVE
CVE
added 2021/09/09 7:36 a.m.119 views

CVE-2021-1974

CVE-2021-1974 is described in connected sources as a buffer issue (buffer over-read) due to misalignment between IPA SMMU and WLAN SMMU mapping lengths in Snapdragon platforms (Auto/Compute/Connectivity/IoT/Wearables/Networking). Qualcomm/Red Hat/NVD entries label it as high severity with network...

7.5CVSS7.7AI score0.00587EPSS
SaveExploits0References1Affected Software1
Rapid7 Blog
Rapid7 Blog
added 2021/08/27 2:1 p.m.12 views

The Cybersecurity Skills Gap Is Widening: New Study

The era of COVID-19 has taught us all a few things about supply and demand. From the early days of toilet paper shortages to more recent used-car pricing shocks, the stress tests brought on by a global pandemic have revealed the extremely delicate balance of scarcity and surplus. Another area...

7.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.40 views

Unaligned memory allocation in chunky

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS7.3AI score0.00915EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.14 views

GHSA-QG24-8XJ4-GJ2H Unaligned memory allocation in chunky

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS5.9AI score0.00915EPSS
SaveExploits0References4
OSV
OSV
added 2021/08/25 8:56 p.m.35 views

GHSA-MMC9-PWM7-QJ5W Unaligned memory access in rand_core

Impact Affected versions of this crate violated alignment when casting byte slices to integer slices, resulting in undefined behavior. randcore::BlockRng::nextu64 and randcore::BlockRng::fillbytes are affected. Patches The flaw was corrected by Ralf Jung and Diggory Hardy for randcore = 0.4.2...

9.8CVSS9.3AI score0.01558EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.27 views

Unaligned memory access in rand_core

Impact Affected versions of this crate violated alignment when casting byte slices to integer slices, resulting in undefined behavior. randcore::BlockRng::nextu64 and randcore::BlockRng::fillbytes are affected. Patches The flaw was corrected by Ralf Jung and Diggory Hardy for randcore = 0.4.2...

9.8CVSS8.9AI score0.01558EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:48 p.m.31 views

GHSA-85J6-F8J6-Q26X Unaligned references in Obstack

Obstack generates unaligned references for types that require a large alignment...

7.5CVSS7.5AI score0.0116EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.43 views

Unaligned references in Obstack

Obstack generates unaligned references for types that require a large alignment...

7.5CVSS7.3AI score0.0116EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:46 p.m.29 views

GHSA-FQPX-CQ8X-9WP4 Unaligned references in sized-chunks

An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the InlineArray implementation, an unaligned reference may be generated for a type that has a large alignment requirement...

7.5CVSS7.5AI score0.02841EPSS
SaveExploits6References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:46 p.m.36 views

Unaligned references in sized-chunks

An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the InlineArray implementation, an unaligned reference may be generated for a type that has a large alignment requirement...

7.5CVSS7.5AI score0.01634EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/08 6:15 a.m.8 views

CVE-2020-36433

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS5.8AI score0.00915EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/08 6:15 a.m.26 views

CVE-2020-36433

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS0.00915EPSS
SaveExploits0References2
Prion
Prion
added 2021/08/08 6:15 a.m.19 views

Design/Logic Flaw

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

5CVSS7.5AI score0.00915EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:19 a.m.36 views

CVE-2020-36433

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5AI score0.00915EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/08 5:19 a.m.117 views

CVE-2020-36433

The CVE-2020-36433 entry concerns the chunky crate for Rust. The vulnerability is described as: the Chunk API does not honor an alignment requirement, allowing the creation of unaligned references and resulting in undefined behavior. This issue affects the chunky crate up to 2020-08-25 and has an...

7.5CVSS7.5AI score0.00915EPSS
SaveExploits0References2Affected Software1
RustSec
RustSec
added 2021/07/04 12:0 p.m.29 views

Potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

6.8AI score
SaveExploits0
OSV
OSV
added 2021/07/04 12:0 p.m.13 views

RUSTSEC-2021-0145 Potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

7.1AI score
SaveExploits0References5
Imperva Blog
Imperva Blog
added 2021/07/01 5:4 p.m.48 views

Five Tips to Impress at Your CISO Job Interview

Chief Information Security Officers CISOs are in demand and the lack of experienced candidates, coupled with the evolving required skill set, helped make it the highest paying tech job in 2020. With 100% of large corporations Fortune 500, Global 2000 forecast to have a CISO or equivalent position...

6.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/06/14 12:0 a.m.7 views

PT-2024-11248 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a slab-out-of-bounds read in the qrtr endpoint post function. The problem occurs when the size from qrtr hdr is set to 4294967293 0xfffffffd, causing the...

9.8CVSS6.6AI score0.17563EPSS
SaveExploits7References975
Prion
Prion
added 2021/06/09 5:15 a.m.26 views

Design/Logic Flaw

Out-of-bounds memory access can occur while calculating alignment requirements for a negative width from external components in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music...

3.6CVSS7.1AI score0.00146EPSS
SaveExploits0References1
Rows per page
Query Builder