Lucene search
+L

1208 matches found

SUSE CVE
SUSE CVE
added 2023/11/21 2:19 a.m.4 views

SUSE 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...

2.8CVSS6.9AI score0.00749EPSS
SaveExploits0References6
OSV
OSV
added 2023/11/16 11:15 p.m.1 views

DEBIAN-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.3CVSS6.2AI score0.00688EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2023/11/16 11:15 p.m.3 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.3CVSS6.5AI score0.00749EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2023/11/16 11:15 p.m.7 views

AZL-32011 CVE-2023-48237 affecting package vim for versions less than 9.0.2112-1

Vim is an open source command line text editor. In affected versions when shifting lines in operator pending mode and using a very large value, it may be possible to overflow the size of integer. Impact is low, user interaction is required and a crash may not even happen in all situations. This...

4.3CVSS7AI score0.00749EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.9 views

AZL-32026 CVE-2023-48235 affecting package vim for versions less than 9.0.2112-1

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.3CVSS6.7AI score0.00749EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.1 views

DEBIAN-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.3CVSS6.9AI score0.00666EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.2 views

DEBIAN-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.2AI score0.00749EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.4 views

ALPINE-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.3CVSS6.9AI score0.00666EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.7 views

AZL-32025 CVE-2023-48231 affecting package vim for versions less than 9.0.2112-1

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.3CVSS6.5AI score0.00666EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/16 11:15 p.m.11 views

UBUNTU-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.00749EPSS
SaveExploits0References7
OSV
OSV
added 2023/11/16 11:15 p.m.5 views

UBUNTU-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.3CVSS7AI score0.00749EPSS
SaveExploits0References7
OSV
OSV
added 2023/11/16 10:59 p.m.6 views

CVE-2023-48231 Use-After-Free in win_close() in vim

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...

3.9CVSS6.2AI score0.00666EPSS
SaveExploits0References9
OSV
OSV
added 2023/11/16 10:57 p.m.8 views

CVE-2023-48232 Floating point Exception in adjust_plines_for_skipcol() in vim

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...

3.9CVSS6AI score0.00668EPSS
SaveExploits0References9
OSV
OSV
added 2023/11/16 10:50 p.m.2 views

CVE-2023-48235 overflow in ex address parsing in vim

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...

2.8CVSS6.5AI score0.00749EPSS
SaveExploits0References9
OSV
OSV
added 2023/11/16 10:47 p.m.6 views

CVE-2023-48236 overflow in get_number in vim

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...

2.8CVSS6.4AI score0.00688EPSS
SaveExploits0References9
OSV
OSV
added 2023/11/16 10:45 p.m.4 views

CVE-2023-48237 overflow in shift_line in vim

Vim is an open source command line text editor. In affected versions when shifting lines in operator pending mode and using a very large value, it may be possible to overflow the size of integer. Impact is low, user interaction is required and a crash may not even happen in all situations. This...

2.8CVSS6.4AI score0.00749EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2023/11/16 12:0 a.m.5 views

PT-2023-8855 · Vim +6 · Vim +6

Name of the Vulnerable Software and Affected Versions: Vim versions prior to 9.0.2108 Description: The issue is related to the use of large values for the :s command, which can exceed the capacity of a signed long variable, potentially leading to a crash. The impact is considered low, and user...

7.8CVSS6.5AI score0.01539EPSS
SaveExploits10References141
CNNVD
CNNVD
added 2023/11/16 12:0 a.m.3 views

Vim Security Vulnerabilities

Vim is a cross-platform text editor. A security vulnerability exists in versions prior to Vim v9.0.2107, which stems from a floating point exception that may occur when calculating line offsets for extra-long lines and enabling smooth scrolling and the cpo setting contains the n flag...

4.3CVSS6.8AI score0.00668EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/11/16 12:0 a.m.3 views

PT-2023-8856

Name of the Vulnerable Software and Affected Versions Vim versions prior to 9.0.2109 Description The issue is related to the nv z get count function in the Vim text editor, which can overflow when large counts are given for the normal mode z command. This may allow a remote attacker to cause a...

5CVSS6.8AI score0.00749EPSS
SaveExploits0References91
CNNVD
CNNVD
added 2023/11/16 12:0 a.m.4 views

Vim Input Validation Error Vulnerability

Vim is a cross-platform text editor. An input validation error vulnerability exists in versions prior to Vim v9.0.2110, which stems from an overflow that can be inadvertently caused when parsing relative ex addresses...

4.3CVSS7AI score0.00749EPSS
SaveExploits0References3
Rows per page
Query Builder