Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-3134: patch 9.0.0389: crash when 'tagfunc' closes the window · vim/vim@ccfde4d

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

CVE
#git

@@ -690,6 +690,16 @@ do_tag(

max_num_matches = MAXCOL; // If less than max_num_matches

// found: all matches found.

// A tag function may do anything, which may cause various

// information to become invalid. At least check for the tagstack

// to still be the same.

if (tagstack != curwin->w_tagstack)

{

emsg(_(e_window_unexpectedly_close_while_searching_for_tags));

FreeWild(new_num_matches, new_matches);

break;

}

// If there already were some matches for the same name, move them

// to the start. Avoids that the order changes when using

// “:tnext” and jumping to another file.

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