Lucene search
+L

608724 matches found

OSV
OSV
added 2026/08/25 3:16 p.m.5 views

CVE-2026-79776 rclone before 1.75.0 Authentication Bypass via pprof

rclone before 1.75.0 mounts the pprof debug handler as its own router route, bypassing the fail-closed authentication rule in the main handler. Attackers can access the /debug/pprof/cmdline endpoint unauthenticated to retrieve the full process argv including backend credentials...

6.9CVSS5.6AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/25 3:16 p.m.7 views

CVE-2026-79776

rclone before 1.75.0 mounts the pprof debug handler as its own router route, bypassing the fail-closed authentication rule in the main handler. Attackers can access the /debug/pprof/cmdline endpoint unauthenticated to retrieve the full process argv including backend credentials...

6.9CVSS5.4AI score0.00304EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/25 3:16 p.m.29 views

CVE-2026-79775 rclone Archive Backend SquashFS Parser Denial of Service

rclone versions = v1.72.0 and = v1.74.4 fixed in v1.75.0 contain multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser, which relies on the github.com/diskfs/go-diskfs dependency. The parser fails to validate attacker-controlled superblock and metadata values before...

7.1CVSS0.00307EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 3:16 p.m.20 views

CVE-2026-79775

rclone versions v1.72.0 through v1.74.4 are affected by multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser , which depends on the github.com/diskfs/go-diskfs library. The parser fails to validate attacker-controlled superblock and metadata values, enabling three d...

7.1CVSS5.6AI score0.00307EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 3:16 p.m.6 views

CVE-2026-79773 Winter CMS before 1.2.13 Local File Inclusion via JavaScript

Winter CMS before 1.2.13 contains a local file inclusion vulnerability in the JavascriptImporter filter that allows authenticated users with cms.manageassets permission to disclose arbitrary server-readable files by placing =include or =require directives in theme JavaScript assets. Attackers can...

6.9CVSS5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/08/25 3:16 p.m.5 views

CVE-2026-79674 NLTK 3.10.2 Path Traversal via corpus-reader constructors

NLTK versions before 3.10.3 contain a path sandbox bypass vulnerability in corpus-reader constructors that allows attackers to read files outside the intended data root. Attackers can supply arbitrary corpus root paths to LinThesaurusCorpusReader and PanLexLiteCorpusReader constructors to access...

8.8CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/08/25 3:15 p.m.16 views

CVE-2026-55533

PraisonAI is a multi-agent teams system. Prior to version 4.6.58 , the create_auth_middleware() function in the Recipe server exhibits a fail-open behavior: when auth=api-key is configured but the PRAISONAI_API_KEY environment variable is unset, or when JWT authentication is configured but PRAISO...

8.2CVSS5.3AI score0.00337EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 3:15 p.m.31 views

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

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, createauthmiddleware allows requests when auth=api-key lacks PRAISONAIAPIKEY or JWT authentication lacks PRAISONAIJWTSECRET. An externally bound Recipe server can therefore accept unauthenticated POST /v1/recipes/run requests...

8.2CVSS0.00337EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:15 p.m.6 views

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

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, createauthmiddleware allows requests when auth=api-key lacks PRAISONAIAPIKEY or JWT authentication lacks PRAISONAIJWTSECRET. An externally bound Recipe server can therefore accept unauthenticated POST /v1/recipes/run requests...

8.2CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/25 3:15 p.m.7 views

EUVD-2026-65523

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, createauthmiddleware allows requests when auth=api-key lacks PRAISONAIAPIKEY or JWT authentication lacks PRAISONAIJWTSECRET. An externally bound Recipe server can therefore accept unauthenticated POST /v1/recipes/run requests...

8.2CVSS5.4AI score0.00337EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/25 3:14 p.m.8 views

PraisonAI: [Auth Bypass] PraisonAI async Jobs API (`/api/v1/runs`) has no authentication — unauthenticated job execution, result theft, cancel and delete

Summary PraisonAI's async Jobs API the FastAPI service in praisonai/jobs/ installs its router with no authentication middleware, no router-level dependency, and no per-route auth check. Any caller who can reach the jobs server can submit agent jobs executed against the operator's configured LLM...

8.6CVSS8.2AI score0.28571EPSS
SaveExploits3References4Affected Software1
CVE
CVE
added 2026/08/25 3:14 p.m.20 views

CVE-2026-55539

PraisonAI, a multi-agent teams system, exposed its async Jobs API (/api/v1/runs) without authentication prior to version 4.6.51. The create_app function mounted the endpoint with no access control, allowing any reachable caller to submit jobs, read results, cancel runs, or delete jobs using opera...

8.6CVSS5.3AI score0.00387EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 3:14 p.m.29 views

CVE-2026-55539 PraisonAI: [Auth Bypass] PraisonAI async Jobs API (`/api/v1/runs`) has no authentication — unauthenticated job execution, result theft, cancel and delete

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, the Jobs API createapp function mounts /api/v1/runs without authentication. Any reachable caller can submit jobs, read results, cancel runs, or delete jobs using operator credentials. The fix adds PRAISONAIJOBSAPIKEY middleware f...

8.6CVSS0.00387EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:14 p.m.7 views

CVE-2026-55539 PraisonAI: [Auth Bypass] PraisonAI async Jobs API (`/api/v1/runs`) has no authentication — unauthenticated job execution, result theft, cancel and delete

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, the Jobs API createapp function mounts /api/v1/runs without authentication. Any reachable caller can submit jobs, read results, cancel runs, or delete jobs using operator credentials. The fix adds PRAISONAIJOBSAPIKEY middleware f...

8.6CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/25 3:09 p.m.32 views

CVE-2026-69104

JFrog Artifactory (self-managed) is affected by an insufficient permission enforcement flaw in repository migration operations . An authenticated user with low privileges can initiate migration operations on repositories for which they lack the required permissions, potentially leading to informa...

7.6CVSS5.1AI score0.00176EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 3:06 p.m.8 views

EUVD-2026-65518

A user who can read an existing remote VCS repository can replace its configured origin or supply an absolute VCS data URL...

8.5CVSS5.3AI score0.00178EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 3:05 p.m.26 views

CVE-2026-55541

PraisonAI is a multi-agent teams system that exposes a service via praisonai serve. Prior to version 4.6.58 , the --api-key flag was parsed by the CLI but the internal functions _create_agents_app() and _create_unified_app() did not install a credential check on the resulting application. As a re...

8.8CVSS5.3AI score0.00276EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 3:05 p.m.31 views

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

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, praisonai serve agents and praisonai serve unified parse --api-key but createagentsapp and createunifiedapp do not install a credential check. Unauthenticated callers can reach POST /agents and POST /api/v1/agents/id/invoke. This...

8.8CVSS0.00276EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:05 p.m.6 views

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

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.58, praisonai serve agents and praisonai serve unified parse --api-key but createagentsapp and createunifiedapp do not install a credential check. Unauthenticated callers can reach POST /agents and POST /api/v1/agents/id/invoke. This...

8.8CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/25 3:00 p.m.7 views

GO-2026-6264 Fleet: SQL injection in Okta conditional access endpoint allows host-controlled compromise of the Fleet database in github.com/fleetdm/fleet

Fleet: SQL injection in Okta conditional access endpoint allows host-controlled compromise of the Fleet database in github.com/fleetdm/fleet...

7.6CVSS5.7AI score0.00337EPSS
SaveExploits0References2
Rows per page
Query Builder