Lucene search
+L

12058 matches found

CVE
CVE
added 2026/07/31 3:35 a.m.43 views

CVE-2026-55502

Cloudreve prior to version 4.17.0 contains an OAuth scope bypass in the admin storage policy route POST /api/v4/admin/policy/oauth/signin. The admin route is under RequiredScopes(Admin.Read) and does not apply the local Admin.Write guard used by sibling policy mutation routes, allowing an attacke...

7.1CVSS5.9AI score0.00338EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/31 12:0 a.m.17 views

PT-2026-66831

vault-secrets-webhook is a Kubernetes mutating webhook that makes direct secret injection into Pods possible. Prior to 1.23.1, parseVaultConfig in pkg/webhook/config.go accepts the vault.security.banzaicloud.io/vault-addr annotation, MutateConfigMap and MutateSecret call newVaultClient in...

9.6CVSS5.5AI score0.0032EPSS
SaveExploits0References4
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/30 10:21 p.m.14 views

Malicious code in famshot (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a25590ceaca7a7491267e3152f276e90e1d5dd7eee7f3a86bee0c2b7666c0427 No a static rule matches and no traced-code findings are available for this package version. With no concrete behavioral evidence in either signal...

5.7AI score
SaveExploits0References3
NVD
NVD
added 2026/07/30 9:17 p.m.10 views

CVE-2026-52539

Outstatic CMS = 2.1.9 contains a hardcoded JWT signing secret. When the OSTTOKENSECRET environment variable is not set, the application falls back to the default value which is publicly visible in the source code repository. An unauthenticated remote attacker can exploit this by forging JWT sessi...

9.1CVSS0.00303EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/30 7:18 p.m.10 views

CVE-2026-66066

Action Pack is a framework for handling and responding to web requests. In versions prior to 7.2.3.2, 8.0.5.1 and 8.1.3.1, Active Storage does not disable libvips operations marked unsafe for untrusted content, allowing a crafted upload to invoke such an operation. Consuming applications are...

9.5CVSS0.01767EPSS
SaveExploits6References13
Cvelist
Cvelist
added 2026/07/30 6:32 p.m.44 views

CVE-2026-66066 Action Pack: Possible arbitrary file read and remote code execution in Active Storage variant processing

Action Pack is a framework for handling and responding to web requests. In versions prior to 7.2.3.2, 8.0.5.1 and 8.1.3.1, Active Storage does not disable libvips operations marked unsafe for untrusted content, allowing a crafted upload to invoke such an operation. Consuming applications are...

9.5CVSS0.01767EPSS
SaveExploits6References9
OSV
OSV
added 2026/07/30 6:23 p.m.8 views

GHSA-XR9X-R78C-5HRM Active Storage has possible arbitrary file read and remote code execution in Active Storage variant processing

Impact In its default configuration, a Rails application that displays image variants may allow an unauthenticated attacker to read arbitrary files from the server, including the process environment. That environment typically holds secretkeybase and often credentials for external systems, which...

9.5CVSS6.8AI score0.01767EPSS
SaveExploits6References11
SUSE CVE
SUSE CVE
added 2026/07/30 4:46 p.m.16 views

SUSE CVE-2026-45737

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. From 3.2.0 until 3.2.12, 3.3.10, and 3.4.2, Argo CD ServerSideDiff can expose Kubernetes Secret values embedded in the kubectl.kubernetes.io/last-applied-configuration annotation because HideSecretDatatarget, live, ... does...

6.5CVSS7.6AI score0.00359EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/30 2:47 p.m.10 views

EUVD-2026-50470

Flyto2 Core: Unauthenticated flyto-verification /run: callbackurl SSRF and internal runner-secret exfiltration...

9.3CVSS5.8AI score0.00291EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/30 2:47 p.m.9 views

Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration

Summary The standalone flyto-verification service exposes POST /run with no authentication, on all interfaces 0.0.0.0:8344 per the shipped Dockerfile. The request body's callbackurl is used verbatim for an outbound POST that unconditionally attaches X-Internal-Key: $FLYTORUNNERSECRET. The...

9.3CVSS5.9AI score0.00291EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 2:47 p.m.5 views

GHSA-JX74-CQJV-2C67 Flyto2 Core: Unauthenticated flyto-verification /run: callback_url SSRF and internal runner-secret exfiltration

Summary The standalone flyto-verification service exposes POST /run with no authentication, on all interfaces 0.0.0.0:8344 per the shipped Dockerfile. The request body's callbackurl is used verbatim for an outbound POST that unconditionally attaches X-Internal-Key: $FLYTORUNNERSECRET. The...

9.3CVSS5.9AI score0.00291EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 2:47 p.m.4 views

GHSA-QQ9Q-XGM3-XV9G Flyto2 Core: LLM/API keys leak to an attacker-controlled base_url

Summary llm.chat reads the operator's provider key from the environment OPENAIAPIKEY, ANTHROPICAPIKEY, ... and sends it in the Authorization: Bearer header to baseurl, a parameter the caller controls. baseurl is only checked against the SSRF guard, and the guard allows any public host, so pointin...

8.6CVSS6AI score0.00319EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/30 2:47 p.m.10 views

EUVD-2026-50471

Flyto2 Core: $env.VAR interpolation reads any env secret despite env.get being denylisted...

8.6CVSS5.8AI score0.00339EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 2:47 p.m.5 views

GHSA-HR7P-WG7R-HG9M Flyto2 Core: ${env.VAR} interpolation reads any env secret despite env.get being denylisted

Summary The capability policy denies the env.get and env.loaddotenv modules by default, with the stated reason that they read arbitrary host environment variables API keys, DSNs and are a secret-exfil risk. But the workflow engine's variable resolver expands $env.VAR for any environment variable...

8.6CVSS6.1AI score0.00339EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/30 2:39 p.m.5 views

CVE-2026-67346 Swarms 6.8.1 Server-Side Request Forgery via DNS Rebinding Bypass

Swarms through 6.8.1, fixed in commit 8b0fc9e, contains a server-side request forgery vulnerability in the issafeurl function that fails to validate hostnames through DNS resolution, allowing attackers to bypass the blocklist. Attackers can supply user-controlled image or audio URLs that resolve ...

7.7CVSS5.9AI score
SaveExploits0References7
The Hacker News
The Hacker News
added 2026/07/30 1:34 p.m.29 views

Azure Cosmos DB Flaw Exposed Platform-Wide Key That Could Access Any Database

A now-patched vulnerability in Azure Cosmos DB could have let an attacker escape the service's Gremlin query sandbox and obtain full read and write access to databases across customer tenants, according to Wiz. Wiz , which codenamed the chain CosmosEscape , said the exploit chain began with a...

6.5AI score
SaveExploits0
OSV
OSV
added 2026/07/30 12:29 p.m.6 views

MAL-2026-11366 Malicious code in react-fast-refresh-helper (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector bcca3ccc0a35a13d8b3f30ff6019ab57782882ada4e01b941fbee77ad1236115 Package typosquats a React/Meta-branded name and falsely attributes authorship to 'Meta Open Source'. Its package.json declares a postinstall hook...

5.9AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/30 12:0 p.m.13 views

EUVD-2026-51095

A flaw was found in koku-metrics-operator. The operator's CostManagementMetricsConfig custom resource allows a user able to edit the CR to specify an arbitrary OAuth token endpoint. When authentication.type is set to service-account, the operator sends the tenant's Red Hat SSO clientid and...

6.8CVSS5.9AI score0.0028EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/30 12:0 p.m.35 views

CVE-2026-18382 Project-koku/koku-metrics-operator: koku-metrics-operator: service-account client credentials sent to user-controlled token_url

A flaw was found in koku-metrics-operator. The operator's CostManagementMetricsConfig custom resource allows a user able to edit the CR to specify an arbitrary OAuth token endpoint. When authentication.type is set to service-account, the operator sends the tenant's Red Hat SSO clientid and...

6.8CVSS0.0028EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/30 12:0 p.m.21 views

CVE-2026-18378

The CVE-2026-18378 issue affects the koku-metrics-operator. A vulnerability exists in the CostManagementMetricsConfig custom resource, which allows a user to edit the CR to set an arbitrary upload URL. When authentication.type is token (default), the cluster-global Red Hat Cloud pull-secret beare...

7.6CVSS5.9AI score0.00239EPSS
SaveExploits0References2
Rows per page
Query Builder