Lucene search
+L

2810 matches found

OSV
OSV
•added 2026/09/10 4:18 p.m.•6 views

DEBIAN-CVE-2026-88013

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.49.0 until 1.75.1, the HTTP backend attaches headers configured through --http-headers or headers= to requests in backend/http/http.go, while its fshttp.NewClient client follows...

5.3CVSS5.7AI score0.00187EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/10 2:17 p.m.•9 views

CVE-2026-88864

Capgo capgo.app fails to restrict direct write access to the public.ssoproviders table exposed through Supabase PostgREST. A holder of an ordinary Capgo full API key can insert a row with status='active' and enforcesso=true, bypassing the intended backend SSO provisioning route...

9.3CVSS0.00366EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/10 2:17 p.m.•8 views

CVE-2026-88862

Capgo capgo.app backend through 12.242.4 does not validate parent-child delegation when processing the x-limited-key-id header. checkKeyByIdPg in supabase/functions/backend/utils/honomiddleware.ts resolves the attacker-supplied numeric API key ID using only the key ID, its expiration state, and t...

8.8CVSS0.00442EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/10 1:05 p.m.•11 views

EUVD-2026-75412

Capgo capgo.app backend through 12.242.4 does not validate parent-child delegation when processing the x-limited-key-id header. checkKeyByIdPg in supabase/functions/backend/utils/honomiddleware.ts resolves the attacker-supplied numeric API key ID using only the key ID, its expiration state, and t...

8.8CVSS5.7AI score0.00442EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/10 1:05 p.m.•37 views

CVE-2026-88862 Capgo API Key Manager Authentication Bypass via x-limited-key-id

Capgo capgo.app backend through 12.242.4 does not validate parent-child delegation when processing the x-limited-key-id header. checkKeyByIdPg in supabase/functions/backend/utils/honomiddleware.ts resolves the attacker-supplied numeric API key ID using only the key ID, its expiration state, and t...

8.8CVSS0.00442EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/10 1:05 p.m.•17 views

CVE-2026-88862

Capgo (capgo.app) backend through version 12.242.4 contains an authentication bypass in the API key manager via the x-limited-key-id header. The root cause is insufficient parent-child delegation validation in checkKeyByIdPg() within supabase/functions/_backend/utils/hono_middleware.ts. An authen...

8.8CVSS5.7AI score0.00442EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/09/10 1:05 p.m.•11 views

CVE-2026-88862 Capgo API Key Manager Authentication Bypass via x-limited-key-id

Capgo capgo.app backend through 12.242.4 does not validate parent-child delegation when processing the x-limited-key-id header. checkKeyByIdPg in supabase/functions/backend/utils/honomiddleware.ts resolves the attacker-supplied numeric API key ID using only the key ID, its expiration state, and t...

8.8CVSS5.7AI score0.00442EPSS
SaveExploits0References2
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•10 views

PraisonAI: Authentication fail-open in Recipe server allows unauthenticated access when API key or JWT auth is configured without a secret

SummaryThe PraisonAI Recipe HTTP server silently allows unauthenticated requests when auth is configured as api-key or jwt but the corresponding secret is missing.This creates an authentication fail-open condition. An operator can start the Recipe server with authentication enabled, including on ...

8.2CVSS6.1AI score0.00486EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/09/10 9:44 a.m.•10 views

PYSEC-2026-3889 PraisonAI: Authentication fail-open in Recipe server allows unauthenticated access when API key or JWT auth is configured without a secret

Summary The PraisonAI Recipe HTTP server silently allows unauthenticated requests when auth is configured as api-key or jwt but the corresponding secret is missing. This creates an authentication fail-open condition. An operator can start the Recipe server with authentication enabled, including o...

8.2CVSS6.1AI score0.00486EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/10 9:44 a.m.•7 views

PYSEC-2026-3894 PraisonAI: [Auth Bypass] `praisonai serve agents --api-key` is silently ignored — agent-invocation routes (`POST /agents`, `POST /agents/{agent_name}`) run unauthenticated

Summary praisonai serve agents exposes HTTP routes that invoke registered agents. The CLI advertises --api-key with help text "API key for authentication", parses it, and forwards it into ServeHandler. But createagentsapp never reads config"apikey" again and installs no auth dependency or...

7.3CVSS6AI score0.00448EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•9 views

PraisonAI: `--api-key` flag on `praisonai serve` is not properly enforced

Summarypraisonai serve agents and praisonai serve unified both accept --api-key for authentication. The flag is parsed but never wired into the FastAPI app — no middleware, no header check, nothing. The server runs wide open regardless of what key you set. Tested on 4.6.50 from PyPI. Affected...

8.8CVSS6.2AI score0.00823EPSS
SaveExploits3References7Affected Software1
OSV
OSV
•added 2026/09/10 9:44 a.m.•8 views

PYSEC-2026-3893 PraisonAI: `--api-key` flag on `praisonai serve` is not properly enforced

Summary praisonai serve agents and praisonai serve unified both accept --api-key for authentication. The flag is parsed but never wired into the FastAPI app — no middleware, no header check, nothing. The server runs wide open regardless of what key you set. Tested on 4.6.50 from PyPI. Affected...

8.8CVSS5.9AI score0.0048EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•9 views

PraisonAI serve agents --api-key is ignored, allowing unauthenticated remote agent execution

Summary PraisonAI's praisonai serve agents command exposes --api-key as the documented authentication control for production/external deployments, but the configured key is not enforced on the public agent invocation compatibility endpoints. An operator can start the server with --api-key and bin...

8.6CVSS5.9AI score0.00453EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/09/10 9:44 a.m.•8 views

PraisonAI: [Auth Bypass] `praisonai serve agents --api-key` is silently ignored — agent-invocation routes (`POST /agents`, `POST /agents/{agent_name}`) run unauthenticated

Summarypraisonai serve agents exposes HTTP routes that invoke registered agents. The CLI advertises --api-key with help text "API key for authentication", parses it, and forwards it into ServeHandler. But createagentsapp never reads config"apikey" again and installs no auth dependency or middlewa...

7.3CVSS6.1AI score0.00448EPSS
SaveExploits0References7Affected Software1
The Hacker News
The Hacker News
•added 2026/09/10 7:12 a.m.•13 views

Nearly 1 in 10 Exposed LiteLLM Gateways Accepted the Example "sk-1234" Admin Key

Nearly one in ten of the internet-facing LiteLLM servers that Wiz Research scanned in February accepted sk-1234 , the example admin key in LiteLLM's own setup guide. LiteLLM is an open-source AI gateway, the software a company puts between its applications and the model providers it pays for. Tha...

8.8CVSS6.3AI score0.00904EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/09/10 12:00 a.m.•17 views

PT-2026-89631

🚨 CVE-2026-81268 IBM Langflow OSS 1.0.0 through 1.11.5 could allow a remote authenticated attacker to execute flows and obtain sensitive information due to insufficient session expiration of API keys after user deactivation. 🎖@cveNotify...

8.1CVSS6.1AI score0.00433EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/09/10 12:00 a.m.•13 views

PT-2026-89372

Capgo Cap-go/capgo.app contains an authentication bypass affecting all versions no patched version available at time of publication. The Edge authorization path allows a password-only Supabase aal1 session to exercise privileged RBAC permissions even when the account has a verified MFA factor tha...

8.7CVSS5.7AI score0.00523EPSS
SaveExploits1References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/10 12:00 a.m.•0 views

CVE-2026-88013: Exposure of Sensitive Information to an Unauthorized Actor

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.49.0 until 1.75.1, the HTTP backend attaches headers configured through --http-headers or headers= to requests in backend/http/http.go, while its fshttp.NewClient client follows...

5.3CVSS5.7AI score0.00187EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
•added 2026/09/10 12:00 a.m.•9 views

Palo Alto Networks PAN-OS 0.0.x < 10.1.11 / 10.2.x < 10.2.8 / 11.0.x < 11.0.3 Vulnerability

The version of Palo Alto Networks PAN-OS running on the remote host is 0.0.x prior to 10.1.11, 10.2.x prior to 10.2.8, or 11.0.x prior to 11.0.3. It is, therefore, affected by a vulnerability. A privilege escalation PE vulnerability in the XML API of Palo Alto Networks PAN-OS software enables an...

5.1CVSS5.6AI score0.00294EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/09/10 12:00 a.m.•14 views

PT-2026-89373

Capgo capgo.app backend through 12.242.4 does not validate parent-child delegation when processing the x-limited-key-id header. checkKeyByIdPg in supabase/functions/ backend/utils/hono middleware.ts resolves the attacker-supplied numeric API key ID using only the key ID, its expiration state, and...

8.8CVSS5.7AI score0.00442EPSS
SaveExploits0References3
Rows per page
Query Builder