Lucene search
+L

240291 matches found

Vulnrichment
Vulnrichment
•added 2026/08/19 2:02 p.m.•14 views

CVE-2026-76232 Renovate 31.51.0 before 40.33.0 Command Injection via helmv3

Renovate versions from 31.51.0 before 40.33.0 contain a command injection vulnerability in the helmv3 manager where the repository parameter is appended to helm registry login commands without proper sanitization. Attackers with repository write access can craft malicious Chart.yaml files to...

8.4CVSS5.8AI score0.01014EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/19 2:02 p.m.•25 views

CVE-2026-76233

Renovate versions 39.53.0 through before 40.33.0 are affected by a command injection vulnerability in the gleam manager . The depName parameter from gleam.toml is appended to gleam deps update shell commands without proper sanitization (missing quote from the shlex package in lib/modules/manager/...

8.4CVSS5.9AI score0.01003EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/19 2:02 p.m.•14 views

EUVD-2026-62472

Renovate versions from 32.135.0 before 40.33.0 contain a command injection vulnerability in the hermit manager where user-provided dependency names are appended to install and uninstall commands without proper sanitization. Attackers with repository write access can provide maliciously named herm...

8.4CVSS5.9AI score0.01019EPSS
SaveExploits0References6
CVE
CVE
•added 2026/08/19 2:02 p.m.•37 views

CVE-2026-76231

Affected: Renovate bot versions 32.135.0 to before 40.33.0. Root cause: The hermit manager appends user-supplied dependency names to shell install/uninstall commands without sanitization. Impact: Attackers with repository write access can inject malicious dependency names to execute arbitrary com...

8.4CVSS5.9AI score0.01019EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/19 2:02 p.m.•34 views

CVE-2026-76231 Renovate 32.135.0 before 40.33.0 Command Injection via hermit

Renovate versions from 32.135.0 before 40.33.0 contain a command injection vulnerability in the hermit manager where user-provided dependency names are appended to install and uninstall commands without proper sanitization. Attackers with repository write access can provide maliciously named herm...

8.4CVSS0.01019EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/19 2:02 p.m.•17 views

CVE-2026-76231 Renovate 32.135.0 before 40.33.0 Command Injection via hermit

Renovate versions from 32.135.0 before 40.33.0 contain a command injection vulnerability in the hermit manager where user-provided dependency names are appended to install and uninstall commands without proper sanitization. Attackers with repository write access can provide maliciously named herm...

8.4CVSS6AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
•added 2026/08/19 2:02 p.m.•11 views

CVE-2026-76230 Renovate 35.63.0 before 40.33.0 Command Injection via npm

Renovate versions from 35.63.0 before 40.33.0 contain a command injection vulnerability in the npm manager where user-provided packageName values are appended to npm install commands without proper sanitization. Attackers with repository write access can craft malicious Renovate configuration fil...

8.4CVSS5.8AI score0.01014EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/19 2:02 p.m.•35 views

CVE-2026-76230 Renovate 35.63.0 before 40.33.0 Command Injection via npm

Renovate versions from 35.63.0 before 40.33.0 contain a command injection vulnerability in the npm manager where user-provided packageName values are appended to npm install commands without proper sanitization. Attackers with repository write access can craft malicious Renovate configuration fil...

8.4CVSS0.01014EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/19 2:02 p.m.•43 views

CVE-2026-76230 Renovate 35.63.0 before 40.33.0 Command Injection via npm

Renovate versions from 35.63.0 before 40.33.0 contain a command injection vulnerability in the npm manager where user-provided packageName values are appended to npm install commands without proper sanitization. Attackers with repository write access can craft malicious Renovate configuration fil...

8.4CVSS6AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/08/19 2:02 p.m.•13 views

EUVD-2026-62470

Renovate versions from 39.218.0 before 40.33.0 contain an arbitrary command injection vulnerability in the kustomize manager where user-provided chart names are appended to helm pull commands without proper sanitization. Attackers with repository write access can craft malicious kustomization.yam...

8.4CVSS5.9AI score0.01003EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/19 2:02 p.m.•27 views

CVE-2026-76229

Renovate (dependency update bot) versions from 39.218.9 (March 26, 2025) before 40.33.0 contain an arbitrary command injection in the kustomize manager . The depName argument passed to the helmRepositoryArgs function in lib/modules/manager/kustomize/artifacts.ts is not escaped using shlex.quote b...

8.4CVSS5.9AI score0.01003EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/19 2:01 p.m.•12 views

EUVD-2024-55728

Renovate versions 37.158.0 before 37.199.0 contain a command injection vulnerability in the helmv3 manager's registryAliases handling that allows attackers with commit access to execute arbitrary commands. Attackers can manipulate registryAliases keys with unquoted shell metacharacters to inject...

9.3CVSS6.1AI score0.0273EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/19 1:21 p.m.•17 views

CVE-2026-65611 Shell Command Injection in nnn

nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy or move workflow, the...

5.1CVSS5.6AI score
SaveExploits0References4
OSV
OSV
•added 2026/08/19 1:21 p.m.•16 views

CVE-2026-65610 Numeric Truncation Error in nnn

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS6AI score
SaveExploits0References4
CVE
CVE
•added 2026/08/19 1:21 p.m.•28 views

CVE-2026-65610

nnn (a terminal file manager) is affected by a numeric truncation error in its handling of the HOME environment variable. The homelen variable is stored as uchar_t (range 0–255); when an attacker who can influence the execution environment supplies a HOME path whose length truncates to 0, the exp...

2.4CVSS5.8AI score0.00165EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/19 1:18 p.m.•11 views

CVE-2026-73363

Unauthenticated Broken Access Control in Taxi Booking Manager for WooCommerce 2.0.8 versions...

6.5CVSS0.00299EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/19 12:38 p.m.•39 views

CVE-2026-73363 WordPress Taxi Booking Manager for WooCommerce plugin < 2.0.8 - Broken Access Control vulnerability

Unauthenticated Broken Access Control in Taxi Booking Manager for WooCommerce 2.0.8 versions...

6.5CVSS0.00299EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/19 12:38 p.m.•28 views

CVE-2026-73363

CVE-2026-73363 is an unauthenticated Broken Access Control vulnerability in the WordPress plugin Taxi Booking Manager for WooCommerce (plugin slug: ecab-taxi-booking-manager ), affecting versions prior to 2.0.8 . The flaw allows a low-privileged user to perform unauthorized actions, resulting in ...

6.5CVSS5.1AI score0.00299EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/19 12:38 p.m.•13 views

EUVD-2026-62383

Unauthenticated Broken Access Control in Taxi Booking Manager for WooCommerce 2.0.8 versions...

6.5CVSS5.1AI score0.00299EPSS
SaveExploits0References1
Patchstack
Patchstack
•added 2026/08/19 12:01 p.m.•13 views

WordPress HUSKY - Products Filter Professional for WooCommerce plugin < 1.4.1 - Shop Manager+ Local File Inclusion via meta_filter search_view vulnerability

WordPress HUSKY - Products Filter Professional for WooCommerce plugin 1.4.1 - Shop Manager+ Local File Inclusion via metafilter searchview vulnerability discovered by Meher Sudhakar Abbireddi in WordPress Plugin HUSKY versions 1.4.1...

7.2CVSS5.3AI score0.01148EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder