Lucene search
+L

1062 matches found

Github Security Blog
Github Security Blog
added 2024/09/04 8:18 p.m.25 views

sigstore-go has an unbounded loop over untrusted input can lead to endless data attack

Impact sigstore-go is susceptible to a denial of service attack when a verifier is provided a maliciously crafted Sigstore Bundle containing large amounts of verifiable data, in the form of signed transparency log entries, RFC 3161 timestamps, and attestation subjects. The verification of these...

7.5CVSS6.7AI score0.00468EPSS
SaveExploits0References7Affected Software1
Veracode
Veracode
added 2024/08/16 9:40 a.m.24 views

Insecure Permissions

com.xuxueli, xxl-job-core is vulnerable to Insecure Permissions. The vulnerability is due to improper access control and validation in the Sub-Task ID component. This allowing attackers to manipulate it to execute arbitrary code by crafting malicious input...

8.8CVSS7.6AI score0.00886EPSS
SaveExploits1References2Affected Software1
RedHat Linux
RedHat Linux
added 2024/07/02 3:39 p.m.21 views

python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()

A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode function can trigger an uncontrolled resource consumption, resulting in a denial of service...

7.5CVSS6.8AI score0.01386EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2024/06/03 3:47 p.m.15 views

python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()

A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode function can trigger an uncontrolled resource consumption, resulting in a denial of service...

7.5CVSS6.8AI score0.01386EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2024/05/14 6:30 p.m.211 views

Uncontrolled resource consumption in braces

The NPM package braces fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing...

7.5CVSS6.6AI score0.01471EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2024/05/14 3:42 p.m.13 views

AZL-44020 CVE-2024-4068 affecting package nodejs-nodemon 2.0.3-4

The NPM package braces, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating...

7.5CVSS6.7AI score0.01471EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2024/05/13 10:06 a.m.48 views

CVE-2024-4068

The NPM package braces, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating...

7.5CVSS7.4AI score0.01471EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2024/04/30 1:33 p.m.10 views

golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads

A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs​. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.goL113. The objects leaked are pkey​ and ctx​. That functi...

7.5CVSS7.2AI score0.01533EPSS
SaveExploits0References9
NVD
NVD
added 2024/03/25 8:15 p.m.34 views

CVE-2024-28244

KaTeX is a JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions could encounter malicious input using \def or \newcommand that causes a near-infinite loop, despite setting maxExpand to avoid such loops. KaTeX supports an option named...

6.5CVSS6.5AI score0.02155EPSS
SaveExploits0References2
NVD
NVD
added 2024/03/25 8:15 p.m.34 views

CVE-2024-28246

KaTeX is a JavaScript library for TeX math rendering on the web. Code that uses KaTeX's trust option, specifically that provides a function to blacklist certain URL protocols, can be fooled by URLs in malicious inputs that use uppercase characters in the protocol. In particular, this can allow fo...

5.5CVSS5.5AI score0.00406EPSS
SaveExploits0References2
CVE
CVE
added 2024/03/25 8:00 p.m.112 views

CVE-2024-28246

KaTeX vulnerability CVE-2024-28246 arises from missing normalization of URL protocols, allowing uppercase variants to bypass a trust check and generate javascript: links in output. Affected: KaTeX JavaScript library; root cause: protocol case handling in trust function; impact: potential executio...

5.5CVSS5.4AI score0.00406EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/25 7:45 p.m.19 views

CVE-2024-28244 KaTeX's maxExpand bypassed by Unicode sub/superscripts

KaTeX is a JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions could encounter malicious input using \def or \newcommand that causes a near-infinite loop, despite setting maxExpand to avoid such loops. KaTeX supports an option named...

6.5CVSS7.1AI score0.02155EPSS
SaveExploits0References2
CVE
CVE
added 2024/03/25 7:45 p.m.125 views

CVE-2024-28244

KaTeX, a JavaScript library for web TeX rendering, has a vulnerability where Unicode subscript/superscript characters create separate Parser instances that do not inherit the parent macro-execution limit, bypassing maxExpand and allowing near-infinite loops. This affects inputs rendering untruste...

6.5CVSS6.5AI score0.02155EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/03/25 7:40 p.m.32 views

CVE-2024-28243 KaTeX's maxExpand bypassed by \edef

KaTeX is a JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions could encounter malicious input using \edef that causes a near-infinite loop, despite setting maxExpand to avoid such loops. This can be used as an availability attack, where...

6.5CVSS6.3AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/03/25 7:40 p.m.14 views

CVE-2024-28243 KaTeX's maxExpand bypassed by \edef

KaTeX is a JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions could encounter malicious input using \edef that causes a near-infinite loop, despite setting maxExpand to avoid such loops. This can be used as an availability attack, where...

6.5CVSS6.6AI score0.01414EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/03/25 12:00 a.m.13 views

PT-2024-22358

Name of the Vulnerable Software and Affected Versions KaTeX versions prior to 0.16.10 Description KaTeX is a JavaScript library for TeX math rendering on the web. Users who render untrusted mathematical expressions could encounter malicious input using edef that causes a near-infinite loop, despi...

7.2CVSS6.2AI score0.01414EPSS
SaveExploits0References25
Exploit DB
Exploit DB
added 2024/03/25 12:00 a.m.318 views

LBT-T300-mini1 - Remote Buffer Overflow

include include define MAXLEN 256 define BUFFEROVERRUNLENGTH 50 define SHELLCODELENGTH 32 // NOP sled to increase the chance of successful shellcode execution char nopsledSHELLCODELENGTH =...

5.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/19 5:00 a.m.56 views

CVE-2024-21503

Versions of the package black before 24.3.0 are vulnerable to Regular Expression Denial of Service ReDoS via the lineswithleadingtabsexpanded function in the strings.py file. An attacker could exploit this vulnerability by crafting a malicious input that causes a denial of service. Exploiting thi...

5.3CVSS6.2AI score0.00979EPSS
SaveExploits0
Veracode
Veracode
added 2024/03/11 6:02 a.m.34 views

Denial Of Service (DoS)

JWX is vulnerable to Denial of Service DoS. The vulnerability is caused due improper checking of the decompressed data size, allowing an attacker to craft a malicious input with an exceptionally high compression ratio, leading to a Denial of Service DoS condition by consuming excessive memory...

6.8CVSS6.5AI score0.0057EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/03/08 2:15 a.m.11 views

CVE-2024-23294

This issue was addressed by removing the vulnerable code. This issue is fixed in macOS Sonoma 14.4. Processing malicious input may lead to code execution...

7.8CVSS5.9AI score0.00276EPSS
SaveExploits0References3
Rows per page
Query Builder