An update that solves 2 vulnerabilities and has 2 bug fixes can now be installed.. openSUSE security update: security update for cjson ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:20340-1 Rating: important References: * bsc#1241502 * bsc#1249112 Cross-References: * CVE-2023-26819 * CVE-2025-57052 CVSS scores: * CVE-2023-26819 ( SUSE ): 2.9 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L * CVE-2023-26819 ( SUSE ): 2.1 CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N * CVE-2025-57052 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-57052 ( SUSE ): 8.2 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N Affected Products: openSUSE Leap 16.0 ------------------------------------------------------------- An update that solves 2 vulnerabilities and has 2 bug fixes can now be installed. Description: This update for cJSON fixes the following issues: - Update to version 1.7.19 * Check for NULL in cJSON_DetachItemViaPointer. * Check overlap before calling strcpy in cJSON_SetValuestring. * Fix Max recursion depth for cJSON_Duplicate to prevent stack exhaustion. * Allocate memory for the temporary buffer when paring numbers. This fixes CVE-2023-26819. (bsc#1241502) * Fix the incorrect check in decode_array_index_from_pointer. This fixes CVE-2025-57052. (bsc#1249112) - Remove not longer needed patch for NULL to deallocated pointers. Patch instructions: To install this openSUSE security update use the suse recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: - openSUSE Leap 16.0 zypper in -t patch openSUSE-Leap-16.0-369=1 Package List: - openSUSE Leap 16.0: cJSON-devel-1.7.19-160000.1.1 libcjson1-1.7.19-160000.1.1 References: * https://www.suse.com/security/cve/CVE-2023-26819.html * https://www.suse.com/security/cve/CVE-2025-57052.html . Importantsecurity update for openSUSE containing fixes for cJSON vulnerabilities and bug fixes to enhance system stability.. openSUSE security cJSON vulnerability fix. . Severity: Important. LinuxSecurity.com Team
Several security issues were fixed in cJSON.. ========================================================================== Ubuntu Security Notice USN-7973-1 January 23, 2026 cjson vulnerabilities ========================================================================== A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 25.10 - Ubuntu 24.04 LTS - Ubuntu 22.04 LTS - Ubuntu 20.04 LTS Summary: Several security issues were fixed in cJSON. Software Description: - cjson: Ultralightweight JSON parser in ANSI C Details: It was discovered that cJSON incorrectly handled parsing large numbers. An attacker could possibly use this issue to cause a denial of service. (CVE-2023-26819) It was discovered that cJSON may perform out-of-bounds read when processing specially crafted JSON files using parse_object. An attacker could possibly use this issue to expose sensitive information or crash the program. (CVE-2023-53154) It was discovered that cJSON incorrectly validated array indices in JSON pointers, which could result in an out-of-bounds memory access. An attacker could possibly use this issue to cause a denial of service, or execute arbitrary code. (CVE-2025-57052) Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 25.10 libcjson1 1.7.18-3.1ubuntu0.1 Ubuntu 24.04 LTS libcjson1 1.7.17-1ubuntu0.1~esm3 Available with Ubuntu Pro Ubuntu 22.04 LTS libcjson1 1.7.15-1ubuntu0.1 Ubuntu 20.04 LTS libcjson1 1.7.10-1.1ubuntu0.1~esm1 Available with Ubuntu Pro In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-7973-1 CVE-2023-26819, CVE-2023-53154, CVE-2025-57052 Package Information: https://launchpad.net/ubuntu/+source/cjson/1.7.15-1ubuntu0.1 . Multiple security issues exist incJSON, affecting various Ubuntu versions. Ensure your system is updated to mitigate risks.. cJSON security,cJSON update,Ubuntu security advisory,cJSON vulnerabilities. . Severity: Important. LinuxSecurity.com Team
* bsc#1241502 * bsc#1249112 Cross-References: * CVE-2023-26819 . # Security update for cJSON Announcement ID: SUSE-SU-2025:03520-1 Release Date: 2025-10-10T07:22:45Z Rating: important References: * bsc#1241502 * bsc#1249112 Cross-References: * CVE-2023-26819 * CVE-2025-57052 CVSS scores: * CVE-2023-26819 ( SUSE ): 2.1 CVSS:4.0/AV:L/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N * CVE-2023-26819 ( SUSE ): 2.9 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L * CVE-2023-26819 ( NVD ): 2.9 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L * CVE-2025-57052 ( SUSE ): 8.2 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-57052 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-57052 ( NVD ): 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Affected Products: * SUSE Linux Enterprise Desktop 15 SP7 * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 * SUSE Linux Enterprise Workstation Extension 15 SP7 An update that solves two vulnerabilities can now be installed. ## Description: This update for cJSON fixes the following issues: * CVE-2023-26819: Allocate memory for the temporary buffer when paring numbers (bsc#1241502) * CVE-2025-57052: Fix the incorrect check in decode_array_index_from_pointer (bsc#1249112) ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * SUSE Linux Enterprise Workstation Extension 15 SP7 zypper in -t patch SUSE-SLE-Product-WE-15-SP7-2025-3520=1 ## Package List: * SUSE Linux Enterprise Workstation Extension 15 SP7 (x86_64) * libcjson1-debuginfo-1.7.19-150700.3.3.1 * cJSON-debugsource-1.7.19-150700.3.3.1 * libcjson1-1.7.19-150700.3.3.1 ## References: * https://www.suse.com/security/cve/CVE-2023-26819.html *https://www.suse.com/security/cve/CVE-2025-57052.html * https://bugzilla.suse.com/show_bug.cgi?id=1241502 * https://bugzilla.suse.com/show_bug.cgi?id=1249112 . SUSE's security update for cJSON addresses two critical issues, enhancing stability and safety for enterprise users on SP7.. cJSON security patch, SUSE Linux advisory, important vulnerability fix. . Severity: Important. LinuxSecurity.com Team
It was discovered that cJSON, an ultralightweight JSON parser, performed insufficient input sanitising, which could result in out-of-bounds memory access. . - ------------------------------------------------------------------------- Debian LTS Advisory DLA-4304-1
Two vulnerabilities have been fixed in cJSON, a C library for parsing JSON. CVE-2023-26819 . - ------------------------------------------------------------------------- Debian LTS Advisory DLA-4216-1
cJSON was discovered to contain a segmentation violation, which can trigger through the second parameter of function cJSON_SetValuestring at cJSON.c. (CVE-2024-31755) References: . MGASA-2024-0324 - Updated cjson packages fix security vulnerability Publication date: 04 Oct 2024 URL: https://advisories.mageia.org/MGASA-2024-0324.html Type: security Affected Mageia releases: 9 CVE: CVE-2024-31755 cJSON was discovered to contain a segmentation violation, which can trigger through the second parameter of function cJSON_SetValuestring at cJSON.c. (CVE-2024-31755) References: - https://bugs.mageia.org/show_bug.cgi?id=33600 - https://lists.fedoraproject.org/archives/list/
Update to new upstream version (closes rhbz#2237124). -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2024-82f3634c69 2024-10-02 01:30:51.688935 -------------------------------------------------------------------------------- Name : cjson Product : Fedora 41 Version : 1.7.18 Release : 1.fc41 URL : https://github.com/DaveGamble/cJSON Summary : Ultralightweight JSON parser in ANSI C Description : cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. -------------------------------------------------------------------------------- Update Information: Update to new upstream version (closes rhbz#2237124) -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 26 2024 Fabian Affolter - 1.7.18-1 - Update to new upstream version (closes rhbz#2237124) - Fix rhbz#2277268, closes rhbz#2277269 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2277268 - CVE-2024-31755 cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c https://bugzilla.redhat.com/show_bug.cgi?id=2277268 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2024-82f3634c69' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- -- _______________________________________________ package-announcemailing list --
Update to new upstream version (closes rhbz#2237124). -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2024-5db248f2a0 2024-09-29 01:37:02.164163 -------------------------------------------------------------------------------- Name : cjson Product : Fedora 40 Version : 1.7.18 Release : 1.fc40 URL : https://github.com/DaveGamble/cJSON Summary : Ultralightweight JSON parser in ANSI C Description : cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. -------------------------------------------------------------------------------- Update Information: Update to new upstream version (closes rhbz#2237124) -------------------------------------------------------------------------------- ChangeLog: * Thu Sep 26 2024 Fabian Affolter - 1.7.18-1 - Update to new upstream version (closes rhbz#2237124) - Fix rhbz#2277268, closes rhbz#2277269 * Wed Jul 17 2024 Fedora Release Engineering - 1.7.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2277268 - CVE-2024-31755 cjson: segmentation violation trigger through the second parameter of function cJSON_SetValuestring at cJSON.c https://bugzilla.redhat.com/show_bug.cgi?id=2277268 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2024-5db248f2a0' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be foundat -------------------------------------------------------------------------------- -- _______________________________________________ package-announce mailing list --
Get the latest Linux and open source security news straight to your inbox.