Lucene search
+L

51 matches found

OSV
OSV
added 2024/12/23 7:29 p.m.4 views

GHSA-H6XM-C6R4-VMWF Unsound usages of `u8` type casting in spl-token-swap

The library provides a safe public API unpack to cast u8 array to arbitrary types, which can cause to undefined behaviors. The length check of array can only prevent out-of-bound access on the return type. However, it can't prevent misaligned pointer when casting u8 pointer to a type aligned to...

6AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.15 views

CVE-2024-46778 drm/amd/display: Check UnboundedRequestEnabled's value

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check UnboundedRequestEnabled's value CalculateSwathAndDETConfigurationparamsst's UnboundedRequestEnabled is a pointer i.e. dmlboolt UnboundedRequestEnabled, and thus if p-UnboundedRequestEnabled checks its...

6.8AI score0.00192EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/07/11 2:34 a.m.5 views

Malicious code in sap-bool (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis de12f66b8ddf39a7f99a055c71b672a09a8ba65ffcf66cc01cff3350549ff54c The OpenSSF Package Analysis project identified 'sap-bool' @ 0.0.0 npm as malicious. It is considered malicious because: - The package...

7.1AI score
SaveExploits0
OSV
OSV
added 2024/07/11 2:34 a.m.7 views

MAL-2024-7631 Malicious code in sap-bool (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis de12f66b8ddf39a7f99a055c71b672a09a8ba65ffcf66cc01cff3350549ff54c The OpenSSF Package Analysis project identified 'sap-bool' @ 0.0.0 npm as malicious. It is considered malicious because: - The package...

7.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/05/28 12:0 a.m.41 views

Oracle Linux 8 : pcs (ELSA-2024-2953)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-2953 advisory. - Fixed CVE-2024-25126, CVE-2024-26141, CVE-2024-26146 in bundled dependency rack Resolves: RHEL-26445, RHEL-26447, RHEL-26449 Tenable has extracted th...

7.5CVSS6.6AI score0.35376EPSS
SaveExploits2References4
Oracle linux
Oracle linux
added 2024/05/23 12:0 a.m.51 views

pcs security update

0.10.18-2.0.1 - Replace HAM-logo.png with a generic one 0.10.18-2 - Fixed CVE-2024-25126, CVE-2024-26141, CVE-2024-26146 in bundled dependency rack Resolves: RHEL-26445, RHEL-26447, RHEL-26449 0.10.18-1 - Rebased to the latest sources see CHANGELOG.md Resolves: RHEL-7741 0.10.17-6 - Rebased to th...

7.5CVSS6.9AI score0.35376EPSS
SaveExploits2
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.43 views

CVE-2023-52601 jfs: fix array-index-out-of-bounds in dbAdjTree

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbAdjTree Currently there is a bound check missing in the dbAdjTree while accessing the dmtstree. To add the required check added the bool isctl which is required to determine the size as...

7.8CVSS6.4AI score0.00249EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2023/08/22 7:16 p.m.359 views

CVE-2022-47069

p7zip 16.02 was discovered to contain a heap-buffer-overflow vulnerability via the function NArchive::NZip::CInArchive::FindCdbool at CPP/7zip/Archive/Zip/ZipIn.cpp. NOTE: the Supplier has found that this is not a buffer overflow; at most an out-of-bounds read can occur...

7.8CVSS7.2AI score0.00298EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2023/07/19 10:9 p.m.19 views

impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue has several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

6.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/07/19 10:9 p.m.14 views

GHSA-F9G6-FP84-FV92 impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue has several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

6AI score
SaveExploits0References3
CNVD
CNVD
added 2022/11/23 12:0 a.m.89 views

Google TensorFlow code issue vulnerability (CNVD-2022-80685)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A code issue vulnerability exists in Google TensorFlow, which stems from a logical error in the organization of data, where the conversion from char to bool is undefined if the const char array is not 0...

7.5CVSS2.4AI score0.00389EPSS
SaveExploits0References1
OSV
OSV
added 2022/11/21 10:18 p.m.5 views

GHSA-PF36-R9C6-H97J Invalid char to bool conversion when printing a tensor

Impact When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so sanitizers/fuzzers will crash. Patches We have patched the issu...

4.8CVSS7.1AI score0.00389EPSS
SaveExploits0References5
Snyk
Snyk
added 2022/11/20 9:8 a.m.1 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS because the conversions from char to bool are undefined if the char is not 0 or 1. This can happen when printing a tensor: the data is got as a const char array and then it is typecasted to the element type. Detail...

7.5CVSS7AI score0.00389EPSS
SaveExploits0References2
OSV
OSV
added 2022/11/18 10:15 p.m.7 views

AZL-11544 CVE-2022-41911 affecting package tensorflow for versions less than 2.11.0-1

TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so...

7.5CVSS7.2AI score0.00389EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/11/18 12:0 a.m.10 views

Google TensorFlow 代码问题漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A code issue vulnerability exists in Google TensorFlow, which stems from a logical error in the organization of data, where the conversion from char to bool is undefined if the const char array is not 0...

7.5CVSS6.8AI score0.00389EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/11/18 12:0 a.m.52 views

CVE-2022-41911 Invalid char to bool conversion when printing a tensor in Tensorflow

TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so...

4.8CVSS7.6AI score0.00389EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2022/11/18 12:0 a.m.15 views

CVE-2022-41911 Invalid char to bool conversion when printing a tensor in Tensorflow

TensorFlow is an open source platform for machine learning. When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so...

4.8CVSS7.5AI score0.00389EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2022/08/15 12:0 a.m.9 views

Some ERC20 tokens don't return bool values

Lines of code Vulnerability details Impact VotingEscrow will not work for such tokens. Proof of Concept This issue is same as a previous contest. In the implementation of token transfer, the return value is checked after token transfer. But some tokens do not return bool values. After DM, I know...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/05/29 12:0 a.m.13 views

OSV-2022-436 Stack-buffer-overflow in spvtools::opt::CompositeInsertToCompositeConstruct

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47684 Crash type: Stack-buffer-overflow READ 8 Crash state: spvtools::opt::CompositeInsertToCompositeConstruct std::1::function::funcbool spvtools::opt::InstructionFolder::FoldInstructionInternal...

7.2AI score
SaveExploits0References1
Hacker One
Hacker One
added 2021/06/22 10:50 p.m.96 views

GitHub Security Lab: ihsinme: CPP Add query for CWE-783 Operator Precedence Logic Error When Use Bool Type

This bug was reported directly to GitHub Security Lab...

1.1AI score
SaveExploits0
Rows per page
Query Builder