Lucene search
+L

892 matches found

VulnCheck KEV
VulnCheck KEV
added 2023/11/25 12:0 a.m.6 views

VulnCheck KEV: CVE-2023-29919

SolarView Compact = 6.0 is vulnerable to Insecure Permissions. Any file on the server can be read or modified because texteditor.php is not restricted...

9.8CVSS7.3AI score0.60221EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2023/11/25 12:0 a.m.28 views

Fedora 37 : vim (2023-ce3f7d4818)

The remote Fedora 37 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2023-ce3f7d4818 advisory. The newest upstream commit Security fixes for CVE-2023-48233, CVE-2023-48231, CVE-2023-48232, CVE-2023-48234, CVE-2023-48235, CVE-2023-48236,...

4.3CVSS6.5AI score0.00755EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2023/11/24 12:0 a.m.33 views

Slackware Linux 15.0 / current vim Multiple Vulnerabilities (SSA:2023-328-01)

The version of vim installed on the remote host is prior to 9.0.2127. It is, therefore, affected by multiple vulnerabilities as referenced in the SSA:2023-328-01 advisory. - Vim is an open source command line text editor. When closing a window, vim may try to access already freed window structure...

4.3CVSS6.4AI score0.00755EPSS
SaveExploits0References8
CNVD
CNVD
added 2023/11/20 12:0 a.m.10 views

Vim Input Validation Error Vulnerability (CNVD-2024-40466)

Vim is a cross-platform text editor. An input validation error vulnerability exists in versions prior to Vim v9.0.2109, which stems from the possibility that a given large count may overflow when obtaining the count of a normal mode z command. An attacker could exploit this vulnerability to cause...

4.3CVSS6.5AI score0.00755EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2023/11/17 12:50 p.m.60 views

CVE-2023-48236

A flaw was found in Vim, an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. The impact is low because user interaction is required and a crash may not happen in all situations. Mitigation Mitigation for this issue is...

4.3CVSS4.7AI score0.00694EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2023/11/17 12:50 p.m.47 views

CVE-2023-48234

A flaw was found in Vim, an open source command line text editor. When getting the count for a normal mode z command, it may overflow if large counts are given. The impact is low because user interaction is required and a crash may not happen in all situations. Mitigation Mitigation for this issu...

4.3CVSS4.7AI score0.00755EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2023/11/17 12:50 p.m.33 views

CVE-2023-48233

A flaw was found in Vim, an open source command line text editor. If the count after the :s command is larger than what fits into a signed long variable, abort with evaluetoolarge. The impact is low because user interaction is required and a crash may not happen in all situations. Mitigation...

4.3CVSS4.5AI score0.00755EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2023/11/17 12:20 p.m.38 views

CVE-2023-48232

A flaw was found in Vim, an open source command line text editor. A floating point exception may occur when calculating the line offset for overlong lines when smooth scrolling is enabled and the cpo-settings include the 'n' flag. This issue may occur when a window border is present and when the...

4.3CVSS4.3AI score0.00674EPSS
SaveExploits0References6
NVD
NVD
added 2023/11/16 11:15 p.m.20 views

CVE-2023-48234

Vim is an open source command line text editor. When getting the count for a normal mode z command, it may overflow for large counts given. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit 58f9befca1 which has...

4.3CVSS0.00755EPSS
SaveExploits0References7
NVD
NVD
added 2023/11/16 11:15 p.m.24 views

CVE-2023-48235

Vim is an open source command line text editor. When parsing relative ex addresses one may unintentionally cause an overflow. Ironically this happens in the existing overflow check, because the line number becomes negative and LONGMAX - lnum will cause the overflow. Impact is low, user interactio...

4.3CVSS0.00755EPSS
SaveExploits0References7
AlpineLinux
AlpineLinux
added 2023/11/16 11:15 p.m.31 views

CVE-2023-48234

Vim is an open source command line text editor. When getting the count for a normal mode z command, it may overflow for large counts given. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit 58f9befca1 which has...

4.3CVSS7.1AI score0.00755EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/11/16 11:15 p.m.67 views

CVE-2023-48236

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which...

4.3CVSS7.1AI score0.00694EPSS
SaveExploits0
NVD
NVD
added 2023/11/16 11:15 p.m.36 views

CVE-2023-48236

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAXINT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which...

4.3CVSS0.00694EPSS
SaveExploits0References7
NVD
NVD
added 2023/11/16 11:15 p.m.27 views

CVE-2023-48231

Vim is an open source command line text editor. When closing a window, vim may try to access already freed window structure. Exploitation beyond crashing the application has not been shown to be viable. This issue has been addressed in commit 25aabc2b which has been included in release version...

4.3CVSS0.00672EPSS
SaveExploits0References7
AlpineLinux
AlpineLinux
added 2023/11/16 11:15 p.m.57 views

CVE-2023-48233

Vim is an open source command line text editor. If the count after the :s command is larger than what fits into a signed long variable, abort with evaluetoolarge. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit...

4.3CVSS6.9AI score0.00755EPSS
SaveExploits0
NVD
NVD
added 2023/11/16 11:15 p.m.28 views

CVE-2023-48232

Vim is an open source command line text editor. A floating point exception may occur when calculating the line offset for overlong lines and smooth scrolling is enabled and the cpo-settings include the 'n' flag. This may happen when a window border is present and when the wrapped line continues o...

4.3CVSS0.00674EPSS
SaveExploits0References7
AlpineLinux
AlpineLinux
added 2023/11/16 11:15 p.m.33 views

CVE-2023-48232

Vim is an open source command line text editor. A floating point exception may occur when calculating the line offset for overlong lines and smooth scrolling is enabled and the cpo-settings include the 'n' flag. This may happen when a window border is present and when the wrapped line continues o...

4.3CVSS6.6AI score0.00674EPSS
SaveExploits0
NVD
NVD
added 2023/11/16 11:15 p.m.28 views

CVE-2023-48233

Vim is an open source command line text editor. If the count after the :s command is larger than what fits into a signed long variable, abort with evaluetoolarge. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit...

4.3CVSS0.00755EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2023/11/16 11:15 p.m.30 views

CVE-2023-48232

Vim is an open source command line text editor. A floating point exception may occur when calculating the line offset for overlong lines and smooth scrolling is enabled and the cpo-settings include the 'n' flag. This may happen when a window border is present and when the wrapped line continues o...

4.3CVSS6.6AI score0.00674EPSS
SaveExploits0References6
Prion
Prion
added 2023/11/16 11:15 p.m.36 views

Design/Logic Flaw

Vim is an open source command line text editor. If the count after the :s command is larger than what fits into a signed long variable, abort with evaluetoolarge. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit...

4.3CVSS6.8AI score0.00755EPSS
SaveExploits0References7Affected Software2
Rows per page
Query Builder