Lucene search
+L

996 matches found

Github Security Blog
Github Security Blog
added 2026/03/19 12:43 p.m.12 views

AVideo has a Path Traversal in listFiles.json.php Enables Server Filesystem Enumeration

Summary The listFiles.json.php endpoint accepts a path POST parameter and passes it directly to glob without restricting the path to an allowed base directory. An authenticated uploader can traverse the entire server filesystem by supplying arbitrary absolute paths, enumerating .mp4 filenames and...

4.3CVSS6AI score0.00418EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/19 12:00 a.m.13 views

PT-2026-26301

Summary The listFiles.json.php endpoint accepts a path POST parameter and passes it directly to glob without restricting the path to an allowed base directory. An authenticated uploader can traverse the entire server filesystem by supplying arbitrary absolute paths, enumerating .mp4 filenames and...

4.3CVSS6.1AI score0.00418EPSS
SaveExploits1References7
OSV
OSV
added 2026/03/13 8:55 p.m.21 views

GHSA-F8R2-VG7X-GH8M OpenClaw: Exec approval allowlist patterns overmatched on POSIX paths

Summary matchesExecAllowlistPattern normalized patterns and targets with lowercasing and compiled glob matching too broadly on POSIX. In addition, the ? wildcard could match /, which allowed matches to cross path segments. Impact These matching rules could overmatch allowlist entries and permit...

6.9CVSS5.5AI score0.00406EPSS
SaveExploits0References3
NVD
NVD
added 2026/03/11 8:16 p.m.16 views

CVE-2026-32094

Shescape is a simple shell escape library for JavaScript. Prior to 2.1.10, Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like...

6.9CVSS0.00214EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/11 7:53 p.m.46 views

GHSA-9JFH-9XRQ-4VWM Shescape escape() leaves bracket glob expansion active on Bash, BusyBox, and Dash

Summary Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like secret12 to expand into multiple filesystem matches instead of a single...

6.9CVSS5.9AI score0.00214EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/03/11 7:53 p.m.12 views

EUVD-2026-11333

Shescape escape leaves bracket glob expansion active on Bash, BusyBox, and Dash...

6.9CVSS5.8AI score0.00214EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/03/11 7:50 p.m.9 views

CVE-2026-32094

Shescape is a simple shell escape library for JavaScript. Prior to 2.1.10, Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like...

6.9CVSS5.8AI score0.00214EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/03/11 7:50 p.m.39 views

CVE-2026-32094

CVE-2026-32094 affects the JavaScript library Shescape. Prior to 2.1.10, Shescape#escape() does not escape square-bracket glob syntax used by Bash, BusyBox sh, and Dash. If an application interpolates the returned value directly into a shell command, attacker-controlled input such as secret[12] c...

6.9CVSS5.8AI score0.00214EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/03/11 7:50 p.m.12 views

CVE-2026-32094 Shescape escape() leaves bracket glob expansion active on Bash, BusyBox, and Dash

Shescape is a simple shell escape library for JavaScript. Prior to 2.1.10, Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like...

6.9CVSS5.8AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/03/11 7:50 p.m.6 views

CVE-2026-32094 Shescape escape() leaves bracket glob expansion active on Bash, BusyBox, and Dash

Shescape is a simple shell escape library for JavaScript. Prior to 2.1.10, Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like...

6.9CVSS5.8AI score0.00214EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/03/11 7:50 p.m.44 views

CVE-2026-32094 Shescape escape() leaves bracket glob expansion active on Bash, BusyBox, and Dash

Shescape is a simple shell escape library for JavaScript. Prior to 2.1.10, Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like...

6.9CVSS0.00214EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/03/11 12:00 a.m.17 views

PT-2026-24813

Summary Shescapeescape does not escape square-bracket glob syntax for Bash, BusyBox sh, and Dash. Applications that interpolate the return value directly into a shell command string can cause an attacker-controlled value like secret12 to expand into multiple filesystem matches instead of a single...

6.9CVSS5.9AI score0.00214EPSS
SaveExploits1References11
RedhatCVE
RedhatCVE
added 2026/03/07 1:44 a.m.8 views

CVE-2026-28463

OpenClaw exec-approvals allowlist validation checks pre-expansion argv tokens but execution uses real shell expansion, allowing safe bins like head, tail, or grep to read arbitrary local files via glob patterns or environment variables. Authorized callers or prompt-injection attacks can exploit...

8.6CVSS5.9AI score0.00167EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/05 10:16 p.m.14 views

CVE-2026-28463

OpenClaw versions prior to 2026.2.14 contain an arbitrary file read vulnerability in the exec-approvals allowlist validation that checks pre-expansion argv tokens but executes using real shell expansion. Attackers with authorization or through prompt-injection attacks can exploit safe binaries li...

8.6CVSS0.00167EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/05 9:59 p.m.13 views

EUVD-2026-9909

OpenClaw exec-approvals allowlist validation checks pre-expansion argv tokens but execution uses real shell expansion, allowing safe bins like head, tail, or grep to read arbitrary local files via glob patterns or environment variables. Authorized callers or prompt-injection attacks can exploit...

8.6CVSS6.1AI score0.00167EPSS
SaveExploits0References3
Atlassian
Atlassian
added 2026/03/04 6:29 p.m.27 views

DoS (Denial of Service) glob-parent Dependency in Jira Service Management Data Center

This High severity DoS Denial of Service vulnerability was introduced in versions 5.15.2, 5.16.0, 5.17.0, 10.2.0, 10.3.0, 10.4.0, 10.5.0, 10.6.0, 10.7.1, 11.0.0, 11.1.0, and 11.2.0 of Jira Service Management Data Center. This DoS Denial of Service vulnerability, with a CVSS Score of 7.5 and a CVS...

7.5CVSS5.8AI score0.04579EPSS
SaveExploits1
Atlassian
Atlassian
added 2026/03/04 6:29 p.m.25 views

DoS (Denial of Service) glob-parent Dependency in Jira Software Data Center

This High severity DoS Denial of Service vulnerability was introduced in versions 9.15.2, 9.16.0, 9.17.0, 10.2.0, 10.3.0, 10.4.0, 10.5.0, 10.6.0, 10.7.1, 11.0.0, 11.1.0, and 11.2.0 of Jira Software Data Center. This DoS Denial of Service vulnerability, with a CVSS Score of 7.5 and a CVSS Vector o...

7.5CVSS5.7AI score0.04579EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-27903

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2,...

7.5CVSS6.5AI score0.00517EPSS
SaveExploits1References4
OSV
OSV
added 2026/02/26 4:27 p.m.8 views

GO-2026-4535 Improper sanitization of glob characters in github.com/caddyserver/caddy/v2

Improper sanitization of glob characters in github.com/caddyserver/caddy/v2...

8.2CVSS5.4AI score0.00323EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/02/26 2:32 p.m.25 views

CVE-2026-27904

A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and...

7.5CVSS5.6AI score0.00472EPSS
SaveExploits1References4
Rows per page
Query Builder