Lucene search
+L

1477 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 4:23 a.m.10 views

SUSE CVE-2018-17476

Incorrect dialog placement in Cast UI in Google Chrome prior to 70.0.3538.67 allowed a remote attacker to obscure the full screen warning via a crafted HTML page...

4.3CVSS8.5AI score0.01346EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2023/02/15 3:53 a.m.8 views

SUSE CVE-2020-25666

There are 4 places in HistogramCompare in MagickCore/histogram.c where an integer overflow is possible during simple math calculations. This occurs in the rgb values and count value for a color. The patch uses casts to ssizet type for these calculations, instead of int. This flaw could impact...

5.3CVSS6.9AI score0.01177EPSS
SaveExploits1References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:52 a.m.6 views

SUSE CVE-2020-27759

In IntensityCompare of /MagickCore/quantize.c, a double value was being casted to int and returned, which in some cases caused a value outside the range of type int to be returned. The flaw could be triggered by a crafted input file under certain conditions when processed by ImageMagick. Red Hat...

5.3CVSS6.5AI score0.0114EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2023/02/15 3:52 a.m.10 views

SUSE CVE-2020-27761

WritePALMImage in /coders/palm.c used sizet casts in several areas of a calculation which could lead to values outside the range of representable type unsigned long undefined behavior when a crafted input file was processed by ImageMagick. The patch casts to ssizet instead to avoid this issue. Re...

5.3CVSS6.5AI score0.01088EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:52 a.m.9 views

SUSE CVE-2020-27764

In /MagickCore/statistic.c, there are several areas in ApplyEvaluateOperator where a sizet cast should have been a ssizet cast, which causes out-of-range values under some circumstances when a crafted input file is processed by ImageMagick. Red Hat Product Security marked this as Low severity...

5.3CVSS6.5AI score0.01161EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.9 views

SUSE CVE-2021-41202

TensorFlow is an open source platform for machine learning. In affected versions while calculating the size of the output within the tf.range kernel, there is a conditional statement of type int64 = condition ? int64 : double. Due to C++ implicit conversion rules, both branches of the condition...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:35 a.m.6 views

SUSE CVE-2022-0469

Use after free in Cast in Google Chrome prior to 98.0.4758.80 allowed a remote attacker who convinced a user to engage in specific interactions to potentially exploit heap corruption via a crafted HTML page...

8.8CVSS7.5AI score0.00728EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 3:34 a.m.8 views

SUSE CVE-2022-0790

Use after free in Cast UI in Google Chrome prior to 99.0.4844.51 allowed a remote attacker who convinced a user to engage in specific user interaction to potentially perform a sandbox escape via a crafted HTML page...

9.6CVSS8.9AI score0.00932EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 3:34 a.m.6 views

SUSE CVE-2022-0793

Use after free in Cast in Google Chrome prior to 99.0.4844.51 allowed an attacker who convinced a user to install a malicious extension and engage in specific user interaction to potentially exploit heap corruption via a crafted Chrome Extension...

8.8CVSS8.9AI score0.00748EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2023/02/15 3:34 a.m.11 views

SUSE CVE-2022-0800

Heap buffer overflow in Cast UI in Google Chrome prior to 99.0.4844.51 allowed a remote attacker who convinced a user to engage in specific user interaction to potentially exploit heap corruption via a crafted HTML page...

8.8CVSS9AI score0.01037EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 3:34 a.m.10 views

SUSE CVE-2022-1131

Use after free in Cast UI in Google Chrome prior to 100.0.4896.60 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

8.8CVSS7.5AI score0.00868EPSS
SaveExploits1References4
Code423n4
Code423n4
added 2023/02/03 12:00 a.m.16 views

int128 cast underflow in _receiveDripsResult()

Lines of code Vulnerability details Impact In receiveDripsResult, the type cast of uint128 could underflow, and result in wrong receivedAmt. The impacts could be: wrong amount being transferred to users and drain the protocol fund inaccurate transfer amount, some users lose fund and some receive...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/02/01 12:00 a.m.23 views

Unsafe cast on uniswapV3SwapCallback can get all assets in the contract

Lines of code Vulnerability details Unsafe cast on uniswapV3SwapCallback can get all assets in the contract Summary Type cast with overflows doesn't throw an error / revert therefore, value can be transferred out just by calling the method. Contracts that inherit from SwapHelper:...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/12/30 5:48 p.m.21 views

GHSA-GFGM-CHR3-X6PX prettytable-rs: Force cast a &Vec<T> to &[T] may lead to undefined behavior

In function Table::asref, a reference of vector is force cast to slice. There are multiple problems here: 1. To guarantee the size is correct, we have to first do Vec::shrinktofit. The function requires a mutable reference, so we have to force cast from immutable to mutable, which is undefined...

7.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/12/30 5:48 p.m.27 views

prettytable-rs: Force cast a &Vec<T> to &[T] may lead to undefined behavior

In function Table::asref, a reference of vector is force cast to slice. There are multiple problems here: 1. To guarantee the size is correct, we have to first do Vec::shrinktofit. The function requires a mutable reference, so we have to force cast from immutable to mutable, which is undefined...

1.7AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/12/02 12:00 p.m.19 views

RUSTSEC-2022-0074 Force cast a &Vec<T> to &[T]

In function Table::asref, a reference of vector is force cast to slice. There are multiple problems here: 1. To guarantee the size is correct, we have to first do Vec::shrinktofit. The function requires a mutable reference, so we have to force cast from immutable to mutable, which is UB. 2. Even ...

7.1AI score
SaveExploits0References3
OSV
OSV
added 2022/11/18 10:15 p.m.10 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.00411EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/11/10 10:15 p.m.6 views

CVE-2022-40225

A vulnerability has been identified in SIPLUS TIM 1531 IRC 6AG1543-1MX00-7XE0 All versions V2.4.8, TIM 1531 IRC 6GK7543-1MX00-0XE0 All versions V2.4.8. Casting an internal value could lead to floating point exception under certain circumstances. This could allow an attacker to cause a denial of...

7.5CVSS7AI score0.00622EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2022/11/01 12:00 a.m.6 views

PT-2022-26366 · Unknown · Oxenstored

Name of the Vulnerable Software and Affected Versions: Oxenstored versions 32-bit builds Description: The issue arises from the Ocaml Xenbus library taking a C uint32 t out of the ring and casting it directly to an Ocaml integer. In 32-bit builds, this causes a truncation of the most significant...

8.8CVSS6.1AI score0.00301EPSS
SaveExploits0References62
Code423n4
Code423n4
added 2022/10/23 12:00 a.m.11 views

Unsafe downcast operations can lead to silent failures

Lines of code Vulnerability details Solidity won't perform automatic checks when downcasting and it's possible for some fields to overflow while adding tiers. Proof of Concept Assume that in JBTiered721DelegateStore.recordAddTiers, one item for tiersToAdd contains votingUnits bigger than the size...

7AI score
SaveExploits0
Rows per page
Query Builder