Lucene search
+L

224 matches found

ATTACKERKB
ATTACKERKB
added 2022/11/01 1:15 p.m.8 views

CVE-2022-42324

Oxenstored 32-31 bit integer truncation issues Integers in Ocaml are 63 or 31 bits of signed precision. The Ocaml Xenbus library takes a C uint32t out of the ring and casts it directly to an Ocaml integer. In 64-bit Ocaml builds this is fine, but in 32-bit builds, it truncates off the most...

5.5CVSS5.8AI score0.00282EPSS
SaveExploits0References12
Fedora
Fedora
added 2022/09/21 1:13 a.m.46 views

[SECURITY] Fedora 36 Update: libconfuse-3.3-7.fc36

libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and lists of values strings, integers, floats, booleans or other sections, as well as some other features such as single/double-quoted strings, environment variab...

8.8CVSS2.3AI score0.01321EPSS
SaveExploits1
Fedora
Fedora
added 2022/09/16 12:18 a.m.40 views

[SECURITY] Fedora 37 Update: libconfuse-3.3-7.fc37

libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and lists of values strings, integers, floats, booleans or other sections, as well as some other features such as single/double-quoted strings, environment variab...

8.8CVSS2.3AI score0.01321EPSS
SaveExploits1
Mageia
Mageia
added 2022/07/29 8:53 p.m.114 views

Updated python-ujson packages fix security vulnerability

Add support for arbitrary size integers. Replace 'wchart' string decoding implementation with a 'uint32t'-based one; fix handling of surrogates on decoding CVE-2022-31116 Potential double free of buffer during string decoding - Fix memory leak on encoding errors when the buffer was resized -...

7.5CVSS3AI score0.02473EPSS
SaveExploits1References2
OSV
OSV
added 2022/06/20 11:15 a.m.6 views

CVE-2021-25121

The Rating by BestWebSoft WordPress plugin before 1.6 does not validate the submitted rating, allowing submission of long integer, causing a Denial of Service on the post/page when a user submit such rating...

6.5CVSS5.8AI score0.01215EPSS
SaveExploits2References1
Positive Technologies
Positive Technologies
added 2022/02/16 12:00 a.m.11 views

PT-2022-7627 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the ASoC component in the Linux kernel, specifically with the function snd soc put volsw. The problem arises because the limits of the control can be signed...

8.4CVSS6.5AI score0.01915EPSS
SaveExploits14References1832
Positive Technologies
Positive Technologies
added 2022/02/11 12:00 a.m.26 views

PT-2022-7693 · Google +7 · Go +7

Name of the Vulnerable Software and Affected Versions: Go versions prior to 1.16.14 Go versions 1.17.x prior to 1.17.7 Description: The issue is related to the Curve.IsOnCurve component in the Golang programming language, which is associated with incorrect checking of the return value of a method...

9.8CVSS7.2AI score0.10874EPSS
SaveExploits9References177
Prion
Prion
added 2021/12/13 9:15 p.m.19 views

Type confusion

Besu is an Ethereum client written in Java. Starting in version 21.10.0, changes in the implementation of the SHL, SHR, and SAR operations resulted in the introduction of a signed type coercion error in values that represent negative values for 32 bit signed integers. Smart contracts that ask for...

5CVSS7.6AI score0.01417EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2021/12/13 9:10 p.m.66 views

CVE-2021-41272

CVE-2021-41272 affects the Besu Ethereum client (Java). Beginning with 21.10.0, changes to SHL/SHR/SAR caused a signed type coercion error for negative values in 32-bit integers. Consequence: on networks with mixed vulnerable/non‑vulnerable miners, forks may occur and affected transactions may be...

7.5CVSS7.6AI score0.01417EPSS
SaveExploits0References3Affected Software1
GithubExploit
GithubExploit
added 2021/09/20 9:49 a.m.31 views

Exploit for Out-of-bounds Write in Google Chrome

PoC-CVE-2021-30632 PoC CVE-2021-30632 - Out of bounds write in...

8.8CVSS9.6AI score0.6319EPSS
SaveExploits3
OSV
OSV
added 2021/08/25 8:50 p.m.31 views

GHSA-M9M5-CG5H-R582 Improper random number generation in nanorand

In versions of nanorand prior to 0.5.1, RandomGen implementations for standard unsigned integers could fail to properly generate numbers, due to using bit-shifting to truncate a 64-bit number, rather than just an as conversion. This often manifested as RNGs returning nothing but 0, including the...

5.1CVSS9.4AI score0.01515EPSS
SaveExploits0References5
OSV
OSV
added 2021/04/29 9:52 p.m.13 views

GHSA-4MG9-VHXQ-VM7J SQL Server LIMIT / OFFSET SQL Injection in laravel/framework and illuminate/database

Impact Those using SQL Server with Laravel and allowing user input to be passed directly to the limit and offset functions are vulnerable to SQL injection. Other database drivers such as MySQL and Postgres are not affected by this vulnerability. Patches This problem has been patched on Laravel...

7.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/04/29 9:52 p.m.187 views

SQL Server LIMIT / OFFSET SQL Injection in laravel/framework and illuminate/database

Impact Those using SQL Server with Laravel and allowing user input to be passed directly to the limit and offset functions are vulnerable to SQL injection. Other database drivers such as MySQL and Postgres are not affected by this vulnerability. Patches This problem has been patched on Laravel...

3.5AI score
SaveExploits0References4Affected Software2
NVD
NVD
added 2021/02/10 4:15 p.m.22 views

CVE-2020-24837

An integer underflow has been found in the latest version of ZCFees. The variables 'currPeriodIdx' and 'lastPeriodExecIdx' are both unsigned integers, and the result of the minus operation may be a negative integer which leads to an underflow. The attackers can modify the current timestamp of the...

7.5CVSS0.01568EPSS
SaveExploits0References1
Prion
Prion
added 2021/02/10 4:15 p.m.21 views

Integer overflow

An integer underflow has been found in the latest version of ZCFees. The variables 'currPeriodIdx' and 'lastPeriodExecIdx' are both unsigned integers, and the result of the minus operation may be a negative integer which leads to an underflow. The attackers can modify the current timestamp of the...

5CVSS7.6AI score0.01568EPSS
SaveExploits0References1
RustSec
RustSec
added 2020/12/09 12:00 p.m.28 views

nanorand 0.5.0 - RNGs failed to generate properly for non-64-bit numbers

In versions of nanorand prior to 0.5.1, RandomGen implementations for standard unsigned integers could fail to properly generate numbers, due to using bit-shifting to truncate a 64-bit number, rather than just an as conversion. This often manifested as RNGs returning nothing but 0, including the...

9.8CVSS2.8AI score0.01515EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2020/12/09 12:00 p.m.60 views

RUSTSEC-2020-0089 nanorand 0.5.0 - RNGs failed to generate properly for non-64-bit numbers

In versions of nanorand prior to 0.5.1, RandomGen implementations for standard unsigned integers could fail to properly generate numbers, due to using bit-shifting to truncate a 64-bit number, rather than just an as conversion. This often manifested as RNGs returning nothing but 0, including the...

5.1CVSS9.4AI score0.01515EPSS
SaveExploits0References3
Talos
Talos
added 2020/11/12 12:00 a.m.126 views

Pixar OpenUSD Binary File Format Compressed Value Reps Code Execution Vulnerabilities

Summary A heap overflow vulnerability exists in the Pixar OpenUSD 20.05 while parsing compressed value rep arrays in binary USD files. A specially crafted malformed file can trigger a heap overflow, which can result in remote code execution. To trigger this vulnerability, the victim needs to acce...

8.8CVSS7.8AI score0.02669EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2020/10/21 12:00 a.m.12 views

PT-2020-6971 · Python +7 · Python +7

Name of the Vulnerable Software and Affected Versions: Python versions prior to 3.9.2 Description: The issue is related to the read ints function in the plistlib.py component of the Python interpreter, which is vulnerable to uncontrolled resource consumption. This can be exploited by a remote...

9.8CVSS6.2AI score0.51733EPSS
SaveExploits32References245
OSV
OSV
added 2020/09/14 7:15 p.m.10 views

UBUNTU-CVE-2020-25576

An issue was discovered in the randcore crate before 0.4.2 for Rust. Casting of byte slices to integer slices mishandles alignment constraints...

9.8CVSS7.3AI score0.01558EPSS
SaveExploits0References4
Rows per page
Query Builder