Lucene search
+L

8736 matches found

Prion
Prion
•added 2023/11/16 11:15 p.m.•40 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
UbuntuCve
UbuntuCve
•added 2023/11/16 11:15 p.m.•31 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.•32 views

Buffer overflow

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.3CVSS7.1AI score0.00755EPSS
SaveExploits0References7Affected Software2
UbuntuCve
UbuntuCve
•added 2023/11/16 11:15 p.m.•40 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.7AI score0.00755EPSS
SaveExploits0References6
CVE
CVE
•added 2023/11/16 10:57 p.m.•171 views

CVE-2023-48232

CVE-2023-48232 affects Vim and relates to a floating-point exception when calculating the line offset for overlong lines with smooth scrolling enabled and the cpo setting including the 'n' flag. The issue can occur under specific conditions (non-default settings, window border context, and wrappe...

4.3CVSS4.6AI score0.00674EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2023/11/16 10:57 p.m.•11 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 score
SaveExploits0References9
Debian CVE
Debian CVE
•added 2023/11/16 10:57 p.m.•61 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.3CVSS5.9AI score0.00674EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2023/11/16 10:55 p.m.•42 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.2AI score0.00755EPSS
SaveExploits0
CVE
CVE
•added 2023/11/16 10:55 p.m.•168 views

CVE-2023-48233

CVE-2023-48233 affects Vim. The issue arises when the count after the :s substitute command exceeds what fits in a signed long, causing an overflow. The vulnerability has a low impact with user interaction required; a crash is not necessarily guaranteed. The fix was addressed in commit ac6378773 ...

4.3CVSS4.8AI score0.00755EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
•added 2023/11/16 10:52 p.m.•48 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.3CVSS6.4AI score0.00755EPSS
SaveExploits0
Cvelist
Cvelist
•added 2023/11/16 10:52 p.m.•59 views

CVE-2023-48234 overflow in nv_z_get_count in vim

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

2.8CVSS5.7AI score0.00755EPSS
SaveExploits0References7
Debian CVE
Debian CVE
•added 2023/11/16 10:50 p.m.•71 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.4AI score0.00755EPSS
SaveExploits0
CVE
CVE
•added 2023/11/16 10:50 p.m.•146 views

CVE-2023-48235

Vim vulnerability CVE-2023-48235 involves an overflow while parsing relative ex addresses. The issue arises in the existing overflow check when the line number becomes negative, leading to LONG_MAX - lnum overflow. It is addressed in commit 060623e and has been included in Vim release 9.0.2110. I...

4.3CVSS5AI score0.00755EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
•added 2023/11/16 10:47 p.m.•65 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.8CVSS5.7AI score0.00694EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2023/11/16 10:45 p.m.•61 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.8CVSS5.7AI score0.00755EPSS
SaveExploits0References7
Debian CVE
Debian CVE
•added 2023/11/16 10:45 p.m.•52 views

CVE-2023-48237

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.3CVSS6.4AI score0.00755EPSS
SaveExploits0
Prion
Prion
•added 2023/11/16 10:15 p.m.•24 views

Authorization

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. In affected versions access to two URLs used in both Rundeck Open Source and Process Automation products could allow authenticated users to access the URL path, which would allow access to view or...

5.5CVSS6.9AI score0.00449EPSS
SaveExploits0References1Affected Software1
CVE
CVE
•added 2023/11/16 10:01 p.m.•84 views

CVE-2023-47112

CVE-2023-47112 affects Rundeck (Open Source and Process Automation). Vulnerable behavior: authenticated users can access two endpoints that reveal job names and groups for any project without proper authorization. Root cause: missing/insufficient authorization checks on specific URLs (e.g., /cont...

4.3CVSS4.5AI score0.00508EPSS
SaveExploits0References1Affected Software1
CVE
CVE
•added 2023/11/16 9:59 p.m.•75 views

CVE-2023-48222

Summary (CVE-2023-48222) : Rundeck Open Source and Process Automation products are affected prior to version 4.17.3 . The issue allows authenticated users to access two URLs and view or delete jobs without proper authorization checks, via endpoints such as http(s)://[host]/context/rdJob/ and http...

8.1CVSS6.6AI score0.00449EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2023/11/16 9:59 p.m.•39 views

CVE-2023-48222 Authenticated users can view or delete jobs they do not have authorization for in Rundeck

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. In affected versions access to two URLs used in both Rundeck Open Source and Process Automation products could allow authenticated users to access the URL path, which would allow access to view or...

8.1CVSS8.2AI score0.00449EPSS
SaveExploits0References1
Rows per page
Query Builder