Lucene search
+L

67 matches found

Prion
Prion
added 2022/04/05 4:15 p.m.19 views

Integer overflow

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

5CVSS8AI score0.03472EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2022/04/05 4:15 p.m.8 views

UBUNTU-CVE-2022-24795

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

7.5CVSS7.5AI score0.03472EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2022/04/05 4:15 p.m.36 views

CVE-2022-24795

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

7.5CVSS7.2AI score0.03472EPSS
SaveExploits1References5
OSV
OSV
added 2022/04/05 3:55 p.m.34 views

GHSA-JJ47-X69X-MXRM Buffer Overflow in yajl-ruby

NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3 The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. Detail...

5.9CVSS7.7AI score0.03472EPSS
SaveExploits1References10
Github Security Blog
Github Security Blog
added 2022/04/05 3:55 p.m.35 views

Buffer Overflow in yajl-ruby

NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3 The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. Detail...

7.5CVSS0.4AI score0.03472EPSS
SaveExploits1References10Affected Software1
CNNVD
CNNVD
added 2022/04/05 12:0 a.m.2 views

yajl-ruby 安全漏洞

yajl-ruby is a streaming JSON parsing and encoding library for Ruby by Brian Lopez, an individual developer in the United States. A security vulnerability exists in yajl-ruby that originates from a heap memory corruption when processing input larger than 2GB...

7.5CVSS7AI score0.03472EPSS
SaveExploits1References15
Debian CVE
Debian CVE
added 2022/04/05 12:0 a.m.57 views

CVE-2022-24795

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

7.5CVSS8AI score0.03472EPSS
SaveExploits1
Cvelist
Cvelist
added 2022/04/05 12:0 a.m.28 views

CVE-2022-24795 Buffer Overflow and Integer Overflow in yajl-ruby

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

5.9CVSS8.5AI score0.03472EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2022/04/05 12:0 a.m.6 views

PT-2022-7111 · Yajl-Ruby +10 · Yajl-Ruby +10

Name of the Vulnerable Software and Affected Versions: yajl-ruby versions 1.x through 2.x Description: The issue is related to an integer overflow in the yajl-ruby library, which leads to heap memory corruption when dealing with large inputs 2GB. The reallocation logic at yajl buf.cL64 may result...

7.8CVSS7.1AI score0.03798EPSS
SaveExploits3References90
CVE
CVE
added 2022/04/05 12:0 a.m.217 views

CVE-2022-24795

The CVE-2022-24795 issue affects yajl (and its ruby binding yajl-ruby). A 32-bit size_t-based integer overflow in the reallocation logic (yajl_buf.c) can cause under-allocation when handling very large inputs (~2 GB), leading to heap memory corruption and potential process availability impact. On...

7.5CVSS7.6AI score0.03472EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2017/12/21 4:48 p.m.10 views

SUSE-RU-2017:3408-1 Recommended update for rubygem-yajl-ruby

This update for rubygem-yajl-ruby provides the following fixes: - Update to version 1.3.1 - Fix crafted JSON file allows to crash ruby process with a SIGABRT bsc1066565, CVE-2017-1651...

5.4CVSS6.9AI score0.00711EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2017/12/11 2:19 p.m.29 views

CVE-2017-16516

In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

7.5CVSS2.3AI score0.03798EPSS
SaveExploits1References1
OSV
OSV
added 2017/11/28 10:44 p.m.33 views

GHSA-WWH7-4JW9-33X6 yajl-ruby gem Denial of Service vulnerability

In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

7.5CVSS7.2AI score0.03798EPSS
SaveExploits1References11
Github Security Blog
Github Security Blog
added 2017/11/28 10:44 p.m.41 views

yajl-ruby gem Denial of Service vulnerability

In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

7.5CVSS7.2AI score0.03798EPSS
SaveExploits1References11Affected Software1
Github Security Blog
Github Security Blog
added 2017/11/28 10:19 p.m.37 views

Low severity vulnerability that affects

In all version of the yajl-ruby gem prior to 1.3.0 for Ruby, when a crafted JSON file is supplied to the parser, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

7.5CVSS3.8AI score0.03798EPSS
SaveExploits1References1
CNVD
CNVD
added 2017/11/09 12:0 a.m.8 views

Ruby yajl-ruby gem denial of service vulnerability

Ruby is a cross-platform, object-oriented, dynamically typed programming language developed by Japanese software developer Yukihiro Matsumoto. yajl-ruby gem is one of the stream-based parsing library. A security vulnerability exists in the 'yajlstringdecode' function in the yajlencode.c file in...

7.5CVSS6.8AI score0.03798EPSS
SaveExploits1References1
Veracode
Veracode
added 2017/11/06 12:19 a.m.29 views

Denial Of Service (DoS)

yajl-ruby is vulnerable to denial of service DoS attacks. When parsing JSON files, the application can be crashed with a SIGABRT, terminating the ruby process and causing a DoS condition...

7.5CVSS7.1AI score0.03798EPSS
SaveExploits1References5Affected Software3
NVD
NVD
added 2017/11/03 3:29 p.m.19 views

CVE-2017-16516

In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

7.5CVSS7.3AI score0.03798EPSS
SaveExploits1References5
OSV
OSV
added 2017/11/03 3:29 p.m.3 views

DEBIAN-CVE-2017-16516

In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

7.5CVSS6.8AI score0.03798EPSS
SaveExploits1References1
Prion
Prion
added 2017/11/03 3:29 p.m.22 views

Denial of service

In the yajl-ruby gem 1.3.0 for Ruby, when a crafted JSON file is supplied to Yajl::Parser.new.parse, the whole ruby process crashes with a SIGABRT in the yajlstringdecode function in yajlencode.c. This results in the whole ruby process terminating and potentially a denial of service...

5CVSS7.2AI score0.03798EPSS
SaveExploits1References5Affected Software2
Rows per page
Query Builder