Lucene search
+L

32201 matches found

Positive Technologies
Positive Technologies
added 2026/04/13 12:0 a.m.20 views

PT-2026-32535

Name of the Vulnerable Software and Affected Versions UniFi Play PowerAmp versions prior to 1.0.38 UniFi Play Audio Port versions prior to 1.1.9 Description Improper Access Control in the UniFi Play network allows a malicious actor with network access to enable SSH, which can lead to unauthorized...

9.8CVSS5.8AI score0.0042EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/04/13 12:0 a.m.7 views

CVE-2026-29955

The /registercrd endpoint in KubePlus 4.14 in the kubeconfiggenerator component is vulnerable to command injection. The component uses subprocess.Popen with shell=True parameter to execute shell commands, and the user-supplied chartName parameter is directly concatenated into the command string...

6.1AI score0.02183EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/04/13 12:0 a.m.8 views

PT-2026-32490

Name of the Vulnerable Software and Affected Versions KubePlus version 4.14 Description The '/registercrd' endpoint in the kubeconfiggenerator component is susceptible to command injection. The issue occurs because the component utilizes the subprocess.Popen function with the shell=True parameter...

8.8CVSS6AI score0.02183EPSS
SaveExploits1References5
GithubExploit
GithubExploit
added 2026/04/12 5:15 a.m.171 views

Exploit for Path Traversal in Gogs

CVE-2025-8110-Authenticated-Remote-Code-Execution-on-Gogs-v0.1...

8.8CVSS6.4AI score0.82482EPSS
SaveExploits19
GithubExploit
GithubExploit
added 2026/04/11 10:40 p.m.319 views

Exploit for Path Traversal in Gogs

Gogs RCE Exploit CVE-2025-8110 !Pythonhttps://img.shield...

8.8CVSS6AI score0.82482EPSS
SaveExploits19
OSV
OSV
added 2026/04/11 10:6 a.m.4 views

RHSA-2026:7383 Red Hat Security Advisory: cockpit: Unauthenticated remote code execution due to SSH command-line argument injection

Bulletin has no description...

9.8CVSS5.7AI score0.142EPSS
SaveExploits4References7
OSV
OSV
added 2026/04/11 10:6 a.m.7 views

RHSA-2026:7382 Red Hat Security Advisory: cockpit: Unauthenticated remote code execution due to SSH command-line argument injection

Bulletin has no description...

9.8CVSS5.7AI score0.142EPSS
SaveExploits4References7
OSV
OSV
added 2026/04/11 10:6 a.m.6 views

RHSA-2026:7381 Red Hat Security Advisory: cockpit: Unauthenticated remote code execution due to SSH command-line argument injection

Bulletin has no description...

9.8CVSS5.7AI score0.142EPSS
SaveExploits4References7
SUSE CVE
SUSE CVE
added 2026/04/11 9:26 a.m.5 views

SUSE CVE-2026-4631

Cockpit's remote login feature passes user-supplied hostnames and usernames from the web interface to the SSH client without validation or sanitization. An attacker with network access to the Cockpit web service can craft a single HTTP request to the login endpoint that injects malicious SSH...

9.8CVSS6.2AI score0.142EPSS
SaveExploits4References7
Veracode
Veracode
added 2026/04/11 5:36 a.m.9 views

Command Injection

PraisonAIAgents is vulnerable to Command Injection. The vulnerability is due to passing user-controlled command strings directly to subprocess.run with shell=True without sanitization, which allows an attacker to execute arbitrary system commands through crafted inputs or malicious hook...

9.3CVSS5.8AI score0.00229EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2026/04/11 5:35 a.m.13 views

Missing Authentication For Critical Function

marimo is vulnerable to Missing Authentication For Critical Function. The vulnerability is due to missing authentication validation in the /terminal/ws WebSocket endpoint, which allows an attacker to establish a shell and execute arbitrary system commands without authentication...

9.8CVSS8.1AI score0.95338EPSS
SaveExploits11References6Affected Software1
RedHat Linux
RedHat Linux
added 2026/04/10 9:28 p.m.4 views

libxml2: Stack Buffer Overflow in xmllint Interactive Shell Command Handling

A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to crash. This issue might allow attackers to run harmful code in rare...

2.5CVSS6.3AI score0.00207EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/10 9:28 p.m.4 views

libxml2: Memory Leak Leading to Local Denial of Service in xmllint Interactive Shell

A flaw was identified in the interactive shell of the xmllint utility, part of the libxml2 project, where memory allocated for user input is not properly released under certain conditions. When a user submits input consisting only of whitespace, the program skips command execution but fails to fr...

6.2CVSS6.2AI score0.00194EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/10 8:58 p.m.10 views

phpseclib has a variable-time HMAC comparison in SSH2::get_binary_packet() using != instead of hash_equals()

phpseclib SSH2: Variable-time comparison in HMAC verification Summary phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp, which short-circuits on the first differi...

3.7CVSS5.9AI score0.00361EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/04/10 8:24 p.m.3 views

CVE-2026-40194 phpseclib has a variable-time HMAC comparison in SSH2::get_binary_packet() using != instead of hash_equals()

phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp,...

3.7CVSS6AI score0.00361EPSS
SaveExploits0References7
OSV
OSV
added 2026/04/10 7:32 p.m.20 views

GHSA-VC46-VW85-3WVM PraisonAI has critical RCE via `type: job` workflow YAML

praisonai workflow run loads untrusted YAML and if type: job executes steps through JobWorkflowExecutor in jobworkflow.py. This supports: - run: → shell command execution via subprocess.run - script: → inline Python execution via exec - python: → arbitrary Python script execution A malicious YAML...

9.8CVSS6.2AI score0.00609EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.18 views

PraisonAI has critical RCE via `type: job` workflow YAML

praisonai workflow run loads untrusted YAML and if type: job executes steps through JobWorkflowExecutor in jobworkflow.py. This supports: - run: → shell command execution via subprocess.run - script: → inline Python execution via exec - python: → arbitrary Python script execution A malicious YAML...

9.8CVSS6.2AI score0.00609EPSS
SaveExploits1References4Affected Software2
OSV
OSV
added 2026/04/10 7:28 p.m.9 views

GHSA-FFP3-3562-8CV3 PraisonAI: Coarse-Grained Tool Approval Cache Bypasses Per-Invocation Consent for Shell Commands

Summary The approval system in PraisonAI Agents caches tool approval decisions by tool name only, not by invocation arguments. Once a user approves executecommand for any command e.g., ls -la, all subsequent executecommand calls in that execution context bypass the approval prompt entirely...

5.5CVSS6.1AI score0.00166EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/10 7:25 p.m.4 views

Incorrect Authorization

Overview PraisonAI is a PraisonAI is an AI Agents Framework with Self Reflection. PraisonAI application combines PraisonAI Agents, AutoGen, and CrewAI into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent...

8.8CVSS6AI score0.00707EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/10 7:25 p.m.9 views

PraisonAI: Hardcoded `approval_mode="auto"` in Chainlit UI Overrides Administrator Configuration, Enabling Unapproved Shell Command Execution

Summary The Chainlit UI modules chat.py and code.py hardcode config.approvalmode = "auto" after loading administrator configuration from the PRAISONAPPROVALMODE environment variable, silently overriding any "manual" or "scoped" approval setting. This defeats the human-in-the-loop approval gate fo...

6.3AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder