12020 matches found
Default credentials
When a file is processed, an infinite loop occurs in nextinline of the morecurly function...
CVE-2021-33642
When a file is processed, an infinite loop occurs in nextinline of the morecurly function...
PT-2023-12221 · Openeuler · Byacc
Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: When a file is processed, an infinite loop occurs in the next inline function of the more curly function. Recommendations: At the moment, there is no...
CVE-2021-33642
CVE-2021-33642 (byacc) is confirmed to cause an infinite loop in next_inline() inside the more_curly() function when processing files. Connected sources enumerate affected packages across multiple Linux distributions (e.g., Red Hat, Amazon Linux, EulerOS, OpenVAS entries), with CVE-2021-33641 als...
CVE-2021-33642
When a file is processed, an infinite loop occurs in nextinline of the morecurly function...
openSUSE 15 Security Update : php7 (SUSE-SU-2022:3830-1)
The remote openSUSE 15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:3830-1 advisory. - CVE-2022-31628: Fixed an uncontrolled recursion in the phar uncompressor while decompressing 'quines' gzip files. bsc1203867 - CVE-2022-31629: Fixe...
GSD-2023-1001534 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
tracing: Fix infinite loop in tracingreadpipe on overflowed printtraceline This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.337 by commit...
GSD-2023-1001279 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
tracing: Fix infinite loop in tracingreadpipe on overflowed printtraceline This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.163 by commit...
GSD-2023-1000922 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
tracing: Fix infinite loop in tracingreadpipe on overflowed printtraceline This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.87 by commit...
GSD-2023-1000472 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
tracing: Fix infinite loop in tracingreadpipe on overflowed printtraceline This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.18 by commit...
CVE-2022-46285
A flaw was found in libXpm. This issue occurs when parsing a file with a comment not closed; the end-of-file condition will not be detected, leading to an infinite loop and resulting in a Denial of Service in the application linked to the library...
CVE-2022-44617
A flaw was found in libXpm. When processing a file with width of 0 and a very large height, some parser functions will be called repeatedly and can lead to an infinite loop, resulting in a Denial of Service in the application linked to the library...
UBUNTU-CVE-2022-46285
A flaw was found in libXpm. This issue occurs when parsing a file with a comment not closed; the end-of-file condition will not be detected, leading to an infinite loop and resulting in a Denial of Service in the application linked to the library...
CVE-2022-46285
A flaw was found in libXpm. This issue occurs when parsing a file with a comment not closed; the end-of-file condition will not be detected, leading to an infinite loop and resulting in a Denial of Service in the application linked to the library...
libXpm -- Issues handling XPM files
The X.Org project reports: CVE-2022-46285: Infinite loop on unclosed comments When reading XPM images from a file with libXpm 3.5.14 or older, if a comment in the file is not closed i.e. a C-style comment starts with "/" and is missing the closing "/", the ParseComment function will loop forever...
CVE-2022-44617
A flaw was found in libXpm. When processing a file with width of 0 and a very large height, some parser functions will be called repeatedly and can lead to an infinite loop, resulting in a Denial of Service in the application linked to the library...
PT-2023-33549 · Linux · Linux Kernel
Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.18 Description: The issue is related to an infinite loop in tracing read pipe on overflowed print trace line. This problem was introduced in version v2.6.27 and is fixed in Linux Kernel version v6.0.18. The...
UBUNTU-CVE-2022-44617
A flaw was found in libXpm. When processing a file with width of 0 and a very large height, some parser functions will be called repeatedly and can lead to an infinite loop, resulting in a Denial of Service in the application linked to the library...
Denial Of Service (DoS)
github.com/btcsuite/go-socks is vulnerable to Denial of Service DoS. The vulnerability exists because the RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program through a stack overflow...
Use reentrancyGuard for safeTransferFrom
Lines of code Vulnerability details Impact A reentrancy guard is a mechanism used to prevent reentrant calls in smart contracts, which can be a security vulnerability. Reentrancy can happen when a malicious contract calls the "safeTransferFrom" function and then calls it again before the first ca...