Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-2982: patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recu… · vim/vim@d6c6762

Use After Free in GitHub repository vim/vim prior to 9.0.0259.

CVE
#git#perl

@@ -4674,6 +4674,11 @@ call_qftf_func(qf_list_T *qfl, int qf_winid, long start_idx, long end_idx)

{

callback_T *cb = &qftf_cb;

list_T *qftf_list = NULL;

static int recursive = FALSE;

if (recursive)

return NULL; // this doesn’t work properly recursively

recursive = TRUE;

// If ‘quickfixtextfunc’ is set, then use the user-supplied function to get

// the text to display. Use the local value of ‘quickfixtextfunc’ if it is

@@ -4688,7 +4693,10 @@ call_qftf_func(qf_list_T *qfl, int qf_winid, long start_idx, long end_idx)

// create the dict argument

if ((d = dict_alloc_lock(VAR_FIXED)) == NULL)

{

recursive = FALSE;

return NULL;

}

dict_add_number(d, "quickfix", (long)IS_QF_LIST(qfl));

dict_add_number(d, "winid", (long)qf_winid);

dict_add_number(d, "id", (long)qfl->qf_id);

@@ -4711,6 +4719,7 @@ call_qftf_func(qf_list_T *qfl, int qf_winid, long start_idx, long end_idx)

dict_unref(d);

}

recursive = FALSE;

return qftf_list;

}

Related news

Ubuntu Security Notice USN-6302-1

Ubuntu Security Notice 6302-1 - It was discovered that Vim incorrectly handled memory when opening certain files. If an attacker could trick a user into opening a specially crafted file, it could cause Vim to crash, or possibly execute arbitrary code. This issue only affected Ubuntu 22.04 LTS. It was discovered that Vim did not properly perform bounds checks in the diff mode in certain situations. An attacker could possibly use this issue to cause a denial of service. This issue only affected Ubuntu 18.04 LTS, Ubuntu 20.04 LTS and Ubuntu 22.04 LTS.

CVE-2023-23694: DSA-2023-071: Dell VxRail Security Update for Multiple Third-Party Component Vulnerabilities – 7.0.450

Dell VxRail versions earlier than 7.0.450, contain(s) an OS command injection vulnerability in VxRail Manager. A local authenticated attacker could potentially exploit this vulnerability, leading to the execution of arbitrary OS commands on the application's underlying OS, with the privileges of the vulnerable application. Exploitation may lead to a system take over by an attacker.

Gentoo Linux Security Advisory 202305-16

Gentoo Linux Security Advisory 202305-16 - Multiple vulnerabilities have been found in Vim, the worst of which could result in denial of service. Versions less than 9.0.1157 are affected.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907