Lucene search
+L

3746 matches found

CVE
CVE
added 2024/08/29 4:55 p.m.58 views

CVE-2024-45056

The CVE-2024-45056 entry describes a misoptimization in zksolc (Matter Labs’ Solidity compiler for ZKsync) where LLVM optimization folds (xor (shl 1, x), -1) into (rotl ~1, x). Here ~1 is generated as unsigned 64-bit (2^64-1) and is zero-extended to 256 bits on EraVM, when it should have been sig...

5.9CVSS5.8AI score0.00403EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/08/29 4:55 p.m.29 views

CVE-2024-45056 `fold (xor (shl 1, x), -1) -> (rotl ~1, x)` misoptimization in zksolc

zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold xor shl 1, x, -1 to rotl 1, x if run with optimizations enabled. Here 1 is generated as an unsigned 64 bits number 2^64-1. This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended...

5.9CVSS6.8AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/08/29 4:55 p.m.17 views

CVE-2024-45056 `fold (xor (shl 1, x), -1) -> (rotl ~1, x)` misoptimization in zksolc

zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold xor shl 1, x, -1 to rotl 1, x if run with optimizations enabled. Here 1 is generated as an unsigned 64 bits number 2^64-1. This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended...

5.9CVSS5.8AI score0.00403EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/29 4:55 p.m.60 views

CVE-2024-45056 `fold (xor (shl 1, x), -1) -> (rotl ~1, x)` misoptimization in zksolc

zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold xor shl 1, x, -1 to rotl 1, x if run with optimizations enabled. Here 1 is generated as an unsigned 64 bits number 2^64-1. This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended...

5.9CVSS0.00403EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2024/08/20 12:0 a.m.36 views

openSUSE Security Advisory (SUSE-SU-2024:1498-2)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 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...

3.7CVSS6.2AI score0.01372EPSS
SaveExploits0References9
NVD
NVD
added 2024/08/15 9:15 p.m.29 views

CVE-2024-43366

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

9.1CVSS0.00511EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/08/15 8:11 p.m.13 views

CVE-2024-43366 zkvyper ignored loop range bounds

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

7.5CVSS7.6AI score0.00511EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2024/08/15 8:11 p.m.39 views

CVE-2024-43366 zkvyper ignored loop range bounds

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

7.5CVSS0.00511EPSS
SaveExploits1References1
OSV
OSV
added 2024/08/15 8:11 p.m.15 views

CVE-2024-43366 zkvyper ignored loop range bounds

zkvyper is a Vyper compiler. Starting in version 1.3.12 and prior to version 1.5.3, since LLL IR has no Turing-incompletness restrictions, it is compiled to a loop with a much more late exit condition. It leads to a loss of funds or other unwanted behavior if the loop body contains it. However,...

7.5CVSS6.8AI score
SaveExploits0References3
CVE
CVE
added 2024/08/15 8:11 p.m.56 views

CVE-2024-43366

CVE-2024-43366 concerns the zkvyper Vyper compiler. From versions 1.3.12 up to 1.5.3, the LLL IR may be compiled into a loop with a late exit condition due to insufficient Turing-noncompleteness checks, potentially causing loss of funds or other unwanted behavior if the loop body contains it. Rea...

9.1CVSS7.6AI score0.00511EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2024/08/15 6:48 p.m.92 views

CVE-2024-42476

CVE-2024-42476 affects the Nim OAuth library prior to v0.11. The Authorization Code and Implicit flows rely on the state parameter to prevent CSRF, but when compiled with certain flags the state check can be bypassed. Version 0.11 fixes this by using a proper state validation (regular if or doAss...

6.5CVSS6.8AI score0.0024EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/08/15 6:48 p.m.61 views

CVE-2024-42476 oauth CSRF vulnerability

In the OAuth library for nim prior to version 0.11, the Authorization Code grant and Implicit grant both rely on the state parameter to prevent cross-site request forgery CSRF attacks where a resource owner might have their session associated with protected resources belonging to an attacker. Whe...

6.5CVSS0.0024EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/08/15 12:0 a.m.9 views

oauth 安全漏洞

oauth is an oauth library for nim by individual developer Yoshihiro Tanaka. A security vulnerability exists in versions prior to oauth 0.11, which stems from the use of certain compiler flags to compile projects where the state parameter may not be checked, leaving it vulnerable to cross-site...

6.5CVSS6.7AI score0.0024EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/14 2:15 p.m.6 views

CVE-2024-23907

Uncontrolled search path in some IntelR High Level Synthesis Compiler software before version 23.4 may allow an authenticated user to potentially enable escalation of privilege via local access...

7.8CVSS5.8AI score
SaveExploits0References1
NVD
NVD
added 2024/08/14 2:15 p.m.30 views

CVE-2024-23907

Uncontrolled search path in some IntelR High Level Synthesis Compiler software before version 23.4 may allow an authenticated user to potentially enable escalation of privilege via local access...

7.8CVSS0.0015EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/14 2:15 p.m.38 views

CVE-2024-21857

Uncontrolled search path for some IntelR oneAPI Compiler software before version 2024.1 may allow an authenticated user to potentially enable escalation of privilege via local access...

6.7CVSS0.00154EPSS
SaveExploits0References1
CVE
CVE
added 2024/08/14 1:45 p.m.66 views

CVE-2024-21857

CVE-2024-21857 involves an uncontrolled search path that could allow privilege escalation on Intel oneAPI components. Affected products before 2024.1 include Intel oneAPI DPC++/C++ Compiler, Fortran Compiler, oneAPI Base Toolkit, HPC Toolkit, and Distribution for Python for Windows. Root cause is...

6.7CVSS7.2AI score0.00154EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/08/14 1:45 p.m.33 views

CVE-2024-21857

Uncontrolled search path for some IntelR oneAPI Compiler software before version 2024.1 may allow an authenticated user to potentially enable escalation of privilege via local access...

6.7CVSS0.00154EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/08/14 1:45 p.m.22 views

CVE-2024-23907

Uncontrolled search path in some IntelR High Level Synthesis Compiler software before version 23.4 may allow an authenticated user to potentially enable escalation of privilege via local access...

6.7CVSS7.1AI score0.0015EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/08/14 1:45 p.m.37 views

CVE-2024-23907

Uncontrolled search path in some IntelR High Level Synthesis Compiler software before version 23.4 may allow an authenticated user to potentially enable escalation of privilege via local access...

6.7CVSS0.0015EPSS
SaveExploits0References1
Rows per page
Query Builder