Lucene search
+L

19563 matches found

Snyk
Snyk
added 2026/04/16 10:48 p.m.29 views

Insufficient Granularity of Access Control

Overview Affected versions of this package are vulnerable to Insufficient Granularity of Access Control inadequate authorization checks in the POST /api/agents/:id/keys, GET /api/agents/:id/keys, and DELETE /api/agents/:id/keys/:keyId routes. An attacker can gain unauthorized access to sensitive...

8.5CVSS5.8AI score
SaveExploits0References4
OSV
OSV
added 2026/04/16 10:48 p.m.8 views

GHSA-47WQ-CJ9Q-WPMP Paperclip: Cross-tenant agent API token minting via missing assertCompanyAccess on /api/agents/:id/keys

Isolated paperclip instance running in authenticated mode default config on a clean Docker image matching commit b649bd4 2026.411.0-canary.8, post the 2026.410.0 patch. This advisory was verified on an unmodified build. Summary POST /api/agents/:id/keys, GET /api/agents/:id/keys, and DELETE...

9.9CVSS6AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/16 10:47 p.m.9 views

Paperclip: Unauthenticated Access to Multiple API Endpoints in Authenticated Mode

Summary Several API endpoints in authenticated mode have no authentication at all. They respond to completely unauthenticated requests with sensitive data or allow state-changing operations. No account, no session, no API key needed. Verified against the latest version. Discord: sagi03581 Steps t...

5.9AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/04/16 10:47 p.m.13 views

GHSA-XFQJ-R5QW-8G4J Paperclip: Unauthenticated Access to Multiple API Endpoints in Authenticated Mode

Summary Several API endpoints in authenticated mode have no authentication at all. They respond to completely unauthenticated requests with sensitive data or allow state-changing operations. No account, no session, no API key needed. Verified against the latest version. Discord: sagi03581 Steps t...

8.3CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/16 10:45 p.m.17 views

Paperclip: Privilege Escalation via Agent-Controlled workspaceStrategy.provisionCommand Leading to OS Command Execution

Summary Paperclip contains a privilege escalation vulnerability that allows an attacker with an Agent API key to execute arbitrary OS commands on the Paperclip server host. An attacker with an agent credential can escalate privileges from the agent runtime to the Paperclip server host. The...

8.8CVSS6.7AI score0.00591EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/16 10:45 p.m.16 views

GHSA-265W-RF2W-CJH4 Paperclip: Privilege Escalation via Agent-Controlled workspaceStrategy.provisionCommand Leading to OS Command Execution

Summary Paperclip contains a privilege escalation vulnerability that allows an attacker with an Agent API key to execute arbitrary OS commands on the Paperclip server host. An attacker with an agent credential can escalate privileges from the agent runtime to the Paperclip server host. The...

8.8CVSS6.7AI score0.00591EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/16 10:45 p.m.9 views

GHSA-3PW3-V88X-XJ24 Paperclip: Arbitrary File Read via Agent-Controlled adapterConfig.instructionsFilePath

Summary Paperclip contains an arbitrary file read vulnerability that allows an attacker with an Agent API key to read files from the Paperclip server host filesystem. The vulnerability occurs because agents are allowed to modify their own adapterConfig through the /agents/:id API endpoint. The...

6.5CVSS6.1AI score
SaveExploits0References2
Snyk
Snyk
added 2026/04/16 10:45 p.m.14 views

External Control of File Name or Path

Overview Affected versions of this package are vulnerable to External Control of File Name or Path via the adapterConfig.instructionsFilePath configuration field, which is processed by the server during agent execution. An attacker can access sensitive files on the host filesystem by supplying...

6CVSS6AI score
SaveExploits0References2
Snyk
Snyk
added 2026/04/16 10:45 p.m.16 views

External Control of File Name or Path

Overview Affected versions of this package are vulnerable to External Control of File Name or Path via the adapterConfig.instructionsFilePath configuration field, which is processed by the server during agent execution. An attacker can access sensitive files on the host filesystem by supplying...

6CVSS6AI score
SaveExploits0References2
Snyk
Snyk
added 2026/04/16 10:45 p.m.25 views

External Control of File Name or Path

Overview Affected versions of this package are vulnerable to External Control of File Name or Path via the adapterConfig.instructionsFilePath configuration field, which is processed by the server during agent execution. An attacker can access sensitive files on the host filesystem by supplying...

6CVSS6AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/16 10:45 p.m.31 views

Paperclip: Arbitrary File Read via Agent-Controlled adapterConfig.instructionsFilePath

Summary Paperclip contains an arbitrary file read vulnerability that allows an attacker with an Agent API key to read files from the Paperclip server host filesystem. The vulnerability occurs because agents are allowed to modify their own adapterConfig through the /agents/:id API endpoint. The...

6.1AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/04/16 9:44 p.m.10 views

GHSA-9WC7-MJ3F-74XV Flowise: Code Injection in CSVAgent leads to Authenticated RCE

Summary The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide the following payload: DataFrame'foo': 'bar!';import os;os.system'whoami' that will get interpolated and executed by the server. Details The code in question that introduces t...

9.4CVSS6.1AI score0.0145EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/16 9:44 p.m.15 views

Flowise: Code Injection in CSVAgent leads to Authenticated RCE

Summary The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide the following payload: DataFrame'foo': 'bar!';import os;os.system'whoami' that will get interpolated and executed by the server. Details The code in question that introduces t...

9.4CVSS6.1AI score0.0145EPSS
SaveExploits1References3Affected Software2
Snyk
Snyk
added 2026/04/16 9:43 p.m.7 views

Arbitrary Code Injection

Overview flowise-components is a Flowiseai Components Affected versions of this package are vulnerable to Arbitrary Code Injection through the pythonCodeValidator and the Python execution paths in AirtableAgent.ts and CSVAgent.ts. An attacker can supply LLM-generated Python code that smuggles in...

8.8CVSS6.1AI score0.00603EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/16 9:43 p.m.10 views

Flowise: Remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using `Pandas`.

Description Summary “AirtableAgent” is an agent function provided by FlowiseAI that retrieves search results by accessing private datasets from airtable.com. “AirtableAgent” uses Python, along with Pyodide and Pandas, to get and return results. The user’s input is directly applied to the question...

8.8CVSS6.6AI score0.00603EPSS
SaveExploits1References3Affected Software2
Microsoft Security Update
Microsoft Security Update
added 2026/04/16 8:00 p.m.12 views

Azure File Sync Agent v22.3 Release – April 2026 (KB5087090)

Azure File Sync Agent v22.3 Release – April 2026 KB5087090...

5.8AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2026/04/16 8:00 p.m.43 views

Azure File Sync Agent v22.3 Release – April 2026 (KB5087090)

Azure File Sync Agent v22.3 Release – April 2026 KB5087090...

5.8AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2026/04/16 8:00 p.m.18 views

Azure File Sync Agent v22.3 Release – April 2026 (KB5087090)

Azure File Sync Agent v22.3 Release – April 2026 KB5087090...

5.8AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2026/04/16 8:00 p.m.28 views

Azure File Sync Agent v22.3 Release – April 2026 (KB5087090)

Azure File Sync Agent v22.3 Release – April 2026 KB5087090...

5.8AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/16 9:43 a.m.14 views

Malicious code in agent-starter (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector aef6858e2b8d9f7b68d47f8549836f84751b481c19980557a6c83c1954a0313f The package agent-starter was found to contain malicious code...

5.7AI score
SaveExploits0
Rows per page
Query Builder