mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/cjson: security bump to version 1.7.19
Fixes the following security issue: CVE-2025-57052: cJSON 1.5.0 through 1.7.18 allows out-of-bounds access via the decode_array_index_from_pointer function in cJSON_Utils.c, allowing remote attackers to bypass array bounds checking and access restricted data via malformed JSON pointer strings containing alphanumeric characters https://nvd.nist.gov/vuln/detail/CVE-2025-57052 https://x-0r.com/posts/cJSON-Array-Index-Parsing-Vulnerability74e1ff4994https://github.com/DaveGamble/cJSON/releases/tag/v1.7.19 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commita93602c00b) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
b5d851e7cf
commit
e6423ca550
@@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5 cjson-1.7.18.tar.gz
|
||||
sha256 7fa616e3046edfa7a28a32d5f9eacfd23f92900fe1f8ccd988c1662f30454562 cjson-1.7.19.tar.gz
|
||||
sha256 a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CJSON_VERSION = 1.7.18
|
||||
CJSON_VERSION = 1.7.19
|
||||
CJSON_SITE = $(call github,DaveGamble,cjson,v$(CJSON_VERSION))
|
||||
CJSON_INSTALL_STAGING = YES
|
||||
CJSON_LICENSE = MIT
|
||||
|
||||
Reference in New Issue
Block a user