Lucene search
K

3601 matches found

RedHat Linux
RedHat Linux
added 2024/10/02 12:40 a.m.16 views

Important: Red Hat Security Advisory: golang security update

An update for golang is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

7.5CVSS6.9AI score0.00298EPSS
Exploits0References2
OSV
OSV
added 2024/10/02 12:0 a.m.15 views

ALSA-2024:7550 Moderate: golang security update

The golang packages provide the Go programming language compiler. Security Fixes: golang-fips: Golang FIPS zeroed buffer CVE-2024-9355 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE pages listed in t...

6.5CVSS6.9AI score0.0007EPSS
Exploits0References4
Redos
Redos
added 2024/10/02 12:0 a.m.19 views

ROS-20241001-16

The compiler vulnerability for writing Babel JavaScript code is related to the use of plugins that rely on Babel's internal path.evaluate or path.evaluateTruthy methods. Exploitation of the of the vulnerability could allow an attacker to execute arbitrary code...

9.3CVSS7.6AI score0.00093EPSS
Exploits0
Rockylinux
Rockylinux
added 2024/09/30 2:30 p.m.5 views

llvm-toolset:rhel8 bug fix and enhancement update

An update is available for lld, compiler-rt, module.lld, lldb, python-lit, module.python-lit, module.lldb, llvm, libomp, module.compiler-rt, clang, module.libomp, module.llvm, module.clang. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a...

7.4AI score
Exploits0
OSV
OSV
added 2024/09/25 10:21 p.m.2 views

USN-7035-1 apparmor vulnerability

It was discovered that the AppArmor policy compiler incorrectly generated looser restrictions than expected for rules allowing mount operations. A local attacker could possibly use this to bypass AppArmor restrictions in applications where some mount operations were permitted...

9.8CVSS7.3AI score0.00086EPSS
Exploits0References3
vulnersOsv
vulnersOsv
added 2024/09/19 6:30 p.m.0 views

llvm-ir-dataset-utils (=0.2.0), ml-compiler-opt (>=0.0.1.dev202306210145 <=0.0.1.dev202401270006) +3 more potentially affected by CVE-2024-8375 via dm-reverb (>=0.11.0 <=0.14.0)

dm-reverb PYPI version =0.11.0, =0.0.1.dev202306210145, =0.4.4, =3.0.1, =3.2.5 Source cves: CVE-2024-8375 Source advisory: OSV:GHSA-W69Q-W4H4-2FX8...

7.8CVSS5.8AI score0.00032EPSS
Exploits0
OSV
OSV
added 2024/09/10 4:40 p.m.11 views

MGASA-2024-0288 Updated orc packages fix security vulnerability

Stack-based buffer overflow vulnerability exists in orcparse.c of ORC versions prior to 0.4.39. If a developer is tricked to process a specially crafted file with the affected ORC compiler, an arbitrary code may be executed on the developer's build environment. This may lead to compromise of...

7CVSS6.6AI score0.00061EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 8:20 p.m.12 views

CVE-2024-44968

In the Linux kernel, the following vulnerability has been resolved: tick/broadcast: Move per CPU pointer access into the atomic section The recent fix for making the take over of the broadcast timer more reliable retrieves a per CPU pointer in preemptible context. This went unnoticed as compilers...

4.4CVSS7AI score0.00036EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/09/04 6:56 p.m.18 views

CVE-2024-44968 tick/broadcast: Move per CPU pointer access into the atomic section

In the Linux kernel, the following vulnerability has been resolved: tick/broadcast: Move per CPU pointer access into the atomic section The recent fix for making the take over of the broadcast timer more reliable retrieves a per CPU pointer in preemptible context. This went unnoticed as compilers...

0.00036EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2024/09/03 12:0 a.m.13 views

Oracle Linux 9 : orc (ELSA-2024-6184)

The remote Oracle Linux 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2024-6184 advisory. - Add patch for CVE-2024-40897 Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that Nessus has not...

7CVSS7AI score0.00061EPSS
Exploits0References2
CNNVD
CNNVD
added 2024/09/02 12:0 a.m.4 views

Overleaf 安全漏洞

Overleaf is an open source online real-time collaborative LaTeX editor from Overleaf Open Source. A security vulnerability exists in Overleaf that stems from an insecure configuration of the LaTeX compiler by default...

5.4CVSS6.8AI score0.00327EPSS
Exploits0References5
NVD
NVD
added 2024/08/29 5:15 p.m.11 views

CVE-2024-45056

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.00309EPSS
Exploits0References2
CVE
CVE
added 2024/08/29 4:55 p.m.49 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.00309EPSS
Exploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/29 4:55 p.m.13 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.00309EPSS
Exploits0References2
OSV
OSV
added 2024/08/29 4:55 p.m.10 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 score0.00309EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/08/29 4:55 p.m.16 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.00309EPSS
Exploits0References2
OpenVAS
OpenVAS
added 2024/08/20 12:0 a.m.23 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.00669EPSS
Exploits0References9
NVD
NVD
added 2024/08/15 9:15 p.m.12 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.00194EPSS
Exploits1References1
CVE
CVE
added 2024/08/15 8:11 p.m.48 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.00194EPSS
Exploits1References1Affected Software1
OSV
OSV
added 2024/08/15 8:11 p.m.8 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 score0.00194EPSS
Exploits1References3
Rows per page
Query Builder