Lucene search
K

18 matches found

OSV
OSV
added 2026/05/01 1:15 p.m.6 views

CLSA-2026-1777565595 vim: Fix of CVE-2026-33412

CVE-2026-33412: fix OS command injection via newline in glob by adding \n to SHELLSPECIAL in src/osunix.c so newlines are escaped before the pattern is passed to the user's shell...

7.3CVSS7.1AI score0.00009EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/16 12:0 a.m.6 views

RockyLinux 9 : vim (RLSA-2026:8259)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:8259 advisory. vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin CVE-2026-28417 vim: Vim: Denial of service and information disclosure via...

7.8CVSS6.5AI score0.00017EPSS
Exploits0References7
OSV
OSV
added 2026/04/14 8:33 a.m.2 views

SUSE-SU-2026:21118-1 Security update for vim

This update for vim fixes the following issues: - Update to 9.2.0280 - CVE-2026-33412: command injection via newline in glob bsc1259985. - CVE-2026-34714: crafted file can allow code execution bsc1261191. - CVE-2026-34982: Vim modeline bypass via various options bsc1261271...

9.2CVSS6.2AI score0.00034EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2026/04/14 12:0 a.m.11 views

MiracleLinux 8 : vim-8.0.1763-22.el8_10.1.ML.1 (AXSA:2026-423:06)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-423:06 advisory. vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin CVE-2026-28417 vim: Vim: Denial of service and information disclosure...

7.8CVSS6.3AI score0.00017EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/09 12:0 a.m.7 views

RockyLinux 8 : vim (RLSA-2026:6915)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:6915 advisory. vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin CVE-2026-28417 vim: Vim: Denial of service and information disclosure via...

7.8CVSS6.4AI score0.00017EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.2 views

Atlassian Confluence 9.0.1 < 9.0.2 / 9.2.5 < 9.2.15 / 9.5.1 < 10.2.7 (CONFSERVER-102542)

The version of Atlassian Confluence Server running on the remote host is affected by a vulnerability as referenced in the CONFSERVER-102542 advisory. - Glob matches files using patterns the shell uses. Starting in version 10.2.0 and prior to versions 10.5.0 and 11.1.0, the glob CLI contains a...

7.5CVSS6.9AI score0.00025EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2026/04/07 12:0 a.m.2 views

RHEL 8 : vim (RHSA-2026:6915)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:6915 advisory. Vim Vi IMproved is an updated and improved version of the vi editor. Security Fixes: vim: Vim: Arbitrary code execution via OS command...

7.8CVSS6.4AI score0.00017EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2026/04/06 12:0 a.m.4 views

RHEL 9 : vim (RHSA-2026:6619)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:6619 advisory. Vim Vi IMproved is an updated and improved version of the vi editor. Security Fixes: vim: Vim: Arbitrary code execution via 'helpfile' optio...

7.8CVSS6.4AI score0.00017EPSS
Exploits1References10
Tenable Nessus
Tenable Nessus
added 2026/04/03 12:0 a.m.5 views

RHEL 10 : vim (RHSA-2026:6502)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:6502 advisory. Vim Vi IMproved is an updated and improved version of the vi editor. Security Fixes: vim: Vim: Arbitrary code execution via 'helpfile' opti...

7.8CVSS6.4AI score0.00017EPSS
Exploits1References10
Snyk
Snyk
added 2026/03/24 2:33 a.m.1 views

Glob Injection

Overview Affected versions of this package are vulnerable to Glob Injection via the DiskServicedeleteprefixed function. An attacker can delete unintended files from the storage directory by supplying blob keys containing glob metacharacters that are passed unescaped to Dir.glob. Remediation Upgra...

9.1CVSS5.8AI score0.00029EPSS
Exploits0References2
CVE
CVE
added 2026/03/23 11:34 p.m.7 views

CVE-2026-33202

Rails Active Storage has a possible glob injection in DiskService. Specifically, DiskService#delete_prefixed passes blob keys directly to Dir.glob without escaping glob metacharacters, which could allow attacker-controlled keys with glob metacharacters to delete unintended files in the storage di...

9.1CVSS5.8AI score0.00029EPSS
Exploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/23 11:34 p.m.1 views

CVE-2026-33202 Rails Active Storage has possible glob injection in its DiskService

Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled inp...

8.7CVSS5.8AI score0.00029EPSS
Exploits0References7
OSV
OSV
added 2026/03/23 11:34 p.m.2 views

CVE-2026-33202 Rails Active Storage has possible glob injection in its DiskService

Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled inp...

8.7CVSS5.8AI score0.00029EPSS
Exploits0References9
Cvelist
Cvelist
added 2026/03/23 11:34 p.m.23 views

CVE-2026-33202 Rails Active Storage has possible glob injection in its DiskService

Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled inp...

8.7CVSS0.00029EPSS
Exploits0References7
EUVD
EUVD
added 2026/03/23 9:18 p.m.1 views

EUVD-2026-14634

Rails Active Storage has possible glob injection in its DiskService...

8.7CVSS5.8AI score0.00029EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2026/03/23 9:18 p.m.5 views

Rails Active Storage has possible glob injection in its DiskService

Impact Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended files from the storage director...

9.1CVSS5.8AI score0.00029EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2026/03/23 9:18 p.m.1 views

GHSA-73F9-JHHH-HR5M Rails Active Storage has possible glob injection in its DiskService

Impact Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended files from the storage director...

8.7CVSS5.8AI score0.00029EPSS
Exploits0References10
RubySec
RubySec
added 2026/03/23 12:0 a.m.5 views

Rails Active Storage has possible glob injection in its DiskService

Impact Active Storage's DiskServicedeleteprefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended files from the storage director...

9.1CVSS5.7AI score0.00029EPSS
Exploits0References1Affected Software1
Rows per page
Query Builder