Lucene search
+L

1494 matches found

Positive Technologies
Positive Technologies
added 2022/11/23 12:0 a.m.7 views

PT-2022-37433 · Mimalloc · Mimalloc

Name of the Vulnerable Software and Affected Versions: mimalloc affected versions not specified Description: The issue arises from a change in the mimalloc allocator's logic, which broke a promise regarding alignments. This change caused the crate to return memory with incorrect alignment for...

6.8AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.4 views

kernel: ext4: fix bug_on ext4_mb_use_inode_pa

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon ext4mbuseinodepa Hulk Robot reported a BUGON: ================================================================== kernel BUG at fs/ext4/mballoc.c:3211! ... RIP: 0010:ext4mbmarkdiskspaceused.cold+0x85/0x136f ... Cal...

5.5CVSS6.3AI score0.00284EPSS
SaveExploits0References5
OSV
OSV
added 2022/11/10 2:58 p.m.12 views

SUSE-SU-2022:3942-1 Security update for glibc

This update for glibc fixes the following issues: - CVE-2015-8985: Fixed assertion failure in popfailstack when executing a malformed regexp bsc1193625 - x86: fix stack alignment in pthreadcondtimedwait bsc1196852 - Recognize ppc64p7 arch to build for power7...

5.9CVSS5.9AI score0.03001EPSS
SaveExploits0References4
Schneier on Security
Schneier on Security
added 2022/09/27 11:15 a.m.14 views

New Report on IoT Security

The Atlantic Council has published a report on securing the Internet of Things: "Security in the Billions: Toward a Multinational Strategy to Better Secure the IoT Ecosystem." The report examines the regulatory approaches taken by four countries--the US, the UK, Australia, and Singapore--to secur...

1.3AI score
SaveExploits0
Oracle linux
Oracle linux
added 2022/09/22 12:0 a.m.88 views

Unbreakable Enterprise kernel security update

5.4.17-2136.311.6 - Revert 'KVM: x86: Print error code in exception injection tracepoint iff valid' Sherry Yang Orabug: 34535896 5.4.17-2136.311.5 - netfilter: nftables: do not allow RULEID to refer to another chain Thadeu Lima de Souza Cascardo Orabug: 34495567 CVE-2022-2586 - netfilter: nftable...

7.8CVSS7.6AI score0.10458EPSS
SaveExploits8
Positive Technologies
Positive Technologies
added 2022/09/16 12:0 a.m.6 views

PT-2022-33516 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions v5.10 through v5.19.1 Description: The issue concerns the alignment for DMA safety in the mpu6050 driver. It was introduced in version v5.10 and fixed in version v5.19.2. The actual impact and attack plausibility have no...

7.5AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2022/08/26 12:0 a.m.27 views

Ubuntu: Security Advisory (USN-162-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG 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-only ifdescription...

10CVSS5.8AI score0.04703EPSS
SaveExploits0References2
Rapid7 Blog
Rapid7 Blog
added 2022/08/05 7:0 a.m.24 views

Building Cybersecurity KPIs for Business Leaders and Stakeholders

In the final part of our “Hackers 're Gonna Hack” series, we’re discussing how to bring together parts one and two of operationalising cybersecurity together into an overall strategy for your organisation, measured by key performance indicators KPIs. In part one, we spoke about the problem, which...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/07/31 2:50 p.m.13 views

GSD-2022-1004867 ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction

ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.289 by commit...

7.2AI score
SaveExploits0
Oracle linux
Oracle linux
added 2022/07/21 12:0 a.m.88 views

java-11-openjdk security, bug fix, and enhancement update

1:11.0.16.0.8-1.0.1 - link atomic for ix86 build 1:11.0.16.0.8-1 - Update to jdk-11.0.16+8 - Update release notes to 11.0.16+8 - Use same tarball naming style as java-17-openjdk and java-latest-openjdk - Drop JDK-8284920 patch now upstreamed - Print release file during build, which should now...

7.5CVSS0.8AI score0.81039EPSS
SaveExploits2
OSV
OSV
added 2022/07/04 12:0 a.m.3 views

UBUNTU-CVE-2022-2226

An OpenPGP digital signature includes information about the date when the signature was created. When displaying an email that contains a digital signature, the email's date will be shown. If the dates were different, then Thunderbird didn't report the email as having an invalid signature. If an...

6.5CVSS6.7AI score0.00409EPSS
SaveExploits0References4
OSV
OSV
added 2022/06/16 11:51 p.m.9 views

GHSA-PMCV-MGCF-RVXG Non-aligned u32 read in Chacha20 encryption and decryption

The implementation does not enforce alignment requirements on input slices while incorrectly assuming 4-byte alignment through an unsafe call to std::slice::fromrawpartsmut, which breaks the contract and introduces undefined behavior. This affects Chacha20 encryption and decryption in crypto2...

9.8CVSS7.2AI score0.00753EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/16 11:51 p.m.17 views

Non-aligned u32 read in Chacha20 encryption and decryption

The implementation does not enforce alignment requirements on input slices while incorrectly assuming 4-byte alignment through an unsafe call to std::slice::fromrawpartsmut, which breaks the contract and introduces undefined behavior. This affects Chacha20 encryption and decryption in crypto2...

2.1AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/16 11:24 p.m.34 views

GHSA-HFXP-P695-629X abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

7.5CVSS5.8AI score0.00972EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/16 11:24 p.m.20 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

6.5AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/16 6:15 p.m.4 views

UBUNTU-CVE-2022-32547

In ImageMagick, there is load of misaligned address for type 'double', which requires 8 byte alignment and for type 'float', which requires 4 byte alignment at MagickCore/property.c. Whenever crafted or untrusted input is processed by ImageMagick, this causes a negative impact to application...

7.8CVSS6.9AI score0.01338EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2022/06/16 12:0 a.m.5 views

Imagemagick Studio ImageMagick 代码问题漏洞

Imagemagick Studio ImageMagick is a suite of open-source image processing software from the American company Imagemagick Studio. The software can read, convert, or write images in a variety of formats. A security vulnerability exists in Imagemagick Studio ImageMagick, which originates in...

7.8CVSS7AI score0.01338EPSS
SaveExploits0References14
GitLab Advisory Database
GitLab Advisory Database
added 2022/06/16 12:0 a.m.8 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

5.9AI score
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2022/05/10 1:43 p.m.9 views

kernel: possible leak or coruption of data residing on hugetlbfs

A memory leak flaw in the Linux kernel's hugetlbfs memory usage was found in the way the user maps some regions of memory twice using shmget which are aligned to PUD alignment with the fault of some of the memory pages. A local user could use this flaw to get unauthorized access to some data...

4.4CVSS6.6AI score0.00515EPSS
SaveExploits1References7
OSV
OSV
added 2022/04/24 10:6 p.m.11 views

GSD-2022-1002059 fs: fix fd table size alignment properly

fs: fix fd table size alignment properly This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.110 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder