git: d94547d54ebe - main - security/vuxml: Add sqlite use after free vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Sep 2024 17:11:23 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=d94547d54ebe03dd72417b7d81e3f1f261e2cb06 commit d94547d54ebe03dd72417b7d81e3f1f261e2cb06 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-09-29 17:08:50 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-09-29 17:11:10 +0000 security/vuxml: Add sqlite use after free vulnerability CVE-2024-0232 * Base Score: 5.5 MEDIUM * Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H --- security/vuxml/vuln/2024.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index f74fbd616725..827aae16c351 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,33 @@ + <vuln vid="42ec2207-7e85-11ef-89a4-b42e991fc52e"> + <topic>sqlite -- use-after-free bug in jsonparseaddnodearray</topic> + <affects> + <package> + <name>sqlite</name> + <range><lt>3.43.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secalert@redhat.com reports:</p> + <blockquote cite="https://access.redhat.com/security/cve/CVE-2024-0232"> + <p>A heap use-after-free issue has been identified in SQLite in the + jsonParseAddNodeArray() function in sqlite3.c. This flaw allows a + local attacker to leverage a victim to pass specially crafted + malicious input to the application, potentially causing a crash and + leading to a denial of service.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-0232</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2024-0232</url> + </references> + <dates> + <discovery>2024-01-16</discovery> + <entry>2024-09-29</entry> + </dates> + </vuln> + <vuln vid="24375796-7cbc-11ef-a3a9-001cc0382b2f"> <topic>cups-filters -- remote code execution</topic> <affects>