SQLite, JSON-XS, Vim, RubyGems updates for Ubuntu

Published by

Ubuntu has issued multiple security updates addressing vulnerabilities found in several packages, affecting the releases Ubuntu 25.04, Ubuntu 24.04 LTS, and Ubuntu 22.04 LTS. The vulnerabilities include:

1. JSON-XS: The JSON-XS library is susceptible to crashing when parsing specially crafted JSON data, which could lead to a denial of service.
- Affected Versions:
- Ubuntu 25.04: libjson-xs-perl 4.040-0ubuntu0.25.04.1
- Ubuntu 24.04 LTS: libjson-xs-perl 4.040-0ubuntu0.24.04.1
- Ubuntu 22.04 LTS: libjson-xs-perl 4.040-0ubuntu0.22.04.1

2. SQLite: A vulnerability in SQLite could cause crashes or allow the execution of arbitrary code through specially crafted inputs.
- Affected Versions:
- Ubuntu 25.04: libsqlite3-0 3.46.1-3ubuntu0.3
- Ubuntu 24.04 LTS: libsqlite3-0 3.45.1-1ubuntu2.5

3. Cpanel-JSON-XS: Similar to JSON-XS, this library is vulnerable to crashes upon parsing malformed JSON.
- Affected Versions:
- Ubuntu 25.04: libcpanel-json-xs-perl 4.39-1ubuntu0.1
- Ubuntu 24.04 LTS: libcpanel-json-xs-perl 4.37-1ubuntu0.1
- Ubuntu 22.04 LTS: libcpanel-json-xs-perl 4.27-1ubuntu0.2

4. Vim: Several vulnerabilities have been fixed in Vim, specifically related to file extraction from malicious zip or tar archives, potentially allowing code execution.
- Affected Versions:
- Ubuntu 25.04: vim 2:9.1.0967-1ubuntu4.1
- Ubuntu 24.04 LTS: vim 2:9.1.0016-1ubuntu7.9

5. RubyGems: This package management framework for Ruby could consume excessive resources when handling certain regular expressions, leading to a regular expression denial of service (ReDoS).
- Affected Versions:
- Ubuntu 22.04 LTS: ruby-bundler 2.3.5-2ubuntu1.2

To address these vulnerabilities, users are advised to perform a standard system update, which will install the necessary updates. Detailed information about the vulnerabilities and the updates can be found on the official Ubuntu security notices page.

In the context of extending this information, it's important for users and administrators to regularly check for security updates and apply them promptly to mitigate risks. Additionally, maintaining a secure environment may involve conducting regular audits of installed software, using firewalls, and implementing intrusion detection systems to monitor for any suspicious activities. Furthermore, users should consider employing best practices in coding and data handling to further minimize vulnerabilities in their applications and systems

SQLite, JSON-XS, Vim, RubyGems updates for Ubuntu

Ubuntu has released several security notices (USN) to address vulnerabilities in various packages. The affected releases include Ubuntu 25.04, Ubuntu 24.04 LTS, and Ubuntu 22.04 LTS. The vulnerabilities include a JSON-XS issue that could cause a denial of service by crashing if it parses specially crafted JSON data, as well as issues with SQLite, cPanel-JSON-XS, Vim, and RubyGems that could potentially lead to code execution or resource consumption.

[USN-7750-1] JSON-XS vulnerability
[USN-7751-1] SQLite vulnerability
[USN-7749-1] Cpanel-JSON-XS vulnerability
[USN-7748-1] Vim vulnerabilities
[USN-7747-1] RubyGems vulnerability

SQLite, JSON-XS, Vim, RubyGems updates for Ubuntu @ Linux Compatible