Lucene search
+L

8348 matches found

OSV
OSV
added 2026/04/02 12:0 a.m.10 views

ALSA-2026:6461 Important: openssh security update

OpenSSH is an SSH protocol implementation supported by a number of Linux, UNIX, and similar operating systems. It includes the core files necessary for both the OpenSSH client and server. Security Fixes: openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized...

8.2CVSS6.6AI score0.0218EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/01 11:44 p.m.9 views

GHSA-VX58-FWWQ-5G8J NocoBase Has SQL Injection via template variable substitution in workflow SQL node

Summary NocoBase = 2.0.8 plugin-workflow-sql substitutes template variables directly into raw SQL strings via getParsedValue without parameterization or escaping. Any user who triggers a workflow containing a SQL node with template variables from user-controlled data can inject arbitrary SQL...

8.5CVSS6.3AI score0.00406EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/04/01 11:44 p.m.20 views

NocoBase Has SQL Injection via template variable substitution in workflow SQL node

Summary NocoBase = 2.0.8 plugin-workflow-sql substitutes template variables directly into raw SQL strings via getParsedValue without parameterization or escaping. Any user who triggers a workflow containing a SQL node with template variables from user-controlled data can inject arbitrary SQL...

8.5CVSS6.3AI score0.00406EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/01 9:12 p.m.17 views

openssl-encrypt has CORS wildcard with allow_credentials=True in standalone servers

Summary Both standalone servers configure CORS with alloworigins="", allowcredentials=True, allowmethods="", and allowheaders="". Affected Code python server/key-server/app/main.py:86-92 server/telemetry-server/app/main.py:23-29 app.addmiddleware CORSMiddleware, alloworigins=settings.corsorigins,...

5.9AI score
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/03/31 11:56 p.m.9 views

Information Exposure

Overview openclaw is a 🦞 OpenClaw — Personal AI Assistant Affected versions of this package are vulnerable to Information Exposure via the src/infra/exec-safe-bin-semantics.ts component. An attacker can access sensitive environment variable data by executing jq programs that leverage the $ENV...

7.7CVSS5.9AI score0.00238EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/31 11:56 p.m.6 views

GHSA-JCCR-RRW2-VC8H OpenClaw safeBins jq `$ENV` filter bypass allows environment variable disclosure

Summary The jq safe-bin policy blocked explicit env usage but still allowed jq programs that accessed environment data through $ENV. Impact An operator-approved safe-bin jq command could disclose environment variables that the safe-bin policy was supposed to keep out of scope. Affected Component...

7.7CVSS5.8AI score0.00238EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/03/31 11:27 p.m.9 views

SUSE CVE-2026-34041

act is a project which allows for local running of github actions. Prior to version 0.2.86, act unconditionally processes the deprecated ::set-env:: and ::add-path:: workflow commands, which was disabled due to environment injection risks. When a workflow step echoes untrusted data to stdout, an...

9.8CVSS5.9AI score0.00619EPSS
SaveExploits1References5
GithubExploit
GithubExploit
added 2026/03/31 9:27 a.m.147 views

poc-studio-public

Nuclei Offline GUI This is a pure offline desktop prototype,...

5.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/03/31 4:59 a.m.8 views

CVE-2026-29872

A cross-session information disclosure vulnerability exists in the awesome-llm-apps project in commit e46690f99c3f08be80a9877fab52acacf7ab8251 2026-01-19. The affected Streamlit-based GitHub MCP Agent stores user-supplied API tokens in process-wide environment variables using os.environ without...

8.2CVSS5.9AI score0.00253EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
added 2026/03/31 1:43 a.m.8 views

CVE-2026-34041

act is a project which allows for local running of github actions. Prior to version 0.2.86, act unconditionally processes the deprecated ::set-env:: and ::add-path:: workflow commands, which was disabled due to environment injection risks. When a workflow step echoes untrusted data to stdout, an...

9.8CVSS6AI score0.00619EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/03/31 12:0 a.m.34 views

slippers 跨站脚本漏洞

Slippers is a Django template language enhancement tool developed by Mitchel Cabuloy. Versions of Slippers prior to 0.6.3 contained a cross-site scripting vulnerability. This vulnerability stemmed from template tags that did not escape context variables, which could lead to cross-site scripting...

6.1CVSS5.6AI score0.00227EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/03/31 12:0 a.m.10 views

CentOS 9 : openssh-9.9p1-7.el9

The remote CentOS Linux 9 host has packages installed that are affected by a vulnerability as referenced in the openssh-9.9p1-7.el9 build changelog. - Fix information disclosure or denial of service due to uninitialized variables in gssapi-keyex CVE-2026-3497 Note that Nessus has not tested for...

8.2CVSS6.8AI score0.0218EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/30 6:31 p.m.7 views

EUVD-2026-17141

A cross-session information disclosure vulnerability exists in the awesome-llm-apps project in commit e46690f99c3f08be80a9877fab52acacf7ab8251 2026-01-19. The affected Streamlit-based GitHub MCP Agent stores user-supplied API tokens in process-wide environment variables using os.environ without...

8.2CVSS5.9AI score0.00253EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2026/03/30 6:30 p.m.4 views

perl: ambiguous environment variables handling

Perl might allow context-dependent attackers to bypass the taint protection mechanism in a child process via duplicate environment variables in envp...

7.5CVSS6.8AI score0.09007EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/30 5:16 p.m.14 views

GHSA-PX3P-VGH9-M57C NocoBase Affected by Sandbox Escape to RCE via console._stdout Prototype Chain Traversal in Workflow Script Node

Summary NocoBase's Workflow Script Node executes user-supplied JavaScript inside a Node.js vm sandbox with a custom require allowlist controlled by WORKFLOWSCRIPTMODULES env var. However, the console object passed into the sandbox context exposes host-realm WritableWorkerStdio stream objects via...

9.9CVSS6AI score0.36503EPSS
SaveExploits7References5
Vulnrichment
Vulnrichment
added 2026/03/30 12:0 a.m.11 views

CVE-2026-29872

A cross-session information disclosure vulnerability exists in the awesome-llm-apps project in commit e46690f99c3f08be80a9877fab52acacf7ab8251 2026-01-19. The affected Streamlit-based GitHub MCP Agent stores user-supplied API tokens in process-wide environment variables using os.environ without...

5.9AI score0.00253EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/03/30 12:0 a.m.11 views

PT-2026-29084

Name of the Vulnerable Software and Affected Versions awesome-llm-apps versions prior to commit e46690f99c3f08be80a9877fab52acacf7ab8251 Description A cross-session information disclosure issue exists in the awesome-llm-apps project. The Streamlit-based GitHub MCP Agent stores user-supplied API...

8.2CVSS5.9AI score0.00253EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/03/30 12:0 a.m.4 views

CVE-2026-29872

A cross-session information disclosure vulnerability exists in the awesome-llm-apps project in commit e46690f99c3f08be80a9877fab52acacf7ab8251 2026-01-19. The affected Streamlit-based GitHub MCP Agent stores user-supplied API tokens in process-wide environment variables using os.environ without...

8.2CVSS5.9AI score0.00253EPSS
SaveExploits1References2
Zero Day Initiative
Zero Day Initiative
added 2026/03/30 12:0 a.m.9 views

NoMachine External Control of File Path Arbitrary File Deletion Vulnerability

This vulnerability allows local attackers to delete arbitrary files on affected installations of NoMachine. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the handling of...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/29 11:13 a.m.9 views

CVE-2026-33881

Windmill is an open-source developer platform for internal code: APIs, background jobs, workflows and UIs. Workspace environment variable values are interpolated into JavaScript string literals without escaping single quotes in the NativeTS executor. A workspace admin who sets a custom environmen...

8.6CVSS6AI score0.00378EPSS
SaveExploits1References1
Rows per page
Query Builder